接口的使用
org.hibernate.BasicQueryContract
-
使用BasicQueryContract的程序包 程序包 说明 org.hibernate This package defines the central Hibernate APIs.org.hibernate.procedure org.hibernate.procedure.internal Defines the internal support for implementing stored procedure calling.org.hibernate.procedure.spi org.hibernate.query org.hibernate.query.criteria.internal.compile org.hibernate.query.internal org.hibernate.query.spi -
-
org.hibernate中BasicQueryContract的使用
类型参数类型为BasicQueryContract的org.hibernate中的类 修饰符和类型 接口 说明 interfaceBasicQueryContract<T extends BasicQueryContract>已过时。(since 5.2) useCommonQueryContractinstead.org.hibernate中BasicQueryContract的子接口 修饰符和类型 接口 说明 interfaceQuery<R>已过时。(since 5.2) useQueryinsteadinterfaceSQLQuery<T>已过时。(since 5.2) useNativeQueryinstead.返回BasicQueryContract的org.hibernate中的方法 修饰符和类型 方法 说明 default BasicQueryContractBasicQueryContract. setFlushMode(FlushMode flushMode)已过时。(since 5.2) usesetHibernateFlushMode(org.hibernate.FlushMode)instead -
org.hibernate.procedure中BasicQueryContract的使用
org.hibernate.procedure中BasicQueryContract的子接口 修饰符和类型 接口 说明 interfaceProcedureCallDefines support for executing database stored procedures and functions -
org.hibernate.procedure.internal中BasicQueryContract的使用
实现BasicQueryContract的org.hibernate.procedure.internal中的类 修饰符和类型 类 说明 classProcedureCallImpl<R>Standard implementation ofProcedureCall -
org.hibernate.procedure.spi中BasicQueryContract的使用
org.hibernate.procedure.spi中BasicQueryContract的子接口 修饰符和类型 接口 说明 interfaceProcedureCallImplementor<R> -
org.hibernate.query中BasicQueryContract的使用
org.hibernate.query中BasicQueryContract的子接口 修饰符和类型 接口 说明 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. -
org.hibernate.query.criteria.internal.compile中BasicQueryContract的使用
实现BasicQueryContract的org.hibernate.query.criteria.internal.compile中的类 修饰符和类型 类 说明 classCriteriaQueryTypeQueryAdapter<X>Make this go away in 6.0 :) -
org.hibernate.query.internal中BasicQueryContract的使用
实现BasicQueryContract的org.hibernate.query.internal中的类 修饰符和类型 类 说明 classAbstractProducedQuery<R>classCollectionFilterImplimplementation of the Query interface for collection filtersclassNativeQueryImpl<T>classQueryImpl<R> -
org.hibernate.query.spi中BasicQueryContract的使用
org.hibernate.query.spi中BasicQueryContract的子接口 修饰符和类型 接口 说明 interfaceNativeQueryImplementor<T>interfaceQueryImplementor<R>
-