Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleWithSubselectEnum
-
Packages that use JaxbHbmFetchStyleWithSubselectEnum Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.internal.hbm -
-
Uses of JaxbHbmFetchStyleWithSubselectEnum in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmFetchStyleWithSubselectEnum Modifier and Type Field Description protected JaxbHbmFetchStyleWithSubselectEnum
JaxbHbmArrayType. fetch
protected JaxbHbmFetchStyleWithSubselectEnum
JaxbHbmBagCollectionType. fetch
protected JaxbHbmFetchStyleWithSubselectEnum
JaxbHbmIdBagCollectionType. fetch
protected JaxbHbmFetchStyleWithSubselectEnum
JaxbHbmListType. fetch
protected JaxbHbmFetchStyleWithSubselectEnum
JaxbHbmMapType. fetch
protected JaxbHbmFetchStyleWithSubselectEnum
JaxbHbmPrimitiveArrayType. fetch
protected JaxbHbmFetchStyleWithSubselectEnum
JaxbHbmSetType. fetch
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmFetchStyleWithSubselectEnum Modifier and Type Method Description static JaxbHbmFetchStyleWithSubselectEnum
JaxbHbmFetchStyleWithSubselectEnum. fromValue(String v)
JaxbHbmFetchStyleWithSubselectEnum
JaxbHbmArrayType. getFetch()
Gets the value of the fetch property.JaxbHbmFetchStyleWithSubselectEnum
JaxbHbmBagCollectionType. getFetch()
Gets the value of the fetch property.JaxbHbmFetchStyleWithSubselectEnum
JaxbHbmIdBagCollectionType. getFetch()
Gets the value of the fetch property.JaxbHbmFetchStyleWithSubselectEnum
JaxbHbmListType. getFetch()
Gets the value of the fetch property.JaxbHbmFetchStyleWithSubselectEnum
JaxbHbmMapType. getFetch()
Gets the value of the fetch property.JaxbHbmFetchStyleWithSubselectEnum
JaxbHbmPrimitiveArrayType. getFetch()
Gets the value of the fetch property.JaxbHbmFetchStyleWithSubselectEnum
JaxbHbmSetType. getFetch()
Gets the value of the fetch property.JaxbHbmFetchStyleWithSubselectEnum
PluralAttributeInfo. getFetch()
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.Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmFetchStyleWithSubselectEnum Modifier and Type Method Description void
JaxbHbmArrayType. setFetch(JaxbHbmFetchStyleWithSubselectEnum value)
Sets the value of the fetch property.void
JaxbHbmBagCollectionType. setFetch(JaxbHbmFetchStyleWithSubselectEnum value)
Sets the value of the fetch property.void
JaxbHbmIdBagCollectionType. setFetch(JaxbHbmFetchStyleWithSubselectEnum value)
Sets the value of the fetch property.void
JaxbHbmListType. setFetch(JaxbHbmFetchStyleWithSubselectEnum value)
Sets the value of the fetch property.void
JaxbHbmMapType. setFetch(JaxbHbmFetchStyleWithSubselectEnum value)
Sets the value of the fetch property.void
JaxbHbmPrimitiveArrayType. setFetch(JaxbHbmFetchStyleWithSubselectEnum value)
Sets the value of the fetch property.void
JaxbHbmSetType. setFetch(JaxbHbmFetchStyleWithSubselectEnum value)
Sets the value of the fetch property. -
Uses of JaxbHbmFetchStyleWithSubselectEnum in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmFetchStyleWithSubselectEnum Modifier and Type Method Description static FetchCharacteristicsPluralAttributeImpl
FetchCharacteristicsPluralAttributeImpl. interpret(MappingDefaults mappingDefaults, JaxbHbmFetchStyleWithSubselectEnum fetch, JaxbHbmOuterJoinEnum outerJoin, JaxbHbmLazyWithExtraEnum lazy, int batchSize)
-