Package | Description |
---|---|
org.hibernate.engine.query.spi |
Defines support for query plans and stored metadata about queries
|
org.hibernate.hql.internal.ast |
An ANTLR-based parser for Hibernate Query Language.
|
org.hibernate.hql.internal.ast.exec | |
org.hibernate.hql.internal.ast.tree | |
org.hibernate.hql.internal.ast.util | |
org.hibernate.hql.spi.id |
Support for multi-table update and delete statements via id-tables.
|
org.hibernate.hql.spi.id.global | |
org.hibernate.hql.spi.id.local | |
org.hibernate.hql.spi.id.persistent |
Package contains an implementation of MultiTableBulkIdStrategy based on the use
of a persistent (ANSI SQL term) table to hold id values.
|
org.hibernate.loader.hql |
This package defines a loader for the AST-based query parser
|
Class and Description |
---|
HqlSqlWalker
Implements methods used by the HQL->SQL tree transform grammar (a.k.a.
|
Class and Description |
---|
ASTQueryTranslatorFactory
Generates translators which uses the Antlr-based parser to perform
the translation.
|
ErrorReporter
Implementations will report or handle errors invoked by an ANTLR base parser.
|
HqlParser
Implements the semantic action methods defined in the HQL base parser to keep the grammar
source file a little cleaner.
|
HqlSqlWalker
Implements methods used by the HQL->SQL tree transform grammar (a.k.a.
|
ParameterTranslationsImpl.ParameterInfo |
ParseErrorHandler
Defines the behavior of an error handler for the HQL parsers.
|
QuerySyntaxException
Exception thrown when there is a syntax error in the HQL.
|
QueryTranslatorImpl
A QueryTranslator that uses an Antlr-based parser.
|
Class and Description |
---|
HqlSqlWalker
Implements methods used by the HQL->SQL tree transform grammar (a.k.a.
|
Class and Description |
---|
HqlSqlWalker
Implements methods used by the HQL->SQL tree transform grammar (a.k.a.
|
TypeDiscriminatorMetadata
Essentially a wrapper around a
DiscriminatorMetadata
and the proper sql alias to use. |
Class and Description |
---|
HqlSqlWalker
Implements methods used by the HQL->SQL tree transform grammar (a.k.a.
|
Class and Description |
---|
HqlSqlWalker
Implements methods used by the HQL->SQL tree transform grammar (a.k.a.
|
Class and Description |
---|
HqlSqlWalker
Implements methods used by the HQL->SQL tree transform grammar (a.k.a.
|
Class and Description |
---|
HqlSqlWalker
Implements methods used by the HQL->SQL tree transform grammar (a.k.a.
|
Class and Description |
---|
HqlSqlWalker
Implements methods used by the HQL->SQL tree transform grammar (a.k.a.
|
Class and Description |
---|
QueryTranslatorImpl
A QueryTranslator that uses an Antlr-based parser.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.