Uses of Enum Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyEnum
Packages that use JaxbHbmLazyEnum
-
Uses of JaxbHbmLazyEnum in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmLazyEnumModifier and TypeFieldDescriptionprotected JaxbHbmLazyEnum
JaxbHbmCompositeKeyManyToOneType.lazy
protected JaxbHbmLazyEnum
JaxbHbmManyToManyCollectionElementType.lazy
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmLazyEnumModifier and TypeMethodDescriptionstatic JaxbHbmLazyEnum
Gets the enum associated to the value passed as parameter.JaxbHbmCompositeKeyManyToOneType.getLazy()
Gets the value of the lazy property.JaxbHbmManyToManyCollectionElementType.getLazy()
Gets the value of the lazy property.static JaxbHbmLazyEnum
Returns the enum constant of this class with the specified name.static JaxbHbmLazyEnum[]
JaxbHbmLazyEnum.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 JaxbHbmLazyEnumModifier and TypeMethodDescriptionvoid
JaxbHbmCompositeKeyManyToOneType.setLazy
(JaxbHbmLazyEnum value) Sets the value of the lazy property.void
JaxbHbmManyToManyCollectionElementType.setLazy
(JaxbHbmLazyEnum value) Sets the value of the lazy property. -
Uses of JaxbHbmLazyEnum in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmLazyEnumModifier and TypeMethodDescriptionFetchCharacteristicsSingularAssociationImpl.interpretManyToManyElement
(EffectiveMappingDefaults mappingDefaults, JaxbHbmFetchStyleEnum fetchMapping, JaxbHbmOuterJoinEnum outerJoinMapping, JaxbHbmLazyEnum lazyMapping)