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 JaxbHbmLazyWithExtraEnumJaxbHbmArrayType. lazyprotected JaxbHbmLazyWithExtraEnumJaxbHbmBagCollectionType. lazyprotected JaxbHbmLazyWithExtraEnumJaxbHbmIdBagCollectionType. lazyprotected JaxbHbmLazyWithExtraEnumJaxbHbmListType. lazyprotected JaxbHbmLazyWithExtraEnumJaxbHbmMapType. lazyprotected JaxbHbmLazyWithExtraEnumJaxbHbmSetType. lazyMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmLazyWithExtraEnum Modifier and Type Method Description static JaxbHbmLazyWithExtraEnumJaxbHbmLazyWithExtraEnum. fromValue(String v)JaxbHbmLazyWithExtraEnumJaxbHbmArrayType. getLazy()Gets the value of the lazy property.JaxbHbmLazyWithExtraEnumJaxbHbmBagCollectionType. getLazy()Gets the value of the lazy property.JaxbHbmLazyWithExtraEnumJaxbHbmIdBagCollectionType. getLazy()Gets the value of the lazy property.JaxbHbmLazyWithExtraEnumJaxbHbmListType. getLazy()Gets the value of the lazy property.JaxbHbmLazyWithExtraEnumJaxbHbmMapType. getLazy()Gets the value of the lazy property.JaxbHbmLazyWithExtraEnumJaxbHbmSetType. getLazy()Gets the value of the lazy property.JaxbHbmLazyWithExtraEnumPluralAttributeInfo. getLazy()JaxbHbmLazyWithExtraEnumPluralAttributeInfoPrimitiveArrayAdapter. getLazy()static JaxbHbmLazyWithExtraEnumJaxbHbmLazyWithExtraEnum. 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 voidJaxbHbmArrayType. setLazy(JaxbHbmLazyWithExtraEnum value)Sets the value of the lazy property.voidJaxbHbmBagCollectionType. setLazy(JaxbHbmLazyWithExtraEnum value)Sets the value of the lazy property.voidJaxbHbmIdBagCollectionType. setLazy(JaxbHbmLazyWithExtraEnum value)Sets the value of the lazy property.voidJaxbHbmListType. setLazy(JaxbHbmLazyWithExtraEnum value)Sets the value of the lazy property.voidJaxbHbmMapType. setLazy(JaxbHbmLazyWithExtraEnum value)Sets the value of the lazy property.voidJaxbHbmSetType. 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 FetchCharacteristicsPluralAttributeImplFetchCharacteristicsPluralAttributeImpl. interpret(MappingDefaults mappingDefaults, JaxbHbmFetchStyleWithSubselectEnum fetch, JaxbHbmOuterJoinEnum outerJoin, JaxbHbmLazyWithExtraEnum lazy, int batchSize)
-