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