Uses of Interface
org.hibernate.property.access.spi.PropertyAccess

Packages that use PropertyAccess
Package
Description
Byte Buddy support internals
 
Package defining bytecode code enhancement (instrumentation) support.
 
Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).
 
An SPI supporting custom instantiation of entity instances and embeddable objects.
This package abstracts persistence mechanisms for entities.
Contains various implementations of PropertyAccessStrategy.
An SPI abstracting how persistent attributes of an entity or embeddable type are accessed by Hibernate.