|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Statement | |
| org.hibernate.hql.ast | An ANTLR-based parser for Hibernate Query Language. |
| org.hibernate.hql.ast.tree | |
| Uses of Statement in org.hibernate.hql.ast |
| Methods in org.hibernate.hql.ast that return Statement | |
Statement |
QueryTranslatorImpl.getSqlAST()
|
| Uses of Statement in org.hibernate.hql.ast.tree |
| Subinterfaces of Statement in org.hibernate.hql.ast.tree | |
interface |
RestrictableStatement
Type definition for Statements which are restrictable via a where-clause (and thus also having a from-clause). |
| Classes in org.hibernate.hql.ast.tree that implement Statement | |
class |
AbstractRestrictableStatement
Convenience implementation of RestrictableStatement to centralize common functionality. |
class |
AbstractStatement
Convenience implementation of Statement to centralize common functionality. |
class |
DeleteStatement
Defines a top-level AST node representing an HQL delete statement. |
class |
InsertStatement
Defines a top-level AST node representing an HQL "insert select" statement. |
class |
QueryNode
Defines a top-level AST node representing an HQL select statement. |
class |
UpdateStatement
Defines a top-level AST node representing an HQL update statement. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||