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

Package
Description
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.
Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).
SPIs for native SQL query support.
Package defining support for creating and consuming a SQL AST.
SPI for execution of SQL statements via JDBC.
Defines domain result graphs.