Package | Description |
---|---|
org.hibernate.internal.jaxb.mapping.hbm |
Modifier and Type | Field and Description |
---|---|
protected JaxbLazyAttribute |
JaxbManyToManyElement.lazy |
protected JaxbLazyAttribute |
JaxbKeyManyToOneElement.lazy |
Modifier and Type | Method and Description |
---|---|
static JaxbLazyAttribute |
JaxbLazyAttribute.fromValue(String v) |
JaxbLazyAttribute |
JaxbManyToManyElement.getLazy()
Gets the value of the lazy property.
|
JaxbLazyAttribute |
JaxbKeyManyToOneElement.getLazy()
Gets the value of the lazy property.
|
static JaxbLazyAttribute |
JaxbLazyAttribute.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JaxbLazyAttribute[] |
JaxbLazyAttribute.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JaxbManyToManyElement.setLazy(JaxbLazyAttribute value)
Sets the value of the lazy property.
|
void |
JaxbKeyManyToOneElement.setLazy(JaxbLazyAttribute value)
Sets the value of the lazy property.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.