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 JaxbHbmLazyEnumJaxbHbmCompositeKeyManyToOneType.lazyprotected JaxbHbmLazyEnumJaxbHbmManyToManyCollectionElementType.lazyMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmLazyEnumModifier and TypeMethodDescriptionstatic JaxbHbmLazyEnumGets 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 JaxbHbmLazyEnumReturns 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 TypeMethodDescriptionvoidJaxbHbmCompositeKeyManyToOneType.setLazy(JaxbHbmLazyEnum value) Sets the value of the lazy property.voidJaxbHbmManyToManyCollectionElementType.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)