Uses of Enum Class
org.hibernate.boot.jaxb.hbm.transform.UnsupportedFeatureHandling
Packages that use UnsupportedFeatureHandling
-
Uses of UnsupportedFeatureHandling in org.hibernate.boot.jaxb.hbm.transform
Methods in org.hibernate.boot.jaxb.hbm.transform that return UnsupportedFeatureHandlingModifier and TypeMethodDescriptionstatic UnsupportedFeatureHandling
UnsupportedFeatureHandling.fromSetting
(Object value) static UnsupportedFeatureHandling
UnsupportedFeatureHandling.fromSetting
(Object value, Function<Object, UnsupportedFeatureHandling> defaultValueSupplier) static UnsupportedFeatureHandling
UnsupportedFeatureHandling.fromSetting
(Object value, UnsupportedFeatureHandling defaultValue) static UnsupportedFeatureHandling
Returns the enum constant of this class with the specified name.static UnsupportedFeatureHandling[]
UnsupportedFeatureHandling.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.boot.jaxb.hbm.transform with parameters of type UnsupportedFeatureHandlingModifier and TypeMethodDescriptionstatic UnsupportedFeatureHandling
UnsupportedFeatureHandling.fromSetting
(Object value, UnsupportedFeatureHandling defaultValue) static List<Binding<JaxbEntityMappingsImpl>>
HbmXmlTransformer.transform
(List<Binding<JaxbHbmHibernateMapping>> hbmXmlBindings, MetadataImplementor bootModel, ServiceRegistry serviceRegistry, UnsupportedFeatureHandling unsupportedFeatureHandling) Transforms a list ofhbm.xml
JAXB bindings into a list ofmapping.xml
JAXB bindingsMethod parameters in org.hibernate.boot.jaxb.hbm.transform with type arguments of type UnsupportedFeatureHandlingModifier and TypeMethodDescriptionstatic UnsupportedFeatureHandling
UnsupportedFeatureHandling.fromSetting
(Object value, Function<Object, UnsupportedFeatureHandling> defaultValueSupplier) -
Uses of UnsupportedFeatureHandling in org.hibernate.boot.jaxb.internal
Constructors in org.hibernate.boot.jaxb.internal with parameters of type UnsupportedFeatureHandlingModifierConstructorDescriptionMappingBinder
(ResourceStreamLocator resourceStreamLocator, UnsupportedFeatureHandling unsupportedHandling) Constructor used by the Gradle plugin