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.spi Defines an SPI for calling stored procedures and functions.org.hibernate.query.hql.spi SPIs for HQL support.org.hibernate.query.sql.spi SPIs for native SQL query support. -
-
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.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.spi
Subinterfaces of NameableQuery in org.hibernate.query.sql.spi Modifier and Type Interface Description interfaceNativeQueryImplementor<R>
-