Uses of Enum Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithExtraEnum
Packages that use JaxbHbmLazyWithExtraEnum
-
Uses of JaxbHbmLazyWithExtraEnum in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmLazyWithExtraEnumModifier and TypeFieldDescriptionprotected JaxbHbmLazyWithExtraEnum
JaxbHbmArrayType.lazy
protected JaxbHbmLazyWithExtraEnum
JaxbHbmBagCollectionType.lazy
protected JaxbHbmLazyWithExtraEnum
JaxbHbmIdBagCollectionType.lazy
protected JaxbHbmLazyWithExtraEnum
JaxbHbmListType.lazy
protected JaxbHbmLazyWithExtraEnum
JaxbHbmMapType.lazy
protected JaxbHbmLazyWithExtraEnum
JaxbHbmSetType.lazy
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmLazyWithExtraEnumModifier and TypeMethodDescriptionstatic JaxbHbmLazyWithExtraEnum
Gets the enum associated to the value passed as parameter.JaxbHbmArrayType.getLazy()
Gets the value of the lazy property.JaxbHbmBagCollectionType.getLazy()
Gets the value of the lazy property.JaxbHbmIdBagCollectionType.getLazy()
Gets the value of the lazy property.JaxbHbmListType.getLazy()
Gets the value of the lazy property.JaxbHbmMapType.getLazy()
Gets the value of the lazy property.JaxbHbmSetType.getLazy()
Gets the value of the lazy property.PluralAttributeInfo.getLazy()
PluralAttributeInfoPrimitiveArrayAdapter.getLazy()
static JaxbHbmLazyWithExtraEnum
Returns the enum constant of this class with the specified name.static JaxbHbmLazyWithExtraEnum[]
JaxbHbmLazyWithExtraEnum.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 JaxbHbmLazyWithExtraEnumModifier and TypeMethodDescriptionvoid
JaxbHbmArrayType.setLazy
(JaxbHbmLazyWithExtraEnum value) Sets the value of the lazy property.void
JaxbHbmBagCollectionType.setLazy
(JaxbHbmLazyWithExtraEnum value) Sets the value of the lazy property.void
JaxbHbmIdBagCollectionType.setLazy
(JaxbHbmLazyWithExtraEnum value) Sets the value of the lazy property.void
JaxbHbmListType.setLazy
(JaxbHbmLazyWithExtraEnum value) Sets the value of the lazy property.void
JaxbHbmMapType.setLazy
(JaxbHbmLazyWithExtraEnum value) Sets the value of the lazy property.void
JaxbHbmSetType.setLazy
(JaxbHbmLazyWithExtraEnum value) Sets the value of the lazy property. -
Uses of JaxbHbmLazyWithExtraEnum in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmLazyWithExtraEnumModifier and TypeMethodDescriptionFetchCharacteristicsPluralAttributeImpl.interpret
(EffectiveMappingDefaults mappingDefaults, JaxbHbmFetchStyleWithSubselectEnum fetch, JaxbHbmOuterJoinEnum outerJoin, JaxbHbmLazyWithExtraEnum lazy, int batchSize)