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 UnsupportedFeatureHandlingUnsupportedFeatureHandling.fromSetting(Object value) static UnsupportedFeatureHandlingUnsupportedFeatureHandling.fromSetting(Object value, Function<Object, UnsupportedFeatureHandling> defaultValueSupplier) static UnsupportedFeatureHandlingUnsupportedFeatureHandling.fromSetting(Object value, UnsupportedFeatureHandling defaultValue) static UnsupportedFeatureHandlingReturns 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 UnsupportedFeatureHandlingUnsupportedFeatureHandling.fromSetting(Object value, UnsupportedFeatureHandling defaultValue) static List<Binding<JaxbEntityMappingsImpl>>HbmXmlTransformer.transform(List<Binding<JaxbHbmHibernateMapping>> hbmXmlBindings, MetadataImplementor bootModel, UnsupportedFeatureHandling unsupportedFeatureHandling) Transforms a list ofhbm.xmlJAXB bindings into a list ofmapping.xmlJAXB bindingsMethod parameters in org.hibernate.boot.jaxb.hbm.transform with type arguments of type UnsupportedFeatureHandlingModifier and TypeMethodDescriptionstatic UnsupportedFeatureHandlingUnsupportedFeatureHandling.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