Uses of Interface
org.hibernate.engine.spi.SessionImplementor

Packages that use SessionImplementor
Package
Description
The various concrete action implementations.
This SPI package defines an abstraction over the notion of an "action" which is scheduled for asynchronous execution by the event listeners.
Support for many of the internal workings of Hibernate.
Internals for JDBC batching support.
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.
Implements and extends the JPA-defined entity graph API.
An internal package containing implementations of central Hibernate APIs, mostly defined in org.hibernate.
Defines Hibernate implementation of Java Persistence specification.
 
 
This package abstracts persistence mechanisms for entities.
Defines an SPI for calling stored procedures and functions.
Internal implementation details for reacting to JTA transaction completion via Synchronization callbacks
The built-in implementation of the statistics collection service.