接口的使用
org.hibernate.query.CommonQueryContract
-
使用CommonQueryContract的程序包 程序包 说明 org.hibernate This package defines the central Hibernate APIs.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中CommonQueryContract的使用
org.hibernate中CommonQueryContract的子接口 修饰符和类型 接口 说明 interfaceQuery<R>已过时。(since 5.2) useQueryinsteadinterfaceSQLQuery<T>已过时。(since 5.2) useNativeQueryinstead. -
org.hibernate.procedure.internal中CommonQueryContract的使用
实现CommonQueryContract的org.hibernate.procedure.internal中的类 修饰符和类型 类 说明 classProcedureCallImpl<R>Standard implementation ofProcedureCall -
org.hibernate.procedure.spi中CommonQueryContract的使用
org.hibernate.procedure.spi中CommonQueryContract的子接口 修饰符和类型 接口 说明 interfaceProcedureCallImplementor<R> -
org.hibernate.query中CommonQueryContract的使用
org.hibernate.query中CommonQueryContract的子接口 修饰符和类型 接口 说明 interfaceNativeQuery<T>interfaceQuery<R>Represents an HQL/JPQL query or a compiled Criteria query. -
org.hibernate.query.criteria.internal.compile中CommonQueryContract的使用
实现CommonQueryContract的org.hibernate.query.criteria.internal.compile中的类 修饰符和类型 类 说明 classCriteriaQueryTypeQueryAdapter<X>Make this go away in 6.0 :) -
org.hibernate.query.internal中CommonQueryContract的使用
实现CommonQueryContract的org.hibernate.query.internal中的类 修饰符和类型 类 说明 classAbstractProducedQuery<R>classCollectionFilterImplimplementation of the Query interface for collection filtersclassNativeQueryImpl<T>classQueryImpl<R> -
org.hibernate.query.spi中CommonQueryContract的使用
org.hibernate.query.spi中CommonQueryContract的子接口 修饰符和类型 接口 说明 interfaceNativeQueryImplementor<T>interfaceQueryImplementor<R>
-