程序包的使用
org.hibernate.hql.internal.ast
-
使用org.hibernate.hql.internal.ast的程序包 程序包 说明 org.hibernate.engine.query.spi Defines support for query plans and stored metadata about queriesorg.hibernate.hql.internal.ast An ANTLR-based parser for Hibernate Query Language.org.hibernate.hql.internal.ast.exec org.hibernate.hql.internal.ast.tree org.hibernate.hql.internal.ast.util org.hibernate.hql.spi.id Support for multi-table update and delete statements via id-tables.org.hibernate.hql.spi.id.cte org.hibernate.hql.spi.id.global org.hibernate.hql.spi.id.inline org.hibernate.hql.spi.id.local org.hibernate.hql.spi.id.persistent Package contains an implementation of MultiTableBulkIdStrategy based on the use of a persistent (ANSI SQL term) table to hold id values.org.hibernate.loader.hql This package defines a loader for the AST-based query parser -
org.hibernate.engine.query.spi使用的org.hibernate.hql.internal.ast中的类 类 说明 HqlSqlWalker Implements methods used by the HQL->SQL tree transform grammar (a.k.a. the second phase). -
org.hibernate.hql.internal.ast使用的org.hibernate.hql.internal.ast中的类 类 说明 ASTQueryTranslatorFactory Generates translators which uses the Antlr-based parser to perform the translation.ErrorReporter Implementations will report or handle errors invoked by an ANTLR base parser.HqlParser Implements the semantic action methods defined in the HQL base parser to keep the grammar source file a little cleaner.HqlSqlWalker Implements methods used by the HQL->SQL tree transform grammar (a.k.a. the second phase).ParseErrorHandler Defines the behavior of an error handler for the HQL parsers.QuerySyntaxException Exception thrown when there is a syntax error in the HQL.QueryTranslatorImpl A QueryTranslator that uses an Antlr-based parser. -
org.hibernate.hql.internal.ast.exec使用的org.hibernate.hql.internal.ast中的类 类 说明 HqlSqlWalker Implements methods used by the HQL->SQL tree transform grammar (a.k.a. the second phase). -
org.hibernate.hql.internal.ast.tree使用的org.hibernate.hql.internal.ast中的类 类 说明 HqlSqlWalker Implements methods used by the HQL->SQL tree transform grammar (a.k.a. the second phase).TypeDiscriminatorMetadata Essentially a wrapper around aDiscriminatorMetadataand the proper sql alias to use. -
org.hibernate.hql.internal.ast.util使用的org.hibernate.hql.internal.ast中的类 类 说明 HqlSqlWalker Implements methods used by the HQL->SQL tree transform grammar (a.k.a. the second phase). -
org.hibernate.hql.spi.id使用的org.hibernate.hql.internal.ast中的类 类 说明 HqlSqlWalker Implements methods used by the HQL->SQL tree transform grammar (a.k.a. the second phase). -
org.hibernate.hql.spi.id.cte使用的org.hibernate.hql.internal.ast中的类 类 说明 HqlSqlWalker Implements methods used by the HQL->SQL tree transform grammar (a.k.a. the second phase). -
org.hibernate.hql.spi.id.global使用的org.hibernate.hql.internal.ast中的类 类 说明 HqlSqlWalker Implements methods used by the HQL->SQL tree transform grammar (a.k.a. the second phase). -
org.hibernate.hql.spi.id.inline使用的org.hibernate.hql.internal.ast中的类 类 说明 HqlSqlWalker Implements methods used by the HQL->SQL tree transform grammar (a.k.a. the second phase). -
org.hibernate.hql.spi.id.local使用的org.hibernate.hql.internal.ast中的类 类 说明 HqlSqlWalker Implements methods used by the HQL->SQL tree transform grammar (a.k.a. the second phase). -
org.hibernate.hql.spi.id.persistent使用的org.hibernate.hql.internal.ast中的类 类 说明 HqlSqlWalker Implements methods used by the HQL->SQL tree transform grammar (a.k.a. the second phase). -
org.hibernate.loader.hql使用的org.hibernate.hql.internal.ast中的类 类 说明 QueryTranslatorImpl A QueryTranslator that uses an Antlr-based parser.