Uses of Class
org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
-
Packages that use BuiltInPropertyAccessStrategies Package Description org.hibernate.property.access.spi Integration contracts related withPropertyAccessStrategy -
-
Uses of BuiltInPropertyAccessStrategies in org.hibernate.property.access.spi
Methods in org.hibernate.property.access.spi that return BuiltInPropertyAccessStrategies Modifier and Type Method Description static BuiltInPropertyAccessStrategiesBuiltInPropertyAccessStrategies. interpret(String name)static BuiltInPropertyAccessStrategiesBuiltInPropertyAccessStrategies. valueOf(String name)Returns the enum constant of this type with the specified name.static BuiltInPropertyAccessStrategies[]BuiltInPropertyAccessStrategies. values()Returns an array containing the constants of this enum type, in the order they are declared.
-