Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleEnum
-
Packages that use JaxbHbmFetchStyleEnum Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.internal.hbm -
-
Uses of JaxbHbmFetchStyleEnum in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmFetchStyleEnum Modifier and Type Field Description protected JaxbHbmFetchStyleEnumJaxbHbmManyToManyCollectionElementType. fetchprotected JaxbHbmFetchStyleEnumJaxbHbmManyToOneType. fetchprotected JaxbHbmFetchStyleEnumJaxbHbmOneToOneType. fetchprotected JaxbHbmFetchStyleEnumJaxbHbmSecondaryTableType. fetchprotected JaxbHbmFetchStyleEnumJaxbHbmFetchProfileType.JaxbHbmFetch. styleMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmFetchStyleEnum Modifier and Type Method Description static JaxbHbmFetchStyleEnumJaxbHbmFetchStyleEnum. fromValue(String v)JaxbHbmFetchStyleEnumJaxbHbmManyToManyCollectionElementType. getFetch()Gets the value of the fetch property.JaxbHbmFetchStyleEnumJaxbHbmManyToOneType. getFetch()Gets the value of the fetch property.JaxbHbmFetchStyleEnumJaxbHbmOneToOneType. getFetch()Gets the value of the fetch property.JaxbHbmFetchStyleEnumJaxbHbmSecondaryTableType. getFetch()Gets the value of the fetch property.JaxbHbmFetchStyleEnumJaxbHbmFetchProfileType.JaxbHbmFetch. getStyle()Gets the value of the style property.static JaxbHbmFetchStyleEnumJaxbHbmFetchStyleEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static JaxbHbmFetchStyleEnum[]JaxbHbmFetchStyleEnum. 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 JaxbHbmFetchStyleEnum Modifier and Type Method Description voidJaxbHbmManyToManyCollectionElementType. setFetch(JaxbHbmFetchStyleEnum value)Sets the value of the fetch property.voidJaxbHbmManyToOneType. setFetch(JaxbHbmFetchStyleEnum value)Sets the value of the fetch property.voidJaxbHbmOneToOneType. setFetch(JaxbHbmFetchStyleEnum value)Sets the value of the fetch property.voidJaxbHbmSecondaryTableType. setFetch(JaxbHbmFetchStyleEnum value)Sets the value of the fetch property.voidJaxbHbmFetchProfileType.JaxbHbmFetch. setStyle(JaxbHbmFetchStyleEnum value)Sets the value of the style property. -
Uses of JaxbHbmFetchStyleEnum in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmFetchStyleEnum Modifier and Type Method Description static FetchCharacteristicsSingularAssociationImplFetchCharacteristicsSingularAssociationImpl. interpretManyToManyElement(MappingDefaults mappingDefaults, JaxbHbmFetchStyleEnum fetchMapping, JaxbHbmOuterJoinEnum outerJoinMapping, JaxbHbmLazyEnum lazyMapping)static FetchCharacteristicsSingularAssociationImplFetchCharacteristicsSingularAssociationImpl. interpretManyToOne(MappingDefaults mappingDefaults, JaxbHbmFetchStyleEnum fetchMapping, JaxbHbmOuterJoinEnum outerJoinMapping, JaxbHbmLazyWithNoProxyEnum lazyMapping)static FetchCharacteristicsSingularAssociationImplFetchCharacteristicsSingularAssociationImpl. interpretOneToOne(MappingDefaults mappingDefaults, JaxbHbmFetchStyleEnum fetchMapping, JaxbHbmOuterJoinEnum outerJoinMapping, JaxbHbmLazyWithNoProxyEnum lazyMapping, boolean constrained)
-