Uses of Class
org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
-
Packages that use BuiltInPropertyAccessStrategies Package Description org.hibernate.property.access.spi An SPI abstracting how persistent attributes of an entity or embeddable type are accessed by Hibernate. -
-
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 BuiltInPropertyAccessStrategies
BuiltInPropertyAccessStrategies. interpret(String name)
static BuiltInPropertyAccessStrategies
BuiltInPropertyAccessStrategies. 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.
-