Package | Description |
---|---|
org.hibernate.internal.jaxb.mapping.hbm |
Modifier and Type | Field and Description |
---|---|
protected JaxbLazyAttributeWithExtra |
JaxbIdbagElement.lazy |
protected JaxbLazyAttributeWithExtra |
JaxbListElement.lazy |
protected JaxbLazyAttributeWithExtra |
JaxbBagElement.lazy |
protected JaxbLazyAttributeWithExtra |
JaxbSetElement.lazy |
protected JaxbLazyAttributeWithExtra |
JaxbMapElement.lazy |
Modifier and Type | Method and Description |
---|---|
static JaxbLazyAttributeWithExtra |
JaxbLazyAttributeWithExtra.fromValue(String v) |
JaxbLazyAttributeWithExtra |
PluralAttributeElement.getLazy() |
JaxbLazyAttributeWithExtra |
JaxbIdbagElement.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 |
JaxbMapElement.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.
|
Modifier and Type | Method and Description |
---|---|
void |
JaxbIdbagElement.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 |
JaxbMapElement.setLazy(JaxbLazyAttributeWithExtra value)
Sets the value of the lazy property.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.