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 JaxbHbmLazyWithNoProxyEnumJaxbHbmManyToOneType.lazyprotected JaxbHbmLazyWithNoProxyEnumJaxbHbmOneToOneType.lazyMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmLazyWithNoProxyEnumModifier and TypeMethodDescriptionstatic JaxbHbmLazyWithNoProxyEnumGets 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 JaxbHbmLazyWithNoProxyEnumReturns 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 TypeMethodDescriptionvoidJaxbHbmManyToOneType.setLazy(JaxbHbmLazyWithNoProxyEnum value) Sets the value of the lazy property.voidJaxbHbmOneToOneType.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)