Uses of Enum Class
org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
Packages that use BuiltInPropertyAccessStrategies
Package
Description
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 BuiltInPropertyAccessStrategiesModifier and TypeMethodDescriptionstatic @Nullable BuiltInPropertyAccessStrategies
Returns the enum constant of this class with the specified name.static BuiltInPropertyAccessStrategies[]
BuiltInPropertyAccessStrategies.values()
Returns an array containing the constants of this enum class, in the order they are declared.