Uses of Package
org.hibernate.query.results.dynamic
Packages that use org.hibernate.query.results.dynamic
Package
Description
Contains a framework of strategies for efficient retrieval of
database-generated values.
Defines the internal implementation of the stored procedure SPI.
Support for defining result set mappings used in
NativeQuery,
ProcedureCall, and StoredProcedureQuery.Support for immutable result/fetch builder graph nodes built from static sources
such as
SqlResultSetMapping or the hbm.xml
mapping element <resultset/>.Support for mutable result/fetch builder graphs nodes built dynamically via
Hibernate's
NativeQuery APIsDefines support for implicit ResultSet mappings.
Implementation of the SPIs for native SQL query support.
SPIs for native SQL query support.
-
Classes in org.hibernate.query.results.dynamic used by org.hibernate.generator.values
-
Classes in org.hibernate.query.results.dynamic used by org.hibernate.procedure.internal
-
Classes in org.hibernate.query.results.dynamic used by org.hibernate.query.resultsClassDescriptionAn entity-valued DynamicResultBuilder for cases when the user has not supplied specific column to attribute mappings.Contract for handling Hibernate's legacy way of representing fetches through
NativeQuery.addFetch(java.lang.String, java.lang.String, java.lang.String),NativeQuery.addJoin(java.lang.String, java.lang.String), `hbm.xml` mappings, etc -
Classes in org.hibernate.query.results.dynamic used by org.hibernate.query.results.complete
-
Classes in org.hibernate.query.results.dynamic used by org.hibernate.query.results.dynamicClassDescriptionResultBuilder specialization for results added through the Hibernate-specific
NativeQueryresult definition methods.DynamicResultBuilder based on a named mapped attributeA ResultBuilder for explicitly converted scalar resultsStandard DynamicResultBuilder for basic values.An entity-valued DynamicResultBuilder for cases when the user has not supplied specific column to attribute mappings. -
Classes in org.hibernate.query.results.dynamic used by org.hibernate.query.results.implicit
-
Classes in org.hibernate.query.results.dynamic used by org.hibernate.query.sql.internal
-
Classes in org.hibernate.query.results.dynamic used by org.hibernate.query.sql.spi