Package | Description |
---|---|
org.hibernate.hql.internal.ast |
An ANTLR-based parser for Hibernate Query Language.
|
org.hibernate.hql.internal.ast.tree | |
org.hibernate.loader.hql |
This package defines a loader for the AST-based query parser
|
Modifier and Type | Method and Description |
---|---|
SelectClause |
HqlSqlWalker.getSelectClause() |
Modifier and Type | Method and Description |
---|---|
SelectClause |
QueryNode.getSelectClause()
Locate the select clause that is part of this select statement.
|
SelectClause |
InsertStatement.getSelectClause()
Retreive this insert statement's select-clause.
|
Modifier and Type | Method and Description |
---|---|
void |
IntoClause.validateTypes(SelectClause selectClause) |
Constructor and Description |
---|
QueryLoader(QueryTranslatorImpl queryTranslator,
SessionFactoryImplementor factory,
SelectClause selectClause)
Creates a new Loader implementation.
|
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.