Uses of Interface
org.hibernate.BasicQueryContract
-
Packages that use BasicQueryContract Package Description org.hibernate org.hibernate.procedure org.hibernate.procedure.spi org.hibernate.query org.hibernate.query.spi -
-
Uses of BasicQueryContract in org.hibernate
Classes in org.hibernate with type parameters of type BasicQueryContract Modifier and Type Interface Description interfaceBasicQueryContract<T extends BasicQueryContract>Deprecated.(since 5.2) useCommonQueryContractinstead.Subinterfaces of BasicQueryContract in org.hibernate Modifier and Type Interface Description interfaceQuery<R>Deprecated.(since 5.2) useQueryinsteadinterfaceSQLQuery<T>Deprecated.(since 5.2) useNativeQueryinstead.Methods in org.hibernate that return BasicQueryContract Modifier and Type Method Description default BasicQueryContractBasicQueryContract. setFlushMode(FlushMode flushMode)Deprecated.(since 5.2) usesetHibernateFlushMode(org.hibernate.FlushMode)instead -
Uses of BasicQueryContract in org.hibernate.procedure
Subinterfaces of BasicQueryContract in org.hibernate.procedure Modifier and Type Interface Description interfaceProcedureCallDefines support for executing database stored procedures and functions -
Uses of BasicQueryContract in org.hibernate.procedure.spi
Subinterfaces of BasicQueryContract in org.hibernate.procedure.spi Modifier and Type Interface Description interfaceProcedureCallImplementor<R> -
Uses of BasicQueryContract in org.hibernate.query
Subinterfaces of BasicQueryContract in org.hibernate.query Modifier and Type Interface Description interfaceCommonQueryContractDefines the aspects of query definition that apply to all forms of querying (HQL, JPQL, criteria) across all forms of persistence contexts (Session, StatelessSession, EntityManager).interfaceNativeQuery<T>interfaceQuery<R>Represents an HQL/JPQL query or a compiled Criteria query. -
Uses of BasicQueryContract in org.hibernate.query.spi
Subinterfaces of BasicQueryContract in org.hibernate.query.spi Modifier and Type Interface Description interfaceNativeQueryImplementor<T>interfaceQueryImplementor<R>
-