Uses of Package
org.hibernate.query.named
-
Packages that use org.hibernate.query.named Package Description org.hibernate.boot.query Support for handling named queries during the bootstrap process.org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.persister.collection This package abstracts persistence mechanisms for collections.org.hibernate.procedure Defines support for executing database stored procedures and functions and accessing their outputs.org.hibernate.procedure.spi Defines an SPI for calling stored procedures and functions.org.hibernate.query.hql.spi SPIs for HQL support.org.hibernate.query.named Support for named queriesorg.hibernate.query.results Support for defining result set mappings used inNativeQuery,ProcedureCall, andStoredProcedureQuery.org.hibernate.query.spi Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.org.hibernate.query.sql.spi SPIs for native SQL query support.org.hibernate.query.sqm.spi SPI-level SQM contractsorg.hibernate.sql.results.spi -
Classes in org.hibernate.query.named used by org.hibernate.boot.query Class Description FetchMemento NamedQueryMemento The runtime representation of named queries.NamedResultSetMappingMemento Used to keep information about named result mappings defined by the application which can then be applied to native-sql and stored-procedure queries.ResultMemento -
Classes in org.hibernate.query.named used by org.hibernate.boot.spi Class Description NamedObjectRepository Repository for references to named things related to queries. -
Classes in org.hibernate.query.named used by org.hibernate.persister.collection Class Description NamedQueryMemento The runtime representation of named queries. -
Classes in org.hibernate.query.named used by org.hibernate.procedure Class Description NameableQuery Contract for Query impls that can be converted to a named query memento to be stored in theNamedObjectRepository -
Classes in org.hibernate.query.named used by org.hibernate.procedure.spi Class Description NameableQuery Contract for Query impls that can be converted to a named query memento to be stored in theNamedObjectRepositoryNamedQueryMemento The runtime representation of named queries.NamedQueryMemento.ParameterMemento -
Classes in org.hibernate.query.named used by org.hibernate.query.hql.spi Class Description NameableQuery Contract for Query impls that can be converted to a named query memento to be stored in theNamedObjectRepositoryNamedQueryMemento The runtime representation of named queries. -
Classes in org.hibernate.query.named used by org.hibernate.query.named Class Description AbstractNamedQueryMemento.AbstractBuilder FetchMemento FetchMemento.Parent The parent node for the fetchModelPartReferenceMemento A ResultMappingMementoNode that is a reference to some part of the user's domain modelModelPartResultMemento NamedQueryMemento The runtime representation of named queries.NamedResultSetMappingMemento Used to keep information about named result mappings defined by the application which can then be applied to native-sql and stored-procedure queries.ResultMappingMementoNode Any node (result or fetch) in the result graphResultMemento ResultMementoBasic ResultMementoEntity -
Classes in org.hibernate.query.named used by org.hibernate.query.results Class Description NamedResultSetMappingMemento Used to keep information about named result mappings defined by the application which can then be applied to native-sql and stored-procedure queries. -
Classes in org.hibernate.query.named used by org.hibernate.query.spi Class Description NamedObjectRepository Repository for references to named things related to queries.NamedQueryMemento The runtime representation of named queries.NamedQueryMemento.ParameterMemento -
Classes in org.hibernate.query.named used by org.hibernate.query.sql.spi Class Description AbstractNamedQueryMemento.AbstractBuilder NameableQuery Contract for Query impls that can be converted to a named query memento to be stored in theNamedObjectRepositoryNamedQueryMemento The runtime representation of named queries. -
Classes in org.hibernate.query.named used by org.hibernate.query.sqm.spi Class Description NamedQueryMemento The runtime representation of named queries. -
Classes in org.hibernate.query.named used by org.hibernate.sql.results.spi Class Description RowReaderMemento