Uses of Interface
org.hibernate.query.named.NameableQuery
-
Packages that use NameableQuery Package Description org.hibernate.procedure Defines support for executing database stored procedures and functions and accessing their outputs.org.hibernate.procedure.internal Defines the internal implementation of the stored procedure SPI.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.sql.internal Implementation of the SPIs for native SQL query support.org.hibernate.query.sql.spi SPIs for native SQL query support.org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation details -
-
Uses of NameableQuery in org.hibernate.procedure
Subinterfaces of NameableQuery in org.hibernate.procedure Modifier and Type Interface Description interfaceProcedureCallDefines support for executing database stored procedures and functions. -
Uses of NameableQuery in org.hibernate.procedure.internal
Classes in org.hibernate.procedure.internal that implement NameableQuery Modifier and Type Class Description classProcedureCallImpl<R>Standard implementation ofProcedureCall -
Uses of NameableQuery in org.hibernate.procedure.spi
Subinterfaces of NameableQuery in org.hibernate.procedure.spi Modifier and Type Interface Description interfaceProcedureCallImplementor<R> -
Uses of NameableQuery in org.hibernate.query.hql.spi
Subinterfaces of NameableQuery in org.hibernate.query.hql.spi Modifier and Type Interface Description interfaceSqmQueryImplementor<R>QueryImplementorspecialization for SQM-based Query references -
Uses of NameableQuery in org.hibernate.query.sql.internal
Classes in org.hibernate.query.sql.internal that implement NameableQuery Modifier and Type Class Description classNativeQueryImpl<R> -
Uses of NameableQuery in org.hibernate.query.sql.spi
Subinterfaces of NameableQuery in org.hibernate.query.sql.spi Modifier and Type Interface Description interfaceNativeQueryImplementor<R> -
Uses of NameableQuery in org.hibernate.query.sqm.internal
Classes in org.hibernate.query.sqm.internal that implement NameableQuery Modifier and Type Class Description classQuerySqmImpl<R>Queryimplementation based on an SQM
-