|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JaxbLazyAttributeWithExtra | |
---|---|
org.hibernate.internal.jaxb.mapping.hbm |
Uses of JaxbLazyAttributeWithExtra in org.hibernate.internal.jaxb.mapping.hbm |
---|
Fields in org.hibernate.internal.jaxb.mapping.hbm declared as JaxbLazyAttributeWithExtra | |
---|---|
protected JaxbLazyAttributeWithExtra |
JaxbMapElement.lazy
|
protected JaxbLazyAttributeWithExtra |
JaxbListElement.lazy
|
protected JaxbLazyAttributeWithExtra |
JaxbBagElement.lazy
|
protected JaxbLazyAttributeWithExtra |
JaxbSetElement.lazy
|
protected JaxbLazyAttributeWithExtra |
JaxbIdbagElement.lazy
|
Methods in org.hibernate.internal.jaxb.mapping.hbm that return JaxbLazyAttributeWithExtra | |
---|---|
static JaxbLazyAttributeWithExtra |
JaxbLazyAttributeWithExtra.fromValue(String v)
|
JaxbLazyAttributeWithExtra |
PluralAttributeElement.getLazy()
|
JaxbLazyAttributeWithExtra |
JaxbMapElement.getLazy()
Gets the value of the lazy property. |
JaxbLazyAttributeWithExtra |
JaxbListElement.getLazy()
Gets the value of the lazy property. |
JaxbLazyAttributeWithExtra |
JaxbBagElement.getLazy()
Gets the value of the lazy property. |
JaxbLazyAttributeWithExtra |
JaxbSetElement.getLazy()
Gets the value of the lazy property. |
JaxbLazyAttributeWithExtra |
JaxbIdbagElement.getLazy()
Gets the value of the lazy property. |
static JaxbLazyAttributeWithExtra |
JaxbLazyAttributeWithExtra.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static JaxbLazyAttributeWithExtra[] |
JaxbLazyAttributeWithExtra.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 JaxbLazyAttributeWithExtra | |
---|---|
void |
JaxbMapElement.setLazy(JaxbLazyAttributeWithExtra value)
Sets the value of the lazy property. |
void |
JaxbListElement.setLazy(JaxbLazyAttributeWithExtra value)
Sets the value of the lazy property. |
void |
JaxbBagElement.setLazy(JaxbLazyAttributeWithExtra value)
Sets the value of the lazy property. |
void |
JaxbSetElement.setLazy(JaxbLazyAttributeWithExtra value)
Sets the value of the lazy property. |
void |
JaxbIdbagElement.setLazy(JaxbLazyAttributeWithExtra value)
Sets the value of the lazy property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |