程序包 org.hibernate.query
-
接口概要 接口 说明 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).NativeQuery<T> ParameterMetadata Access to known information about the parameters for a query.Query<R> Represents an HQL/JPQL query or a compiled Criteria query.QueryParameter<T> NOTE: Consider this contract (and its sub-contracts) as incubating as we transition to 6.0 and SQMQueryProducer Contract for things that can produce Query instances. -
枚举概要 枚举 说明 ImmutableEntityUpdateQueryHandlingMode This enum defines howImmutableentities are handled when executing a bulk update statement.