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 JaxbHbmFetchStyleEnumJaxbHbmManyToManyCollectionElementType.fetchprotected JaxbHbmFetchStyleEnumJaxbHbmManyToOneType.fetchprotected JaxbHbmFetchStyleEnumJaxbHbmOneToOneType.fetchprotected JaxbHbmFetchStyleEnumJaxbHbmSecondaryTableType.fetchprotected JaxbHbmFetchStyleEnumJaxbHbmFetchProfileType.JaxbHbmFetch.styleMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmFetchStyleEnumModifier and TypeMethodDescriptionstatic JaxbHbmFetchStyleEnumGets 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 JaxbHbmFetchStyleEnumReturns 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 TypeMethodDescriptionvoidJaxbHbmManyToManyCollectionElementType.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 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)