Uses of Enum Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleWithSubselectEnum
Packages that use JaxbHbmFetchStyleWithSubselectEnum
-
Uses of JaxbHbmFetchStyleWithSubselectEnum in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmFetchStyleWithSubselectEnumModifier and TypeFieldDescriptionprotected 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 JaxbHbmFetchStyleWithSubselectEnumModifier and TypeMethodDescriptionGets the enum associated to the value passed as parameter.JaxbHbmArrayType.getFetch()
Gets the value of the fetch property.JaxbHbmBagCollectionType.getFetch()
Gets the value of the fetch property.JaxbHbmIdBagCollectionType.getFetch()
Gets the value of the fetch property.JaxbHbmListType.getFetch()
Gets the value of the fetch property.JaxbHbmMapType.getFetch()
Gets the value of the fetch property.JaxbHbmPrimitiveArrayType.getFetch()
Gets the value of the fetch property.JaxbHbmSetType.getFetch()
Gets the value of the fetch property.PluralAttributeInfo.getFetch()
Returns the enum constant of this class with the specified name.static JaxbHbmFetchStyleWithSubselectEnum[]
JaxbHbmFetchStyleWithSubselectEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmFetchStyleWithSubselectEnumModifier and TypeMethodDescriptionvoid
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 JaxbHbmFetchStyleWithSubselectEnumModifier and TypeMethodDescriptionFetchCharacteristicsPluralAttributeImpl.interpret
(EffectiveMappingDefaults mappingDefaults, JaxbHbmFetchStyleWithSubselectEnum fetch, JaxbHbmOuterJoinEnum outerJoin, JaxbHbmLazyWithExtraEnum lazy, int batchSize)