Uses of Interface
org.hibernate.query.named.NameableQuery
-
Packages that use NameableQuery Package Description org.hibernate.procedure org.hibernate.procedure.spi org.hibernate.query.hql.spi org.hibernate.query.sql.spi -
-
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>
-