|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JaxbLazyAttribute | |
---|---|
org.hibernate.internal.jaxb.mapping.hbm |
Uses of JaxbLazyAttribute in org.hibernate.internal.jaxb.mapping.hbm |
---|
Fields in org.hibernate.internal.jaxb.mapping.hbm declared as JaxbLazyAttribute | |
---|---|
protected JaxbLazyAttribute |
JaxbKeyManyToOneElement.lazy
|
protected JaxbLazyAttribute |
JaxbManyToManyElement.lazy
|
Methods in org.hibernate.internal.jaxb.mapping.hbm that return JaxbLazyAttribute | |
---|---|
static JaxbLazyAttribute |
JaxbLazyAttribute.fromValue(String v)
|
JaxbLazyAttribute |
JaxbKeyManyToOneElement.getLazy()
Gets the value of the lazy property. |
JaxbLazyAttribute |
JaxbManyToManyElement.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. |
Methods in org.hibernate.internal.jaxb.mapping.hbm with parameters of type JaxbLazyAttribute | |
---|---|
void |
JaxbKeyManyToOneElement.setLazy(JaxbLazyAttribute value)
Sets the value of the lazy property. |
void |
JaxbManyToManyElement.setLazy(JaxbLazyAttribute value)
Sets the value of the lazy property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |