Uses of Enum Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOuterJoinEnum
Packages that use JaxbHbmOuterJoinEnum
-
Uses of JaxbHbmOuterJoinEnum in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmOuterJoinEnumModifier and TypeFieldDescriptionprotected JaxbHbmOuterJoinEnum
JaxbHbmArrayType.outerJoin
protected JaxbHbmOuterJoinEnum
JaxbHbmBagCollectionType.outerJoin
protected JaxbHbmOuterJoinEnum
JaxbHbmIdBagCollectionType.outerJoin
protected JaxbHbmOuterJoinEnum
JaxbHbmListType.outerJoin
protected JaxbHbmOuterJoinEnum
JaxbHbmManyToManyCollectionElementType.outerJoin
protected JaxbHbmOuterJoinEnum
JaxbHbmManyToOneType.outerJoin
protected JaxbHbmOuterJoinEnum
JaxbHbmMapType.outerJoin
protected JaxbHbmOuterJoinEnum
JaxbHbmOneToOneType.outerJoin
protected JaxbHbmOuterJoinEnum
JaxbHbmPrimitiveArrayType.outerJoin
protected JaxbHbmOuterJoinEnum
JaxbHbmSetType.outerJoin
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmOuterJoinEnumModifier and TypeMethodDescriptionstatic JaxbHbmOuterJoinEnum
Gets the enum associated to the value passed as parameter.JaxbHbmArrayType.getOuterJoin()
Gets the value of the outerJoin property.JaxbHbmBagCollectionType.getOuterJoin()
Gets the value of the outerJoin property.JaxbHbmIdBagCollectionType.getOuterJoin()
Gets the value of the outerJoin property.JaxbHbmListType.getOuterJoin()
Gets the value of the outerJoin property.JaxbHbmManyToManyCollectionElementType.getOuterJoin()
Gets the value of the outerJoin property.JaxbHbmManyToOneType.getOuterJoin()
Gets the value of the outerJoin property.JaxbHbmMapType.getOuterJoin()
Gets the value of the outerJoin property.JaxbHbmOneToOneType.getOuterJoin()
Gets the value of the outerJoin property.JaxbHbmPrimitiveArrayType.getOuterJoin()
Gets the value of the outerJoin property.JaxbHbmSetType.getOuterJoin()
Gets the value of the outerJoin property.PluralAttributeInfo.getOuterJoin()
static JaxbHbmOuterJoinEnum
Returns the enum constant of this class with the specified name.static JaxbHbmOuterJoinEnum[]
JaxbHbmOuterJoinEnum.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 JaxbHbmOuterJoinEnumModifier and TypeMethodDescriptionvoid
JaxbHbmArrayType.setOuterJoin
(JaxbHbmOuterJoinEnum value) Sets the value of the outerJoin property.void
JaxbHbmBagCollectionType.setOuterJoin
(JaxbHbmOuterJoinEnum value) Sets the value of the outerJoin property.void
JaxbHbmIdBagCollectionType.setOuterJoin
(JaxbHbmOuterJoinEnum value) Sets the value of the outerJoin property.void
JaxbHbmListType.setOuterJoin
(JaxbHbmOuterJoinEnum value) Sets the value of the outerJoin property.void
JaxbHbmManyToManyCollectionElementType.setOuterJoin
(JaxbHbmOuterJoinEnum value) Sets the value of the outerJoin property.void
JaxbHbmManyToOneType.setOuterJoin
(JaxbHbmOuterJoinEnum value) Sets the value of the outerJoin property.void
JaxbHbmMapType.setOuterJoin
(JaxbHbmOuterJoinEnum value) Sets the value of the outerJoin property.void
JaxbHbmOneToOneType.setOuterJoin
(JaxbHbmOuterJoinEnum value) Sets the value of the outerJoin property.void
JaxbHbmPrimitiveArrayType.setOuterJoin
(JaxbHbmOuterJoinEnum value) Sets the value of the outerJoin property.void
JaxbHbmSetType.setOuterJoin
(JaxbHbmOuterJoinEnum value) Sets the value of the outerJoin property. -
Uses of JaxbHbmOuterJoinEnum in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmOuterJoinEnumModifier and TypeMethodDescriptionFetchCharacteristicsPluralAttributeImpl.interpret
(EffectiveMappingDefaults mappingDefaults, JaxbHbmFetchStyleWithSubselectEnum fetch, JaxbHbmOuterJoinEnum outerJoin, JaxbHbmLazyWithExtraEnum lazy, int batchSize) FetchCharacteristicsSingularAssociationImpl.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)