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 JaxbHbmOuterJoinEnumJaxbHbmArrayType.outerJoinprotected JaxbHbmOuterJoinEnumJaxbHbmBagCollectionType.outerJoinprotected JaxbHbmOuterJoinEnumJaxbHbmIdBagCollectionType.outerJoinprotected JaxbHbmOuterJoinEnumJaxbHbmListType.outerJoinprotected JaxbHbmOuterJoinEnumJaxbHbmManyToManyCollectionElementType.outerJoinprotected JaxbHbmOuterJoinEnumJaxbHbmManyToOneType.outerJoinprotected JaxbHbmOuterJoinEnumJaxbHbmMapType.outerJoinprotected JaxbHbmOuterJoinEnumJaxbHbmOneToOneType.outerJoinprotected JaxbHbmOuterJoinEnumJaxbHbmPrimitiveArrayType.outerJoinprotected JaxbHbmOuterJoinEnumJaxbHbmSetType.outerJoinMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmOuterJoinEnumModifier and TypeMethodDescriptionstatic JaxbHbmOuterJoinEnumGets 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 JaxbHbmOuterJoinEnumReturns 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 TypeMethodDescriptionvoidJaxbHbmArrayType.setOuterJoin(JaxbHbmOuterJoinEnum value) Sets the value of the outerJoin property.voidJaxbHbmBagCollectionType.setOuterJoin(JaxbHbmOuterJoinEnum value) Sets the value of the outerJoin property.voidJaxbHbmIdBagCollectionType.setOuterJoin(JaxbHbmOuterJoinEnum value) Sets the value of the outerJoin property.voidJaxbHbmListType.setOuterJoin(JaxbHbmOuterJoinEnum value) Sets the value of the outerJoin property.voidJaxbHbmManyToManyCollectionElementType.setOuterJoin(JaxbHbmOuterJoinEnum value) Sets the value of the outerJoin property.voidJaxbHbmManyToOneType.setOuterJoin(JaxbHbmOuterJoinEnum value) Sets the value of the outerJoin property.voidJaxbHbmMapType.setOuterJoin(JaxbHbmOuterJoinEnum value) Sets the value of the outerJoin property.voidJaxbHbmOneToOneType.setOuterJoin(JaxbHbmOuterJoinEnum value) Sets the value of the outerJoin property.voidJaxbHbmPrimitiveArrayType.setOuterJoin(JaxbHbmOuterJoinEnum value) Sets the value of the outerJoin property.voidJaxbHbmSetType.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)