Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithNoProxyEnum
-
Packages that use JaxbHbmLazyWithNoProxyEnum Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.internal.hbm -
-
Uses of JaxbHbmLazyWithNoProxyEnum in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmLazyWithNoProxyEnum Modifier and Type Field Description protected JaxbHbmLazyWithNoProxyEnumJaxbHbmManyToOneType. lazyprotected JaxbHbmLazyWithNoProxyEnumJaxbHbmOneToOneType. lazyMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmLazyWithNoProxyEnum Modifier and Type Method Description static JaxbHbmLazyWithNoProxyEnumJaxbHbmLazyWithNoProxyEnum. fromValue(String v)JaxbHbmLazyWithNoProxyEnumJaxbHbmManyToOneType. getLazy()Gets the value of the lazy property.JaxbHbmLazyWithNoProxyEnumJaxbHbmOneToOneType. getLazy()Gets the value of the lazy property.static JaxbHbmLazyWithNoProxyEnumJaxbHbmLazyWithNoProxyEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static JaxbHbmLazyWithNoProxyEnum[]JaxbHbmLazyWithNoProxyEnum. 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 JaxbHbmLazyWithNoProxyEnum Modifier and Type Method Description voidJaxbHbmManyToOneType. 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 JaxbHbmLazyWithNoProxyEnum Modifier and Type Method Description static FetchCharacteristicsSingularAssociationImplFetchCharacteristicsSingularAssociationImpl. interpretManyToOne(MappingDefaults mappingDefaults, JaxbHbmFetchStyleEnum fetchMapping, JaxbHbmOuterJoinEnum outerJoinMapping, JaxbHbmLazyWithNoProxyEnum lazyMapping)static FetchCharacteristicsSingularAssociationImplFetchCharacteristicsSingularAssociationImpl. interpretOneToOne(MappingDefaults mappingDefaults, JaxbHbmFetchStyleEnum fetchMapping, JaxbHbmOuterJoinEnum outerJoinMapping, JaxbHbmLazyWithNoProxyEnum lazyMapping, boolean constrained)
-