Uses of Enum Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleEnum
Packages that use JaxbHbmFetchStyleEnum
-
Uses of JaxbHbmFetchStyleEnum in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmFetchStyleEnumModifier and TypeFieldDescriptionprotected JaxbHbmFetchStyleEnum
JaxbHbmManyToManyCollectionElementType.fetch
protected JaxbHbmFetchStyleEnum
JaxbHbmManyToOneType.fetch
protected JaxbHbmFetchStyleEnum
JaxbHbmOneToOneType.fetch
protected JaxbHbmFetchStyleEnum
JaxbHbmSecondaryTableType.fetch
protected JaxbHbmFetchStyleEnum
JaxbHbmFetchProfileType.JaxbHbmFetch.style
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmFetchStyleEnumModifier and TypeMethodDescriptionstatic JaxbHbmFetchStyleEnum
Gets the enum associated to the value passed as parameter.JaxbHbmManyToManyCollectionElementType.getFetch()
Gets the value of the fetch property.JaxbHbmManyToOneType.getFetch()
Gets the value of the fetch property.JaxbHbmOneToOneType.getFetch()
Gets the value of the fetch property.JaxbHbmSecondaryTableType.getFetch()
Gets the value of the fetch property.JaxbHbmFetchProfileType.JaxbHbmFetch.getStyle()
Gets the value of the style property.static JaxbHbmFetchStyleEnum
Returns the enum constant of this class with the specified name.static JaxbHbmFetchStyleEnum[]
JaxbHbmFetchStyleEnum.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 JaxbHbmFetchStyleEnumModifier and TypeMethodDescriptionvoid
JaxbHbmManyToManyCollectionElementType.setFetch
(JaxbHbmFetchStyleEnum value) Sets the value of the fetch property.void
JaxbHbmManyToOneType.setFetch
(JaxbHbmFetchStyleEnum value) Sets the value of the fetch property.void
JaxbHbmOneToOneType.setFetch
(JaxbHbmFetchStyleEnum value) Sets the value of the fetch property.void
JaxbHbmSecondaryTableType.setFetch
(JaxbHbmFetchStyleEnum value) Sets the value of the fetch property.void
JaxbHbmFetchProfileType.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 JaxbHbmFetchStyleEnumModifier and TypeMethodDescriptionFetchCharacteristicsSingularAssociationImpl.interpretManyToManyElement
(EffectiveMappingDefaults mappingDefaults, JaxbHbmFetchStyleEnum fetchMapping, JaxbHbmOuterJoinEnum outerJoinMapping, JaxbHbmLazyEnum lazyMapping) FetchCharacteristicsSingularAssociationImpl.interpretManyToOne
(EffectiveMappingDefaults mappingDefaults, JaxbHbmFetchStyleEnum fetchMapping, JaxbHbmOuterJoinEnum outerJoinMapping, JaxbHbmLazyWithNoProxyEnum lazyMapping) FetchCharacteristicsSingularAssociationImpl.interpretOneToOne
(EffectiveMappingDefaults mappingDefaults, JaxbHbmFetchStyleEnum fetchMapping, JaxbHbmOuterJoinEnum outerJoinMapping, JaxbHbmLazyWithNoProxyEnum lazyMapping, boolean constrained)