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