Package | Description |
---|---|
org.hibernate.boot.jaxb.hbm.spi | |
org.hibernate.boot.model.source.internal.hbm |
Modifier and Type | Field and Description |
---|---|
protected JaxbHbmLazyWithExtraEnum |
JaxbHbmSetType.lazy |
protected JaxbHbmLazyWithExtraEnum |
JaxbHbmMapType.lazy |
protected JaxbHbmLazyWithExtraEnum |
JaxbHbmListType.lazy |
protected JaxbHbmLazyWithExtraEnum |
JaxbHbmIdBagCollectionType.lazy |
protected JaxbHbmLazyWithExtraEnum |
JaxbHbmBagCollectionType.lazy |
protected JaxbHbmLazyWithExtraEnum |
JaxbHbmArrayType.lazy |
Modifier and Type | Method and Description |
---|---|
static JaxbHbmLazyWithExtraEnum |
JaxbHbmLazyWithExtraEnum.fromValue(String v) |
JaxbHbmLazyWithExtraEnum |
PluralAttributeInfoPrimitiveArrayAdapter.getLazy() |
JaxbHbmLazyWithExtraEnum |
PluralAttributeInfo.getLazy() |
JaxbHbmLazyWithExtraEnum |
JaxbHbmSetType.getLazy()
Gets the value of the lazy property.
|
JaxbHbmLazyWithExtraEnum |
JaxbHbmMapType.getLazy()
Gets the value of the lazy property.
|
JaxbHbmLazyWithExtraEnum |
JaxbHbmListType.getLazy()
Gets the value of the lazy property.
|
JaxbHbmLazyWithExtraEnum |
JaxbHbmIdBagCollectionType.getLazy()
Gets the value of the lazy property.
|
JaxbHbmLazyWithExtraEnum |
JaxbHbmBagCollectionType.getLazy()
Gets the value of the lazy property.
|
JaxbHbmLazyWithExtraEnum |
JaxbHbmArrayType.getLazy()
Gets the value of the lazy property.
|
static JaxbHbmLazyWithExtraEnum |
JaxbHbmLazyWithExtraEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JaxbHbmLazyWithExtraEnum[] |
JaxbHbmLazyWithExtraEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JaxbHbmSetType.setLazy(JaxbHbmLazyWithExtraEnum value)
Sets the value of the lazy property.
|
void |
JaxbHbmMapType.setLazy(JaxbHbmLazyWithExtraEnum value)
Sets the value of the lazy property.
|
void |
JaxbHbmListType.setLazy(JaxbHbmLazyWithExtraEnum value)
Sets the value of the lazy property.
|
void |
JaxbHbmIdBagCollectionType.setLazy(JaxbHbmLazyWithExtraEnum value)
Sets the value of the lazy property.
|
void |
JaxbHbmBagCollectionType.setLazy(JaxbHbmLazyWithExtraEnum value)
Sets the value of the lazy property.
|
void |
JaxbHbmArrayType.setLazy(JaxbHbmLazyWithExtraEnum value)
Sets the value of the lazy property.
|
Modifier and Type | Method and Description |
---|---|
static FetchCharacteristicsPluralAttributeImpl |
FetchCharacteristicsPluralAttributeImpl.interpret(MappingDefaults mappingDefaults,
JaxbHbmFetchStyleWithSubselectEnum fetch,
JaxbHbmOuterJoinEnum outerJoin,
JaxbHbmLazyWithExtraEnum lazy,
int batchSize) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.