Uses of Interface
org.hibernate.jdbc.Expectation

Packages that use Expectation
Package
Description
This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.
 
This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.
Contains a framework of strategies for efficient retrieval of database-generated values.
Contains a framework of strategies for retrieving database-generated ids.
A small API allowing the client of a Hibernate session to interact directly with JDBC, using the same connection and transaction obtained by the session.
This package defines the Hibernate configuration-time mapping model.
This package abstracts persistence mechanisms for entities.
Defines support for performing mutation operations originating from persistence-context events.
Package contains specialized SQL AST nodes and builders for table mutations of model parts originating from normal persistence-context events.
SQL AST extensions for model mutations.
Extensions to JdbcOperation for model mutations.