Package | Description |
---|---|
org.hibernate.boot.jaxb.hbm.spi | |
org.hibernate.boot.model.source.internal.hbm |
Modifier and Type | Field and Description |
---|---|
protected JaxbHbmFetchStyleWithSubselectEnum |
JaxbHbmSetType.fetch |
protected JaxbHbmFetchStyleWithSubselectEnum |
JaxbHbmPrimitiveArrayType.fetch |
protected JaxbHbmFetchStyleWithSubselectEnum |
JaxbHbmMapType.fetch |
protected JaxbHbmFetchStyleWithSubselectEnum |
JaxbHbmListType.fetch |
protected JaxbHbmFetchStyleWithSubselectEnum |
JaxbHbmIdBagCollectionType.fetch |
protected JaxbHbmFetchStyleWithSubselectEnum |
JaxbHbmBagCollectionType.fetch |
protected JaxbHbmFetchStyleWithSubselectEnum |
JaxbHbmArrayType.fetch |
Modifier and Type | Method and Description |
---|---|
static JaxbHbmFetchStyleWithSubselectEnum |
JaxbHbmFetchStyleWithSubselectEnum.fromValue(String v) |
JaxbHbmFetchStyleWithSubselectEnum |
PluralAttributeInfo.getFetch() |
JaxbHbmFetchStyleWithSubselectEnum |
JaxbHbmSetType.getFetch()
Gets the value of the fetch property.
|
JaxbHbmFetchStyleWithSubselectEnum |
JaxbHbmPrimitiveArrayType.getFetch()
Gets the value of the fetch property.
|
JaxbHbmFetchStyleWithSubselectEnum |
JaxbHbmMapType.getFetch()
Gets the value of the fetch property.
|
JaxbHbmFetchStyleWithSubselectEnum |
JaxbHbmListType.getFetch()
Gets the value of the fetch property.
|
JaxbHbmFetchStyleWithSubselectEnum |
JaxbHbmIdBagCollectionType.getFetch()
Gets the value of the fetch property.
|
JaxbHbmFetchStyleWithSubselectEnum |
JaxbHbmBagCollectionType.getFetch()
Gets the value of the fetch property.
|
JaxbHbmFetchStyleWithSubselectEnum |
JaxbHbmArrayType.getFetch()
Gets the value of the fetch property.
|
static JaxbHbmFetchStyleWithSubselectEnum |
JaxbHbmFetchStyleWithSubselectEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JaxbHbmFetchStyleWithSubselectEnum[] |
JaxbHbmFetchStyleWithSubselectEnum.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.setFetch(JaxbHbmFetchStyleWithSubselectEnum value)
Sets the value of the fetch property.
|
void |
JaxbHbmPrimitiveArrayType.setFetch(JaxbHbmFetchStyleWithSubselectEnum value)
Sets the value of the fetch property.
|
void |
JaxbHbmMapType.setFetch(JaxbHbmFetchStyleWithSubselectEnum value)
Sets the value of the fetch property.
|
void |
JaxbHbmListType.setFetch(JaxbHbmFetchStyleWithSubselectEnum value)
Sets the value of the fetch property.
|
void |
JaxbHbmIdBagCollectionType.setFetch(JaxbHbmFetchStyleWithSubselectEnum value)
Sets the value of the fetch property.
|
void |
JaxbHbmBagCollectionType.setFetch(JaxbHbmFetchStyleWithSubselectEnum value)
Sets the value of the fetch property.
|
void |
JaxbHbmArrayType.setFetch(JaxbHbmFetchStyleWithSubselectEnum value)
Sets the value of the fetch property.
|
Modifier and Type | Method and Description |
---|---|
static FetchCharacteristicsPluralAttributeImpl |
FetchCharacteristicsPluralAttributeImpl.interpret(MappingDefaults mappingDefaults,
JaxbHbmFetchStyleWithSubselectEnum fetch,
JaxbHbmOuterJoinEnum outerJoin,
JaxbHbmLazyWithExtraEnum lazy,
int batchSize) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.