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