Uses of Interface
org.hibernate.collection.spi.PersistentCollection

Packages that use PersistentCollection
Package
Description
The various concrete action implementations.
This package defines formats for disassembled state kept in the second level cache.
Internal implementations and support for persistent collections.
This package defines the SPI of a framework for lazy-initializing and state-tracking collection wrappers.
Support for many of the internal workings of Hibernate.
This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.
 
 
 
 
This package defines a default set of event listeners that implement the default behaviors of Hibernate session operations.
Defines the event types and event listener interfaces for events produced by the stateful Session.
An internal package containing implementations of central Hibernate APIs, mostly defined in org.hibernate.
 
 
 
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.
An API for user-defined custom types which extend the set of built-in types defined in org.hibernate.type.