程序包的使用
org.hibernate.engine.query.spi
-
使用org.hibernate.engine.query.spi的程序包 程序包 说明 org.hibernate.engine.query.internal org.hibernate.engine.query.spi Defines support for query plans and stored metadata about queriesorg.hibernate.engine.spi org.hibernate.hql.internal.ast An ANTLR-based parser for Hibernate Query Language.org.hibernate.hql.internal.classic This package contains the Hibernate 2.x query parser which is being end-of-lifed.org.hibernate.hql.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs.org.hibernate.loader.custom.sql org.hibernate.query.internal org.hibernate.query.spi -
org.hibernate.engine.query.internal使用的org.hibernate.engine.query.spi中的类 类 说明 NativeQueryInterpreter Service contract for dealing with native queries.NativeSQLQueryPlan Defines a query execution plan for a native-SQL query. -
org.hibernate.engine.query.spi使用的org.hibernate.engine.query.spi中的类 类 说明 AbstractParameterDescriptor NOTE: Consider this contract (and its sub-contracts) as incubating as we transition to 6.0 and SQMEntityGraphQueryHint Encapsulates a JPA EntityGraph provided through a JPQL query hint.FilterQueryPlan Extends an HQLQueryPlan to maintain a reference to the collection-role name being filtered.HQLQueryPlan Defines a query execution plan for an HQL query (or filter).NamedParameterDescriptor Descriptor regarding a named parameter.NativeQueryInterpreter Service contract for dealing with native queries.NativeQueryInterpreterInitiator NativeSQLQueryPlan Defines a query execution plan for a native-SQL query.OrdinalParameterDescriptor Descriptor regarding an ordinal parameter.ParameterParser.Recognizer Maybe better named a Journaler.ParamLocationRecognizer Implements a parameter parser recognizer specifically for the purpose of journaling parameter locations.ReturnMetadata Metadata about the query return(s). -
org.hibernate.engine.spi使用的org.hibernate.engine.query.spi中的类 类 说明 HQLQueryPlan Defines a query execution plan for an HQL query (or filter).QueryPlanCache Acts as a cache for compiled query plans, as well as query-parameter metadata. -
org.hibernate.hql.internal.ast使用的org.hibernate.engine.query.spi中的类 类 说明 EntityGraphQueryHint Encapsulates a JPA EntityGraph provided through a JPQL query hint. -
org.hibernate.hql.internal.classic使用的org.hibernate.engine.query.spi中的类 类 说明 EntityGraphQueryHint Encapsulates a JPA EntityGraph provided through a JPQL query hint. -
org.hibernate.hql.spi使用的org.hibernate.engine.query.spi中的类 类 说明 EntityGraphQueryHint Encapsulates a JPA EntityGraph provided through a JPQL query hint. -
org.hibernate.internal使用的org.hibernate.engine.query.spi中的类 类 说明 HQLQueryPlan Defines a query execution plan for an HQL query (or filter).NativeSQLQueryPlan Defines a query execution plan for a native-SQL query.QueryPlanCache Acts as a cache for compiled query plans, as well as query-parameter metadata. -
org.hibernate.loader.custom.sql使用的org.hibernate.engine.query.spi中的类 类 说明 ParameterParser.Recognizer Maybe better named a Journaler. -
org.hibernate.query.internal使用的org.hibernate.engine.query.spi中的类 类 说明 EntityGraphQueryHint Encapsulates a JPA EntityGraph provided through a JPQL query hint.NamedParameterDescriptor Descriptor regarding a named parameter.OrdinalParameterDescriptor Descriptor regarding an ordinal parameter. -
org.hibernate.query.spi使用的org.hibernate.engine.query.spi中的类 类 说明 QueryPlanCache Acts as a cache for compiled query plans, as well as query-parameter metadata.