Uses of Interface
org.hibernate.hql.ast.tree.RestrictableStatement

Packages that use RestrictableStatement
org.hibernate.hql.ast An ANTLR-based parser for Hibernate Query Language. 
org.hibernate.hql.ast.tree   
org.hibernate.hql.ast.util   
 

Uses of RestrictableStatement in org.hibernate.hql.ast
 

Methods in org.hibernate.hql.ast with parameters of type RestrictableStatement
protected  void HqlSqlWalker.postProcessDML(RestrictableStatement statement)
           
 

Uses of RestrictableStatement in org.hibernate.hql.ast.tree
 

Classes in org.hibernate.hql.ast.tree that implement RestrictableStatement
 class AbstractRestrictableStatement
          Convenience implementation of RestrictableStatement to centralize common functionality.
 class DeleteStatement
          Defines a top-level AST node representing an HQL delete 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.
 

Uses of RestrictableStatement in org.hibernate.hql.ast.util
 

Methods in org.hibernate.hql.ast.util with parameters of type RestrictableStatement
 void SyntheticAndFactory.addDiscriminatorWhereFragment(RestrictableStatement statement, Queryable persister, Map enabledFilters, String alias)
           
 



Copyright © null-null Red Hat Middleware, LLC. All Rights Reserved