Uses of Class
org.hibernate.engine.query.spi.sql.NativeSQLQuerySpecification
-
Packages that use NativeSQLQuerySpecification Package Description org.hibernate.engine.query.spi Defines support for query plans and stored metadata about queriesorg.hibernate.engine.spi -
-
Uses of NativeSQLQuerySpecification in org.hibernate.engine.query.spi
Methods in org.hibernate.engine.query.spi with parameters of type NativeSQLQuerySpecification Modifier and Type Method Description NativeSQLQueryPlanNativeQueryInterpreter. createQueryPlan(NativeSQLQuerySpecification specification, SessionFactoryImplementor sessionFactory)Creates a new query plan for the specified native query.NativeSQLQueryPlanQueryPlanCache. getNativeSQLQueryPlan(NativeSQLQuerySpecification spec)Get the query plan for a native SQL query, creating it and caching it if not already cached -
Uses of NativeSQLQuerySpecification in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi with parameters of type NativeSQLQuerySpecification Modifier and Type Method Description intSessionDelegatorBaseImpl. executeNativeUpdate(NativeSQLQuerySpecification specification, QueryParameters queryParameters)intSharedSessionContractImplementor. executeNativeUpdate(NativeSQLQuerySpecification specification, QueryParameters queryParameters)Execute a native SQL update or delete queryjava.util.ListSessionDelegatorBaseImpl. list(NativeSQLQuerySpecification spec, QueryParameters queryParameters)java.util.ListSharedSessionContractImplementor. list(NativeSQLQuerySpecification spec, QueryParameters queryParameters)Execute a native SQL query, and return the results as a fully built list.ScrollableResultsImplementorSessionDelegatorBaseImpl. scroll(NativeSQLQuerySpecification spec, QueryParameters queryParameters)ScrollableResultsImplementorSharedSessionContractImplementor. scroll(NativeSQLQuerySpecification spec, QueryParameters queryParameters)Execute a native SQL query, and return the results as a scrollable result.
-