Uses of Package
org.hibernate.sql.results.jdbc.spi

Package
Description
Support for many of the internal workings of 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.
 
An internal package containing implementations of central Hibernate APIs, mostly defined in org.hibernate.
Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).
Defines the internal implementation of the stored procedure SPI.
 
Support for immutable result/fetch builder graph nodes built from static sources such as SqlResultSetMapping, orm.xml, mapping.xml or hbm.xml.
Support for mutable result/fetch builder graphs nodes built dynamically.
Defines support for implicit ResultSet mappings.
SPIs for native SQL query support.
Package defining support for creating and consuming a SQL AST.
Implementation of the SPI for execution of SQL statements via JDBC.
SPI for execution of SQL statements via JDBC.
Defines domain result graphs.