Uses of Interface
org.hibernate.query.CommonQueryContract
-
Packages that use CommonQueryContract Package Description org.hibernate org.hibernate.procedure.spi org.hibernate.query org.hibernate.query.spi -
-
Uses of CommonQueryContract in org.hibernate
Subinterfaces of CommonQueryContract in org.hibernate Modifier and Type Interface Description interfaceQuery<R>Deprecated.(since 5.2) useQueryinsteadinterfaceSQLQuery<T>Deprecated.(since 5.2) useNativeQueryinstead. -
Uses of CommonQueryContract in org.hibernate.procedure.spi
Subinterfaces of CommonQueryContract in org.hibernate.procedure.spi Modifier and Type Interface Description interfaceProcedureCallImplementor<R> -
Uses of CommonQueryContract in org.hibernate.query
Subinterfaces of CommonQueryContract in org.hibernate.query Modifier and Type Interface Description interfaceNativeQuery<T>interfaceQuery<R>Represents an HQL/JPQL query or a compiled Criteria query. -
Uses of CommonQueryContract in org.hibernate.query.spi
Subinterfaces of CommonQueryContract in org.hibernate.query.spi Modifier and Type Interface Description interfaceNativeQueryImplementor<T>interfaceQueryImplementor<R>
-