Uses of Class
org.hibernate.boot.jaxb.hbm.transform.UnsupportedFeatureHandling
-
Packages that use UnsupportedFeatureHandling Package Description org.hibernate.boot.jaxb.hbm.transform -
-
Uses of UnsupportedFeatureHandling in org.hibernate.boot.jaxb.hbm.transform
Methods in org.hibernate.boot.jaxb.hbm.transform that return UnsupportedFeatureHandling Modifier and Type Method Description static UnsupportedFeatureHandlingUnsupportedFeatureHandling. fromSetting(Object value)static UnsupportedFeatureHandlingUnsupportedFeatureHandling. fromSetting(Object value, Function<Object,UnsupportedFeatureHandling> defaultValueSupplier)static UnsupportedFeatureHandlingUnsupportedFeatureHandling. fromSetting(Object value, UnsupportedFeatureHandling defaultValue)UnsupportedFeatureHandlingHbmXmlTransformer.Options. unsupportedFeatureHandling()static UnsupportedFeatureHandlingUnsupportedFeatureHandling. valueOf(String name)Returns the enum constant of this type with the specified name.static UnsupportedFeatureHandling[]UnsupportedFeatureHandling. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.boot.jaxb.hbm.transform with parameters of type UnsupportedFeatureHandling Modifier and Type Method Description static UnsupportedFeatureHandlingUnsupportedFeatureHandling. fromSetting(Object value, UnsupportedFeatureHandling defaultValue)Method parameters in org.hibernate.boot.jaxb.hbm.transform with type arguments of type UnsupportedFeatureHandling Modifier and Type Method Description static UnsupportedFeatureHandlingUnsupportedFeatureHandling. fromSetting(Object value, Function<Object,UnsupportedFeatureHandling> defaultValueSupplier)
-