Uses of Package
org.hibernate.collection.spi

Package
Description
A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package defines formats for disassembled state kept in the second level cache.
This package defines the SPI of a framework for lazy-initializing and state-tracking collection wrappers.
This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.
 
Defines the event types and event listener interfaces for events produced by the stateful Session.
 
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).
This package abstracts persistence mechanisms for collections.
Defines support for performing mutation operations against collections.
Contains some functions for pretty-printing things for exception and log messages.
 
A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types.
SPIs related to JavaType.
An API for user-defined custom types which extend the set of built-in types defined in org.hibernate.type.