接口的使用
org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
-
使用HqlSqlTokenTypes的程序包 程序包 说明 org.hibernate.hql.internal.antlr A special package for ANTLR-generated parser classes.org.hibernate.hql.internal.ast An ANTLR-based parser for Hibernate Query Language.org.hibernate.hql.internal.ast.tree org.hibernate.hql.internal.ast.util -
-
org.hibernate.hql.internal.antlr中HqlSqlTokenTypes的使用
实现HqlSqlTokenTypes的org.hibernate.hql.internal.antlr中的类 修饰符和类型 类 说明 classHqlSqlBaseWalkerHibernate Query Language to SQL Tree Transform.
This is a tree grammar that transforms an HQL AST into a intermediate SQL AST with bindings to Hibernate interfaces (Queryable, etc.). -
org.hibernate.hql.internal.ast中HqlSqlTokenTypes的使用
实现HqlSqlTokenTypes的org.hibernate.hql.internal.ast中的类 修饰符和类型 类 说明 classHqlSqlWalkerImplements methods used by the HQL->SQL tree transform grammar (a.k.a. the second phase).classSqlASTFactoryCustom AST factory the intermediate tree that causes ANTLR to create specialized AST nodes, given the AST node type (from HqlSqlTokenTypes). -
org.hibernate.hql.internal.ast.tree中HqlSqlTokenTypes的使用
实现HqlSqlTokenTypes的org.hibernate.hql.internal.ast.tree中的类 修饰符和类型 类 说明 classAbstractMapComponentNodeBasic support for KEY, VALUE and ENTRY based "qualified identification variables".classBooleanLiteralNodeRepresents a boolean literal within a query.classFromClauseRepresents the 'FROM' part of a query or subquery, containing all mapped class references.classLiteralNodeRepresents a literal.classMapEntryNodeTree node representing reference to the entry (Map.Entry) of a Map association.classMapKeyNodeTree node representing reference to the key of a Map association.classMapValueNodeTree node representing reference to the value of a Map association.classOrderByClauseImplementation of OrderByClause. -
org.hibernate.hql.internal.ast.util中HqlSqlTokenTypes的使用
实现HqlSqlTokenTypes的org.hibernate.hql.internal.ast.util中的类 修饰符和类型 类 说明 classLiteralProcessorA delegate that handles literals and constants for HqlSqlWalker, performing the token replacement functions and classifying literals.classSyntheticAndFactoryCreates synthetic and nodes based on the where fragment part of a JoinSequence.
-