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 interface
BasicQueryContract<T extends BasicQueryContract>
Deprecated.(since 5.2) useCommonQueryContract
instead.Subinterfaces of BasicQueryContract in org.hibernate Modifier and Type Interface Description interface
Query<R>
Deprecated.(since 5.2) useQuery
insteadinterface
SQLQuery<T>
Deprecated.(since 5.2) useNativeQuery
instead.Methods in org.hibernate that return BasicQueryContract Modifier and Type Method Description default BasicQueryContract
BasicQueryContract. 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 interface
ProcedureCall
Defines 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 interface
ProcedureCallImplementor<R>
-
Uses of BasicQueryContract in org.hibernate.query
Subinterfaces of BasicQueryContract in org.hibernate.query Modifier and Type Interface Description interface
CommonQueryContract
Defines the aspects of query definition that apply to all forms of querying (HQL, JPQL, criteria) across all forms of persistence contexts (Session, StatelessSession, EntityManager).interface
NativeQuery<T>
interface
Query<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 interface
NativeQueryImplementor<T>
interface
QueryImplementor<R>
-