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 JaxbHbmLazyEnum
JaxbHbmCompositeKeyManyToOneType. lazy
protected JaxbHbmLazyEnum
JaxbHbmManyToManyCollectionElementType. lazy
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmLazyEnum Modifier and Type Method Description static JaxbHbmLazyEnum
JaxbHbmLazyEnum. fromValue(String v)
JaxbHbmLazyEnum
JaxbHbmCompositeKeyManyToOneType. getLazy()
Gets the value of the lazy property.JaxbHbmLazyEnum
JaxbHbmManyToManyCollectionElementType. getLazy()
Gets the value of the lazy property.static JaxbHbmLazyEnum
JaxbHbmLazyEnum. 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 void
JaxbHbmCompositeKeyManyToOneType. setLazy(JaxbHbmLazyEnum value)
Sets the value of the lazy property.void
JaxbHbmManyToManyCollectionElementType. 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 FetchCharacteristicsSingularAssociationImpl
FetchCharacteristicsSingularAssociationImpl. interpretManyToManyElement(MappingDefaults mappingDefaults, JaxbHbmFetchStyleEnum fetchMapping, JaxbHbmOuterJoinEnum outerJoinMapping, JaxbHbmLazyEnum lazyMapping)
-