Uses of Package
org.hibernate.property.access.spi

Package
Description
 
Byte Buddy support internals
 
Package defining bytecode code enhancement (instrumentation) support.
Support for many of the internal workings of Hibernate.
 
 
 
 
 
 
This package and its subpackages, especially org.hibernate.id.enhanced, contain the built-in id generators, all of which implement either IdentifierGenerator or PostInsertIdentifierGenerator.
Internal details of implementing support for JPA callbacks
This package defines the Hibernate configuration-time mapping model.
 
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.
Proxies for plain Java objects.