接口的使用
org.hibernate.hql.internal.ast.tree.Statement
-
使用Statement的程序包 程序包 说明 org.hibernate.hql.internal.ast An ANTLR-based parser for Hibernate Query Language.org.hibernate.hql.internal.ast.tree -
-
org.hibernate.hql.internal.ast中Statement的使用
返回Statement的org.hibernate.hql.internal.ast中的方法 修饰符和类型 方法 说明 StatementQueryTranslatorImpl. getSqlAST() -
org.hibernate.hql.internal.ast.tree中Statement的使用
org.hibernate.hql.internal.ast.tree中Statement的子接口 修饰符和类型 接口 说明 interfaceRestrictableStatementType definition for Statements which are restrictable via a where-clause (and thus also having a from-clause).实现Statement的org.hibernate.hql.internal.ast.tree中的类 修饰符和类型 类 说明 classAbstractRestrictableStatementConvenience implementation ofRestrictableStatementto centralize common functionality.classAbstractStatementConvenience implementation of Statement to centralize common functionality.classDeleteStatementDefines a top-level AST node representing an HQL delete statement.classInsertStatementDefines a top-level AST node representing an HQL "insert select" statement.classQueryNodeDefines a top-level AST node representing an HQL select statement.classUpdateStatementDefines a top-level AST node representing an HQL update statement.
-