Package | Description |
---|---|
org.hibernate.engine.internal |
Support for many of the internal workings of Hibernate.
|
org.hibernate.hql.internal | |
org.hibernate.hql.internal.ast.tree | |
org.hibernate.hql.internal.ast.util | |
org.hibernate.hql.internal.classic |
This package contains the Hibernate 2.x query parser which
is being end-of-lifed.
|
Modifier and Type | Method and Description |
---|---|
JoinSequence |
JoinSequence.addCondition(String condition)
Add a condition to this sequence.
|
JoinSequence |
JoinSequence.addCondition(String alias,
String[] columns,
String condition)
Add a condition to this sequence.
|
JoinSequence |
JoinSequence.addJoin(AssociationType associationType,
String alias,
JoinType joinType,
String[] referencingKey)
Add a join to this sequence
|
JoinSequence |
JoinSequence.copy()
Create a full, although shallow, copy.
|
JoinSequence |
JoinSequence.getFromPart()
Retrieve a JoinSequence that represents just the FROM clause parts
|
JoinSequence |
JoinSequence.setNext(JoinSequence next)
Sets the next join sequence
|
JoinSequence |
JoinSequence.setRoot(Joinable joinable,
String alias)
Set the root of this JoinSequence.
|
JoinSequence |
JoinSequence.setSelector(JoinSequence.Selector selector)
Set the Selector to use to determine how subclass joins should be applied.
|
JoinSequence |
JoinSequence.setUseThetaStyle(boolean useThetaStyle)
Should this JoinSequence use theta-style joining (both a FROM and WHERE component) in the rendered SQL?
|
Modifier and Type | Method and Description |
---|---|
JoinSequence |
JoinSequence.setNext(JoinSequence next)
Sets the next join sequence
|
Modifier and Type | Method and Description |
---|---|
static String |
CollectionSubqueryFactory.createCollectionSubquery(JoinSequence joinSequence,
Map enabledFilters,
String[] columns) |
Modifier and Type | Method and Description |
---|---|
JoinSequence |
FromElement.getJoinSequence() |
Modifier and Type | Method and Description |
---|---|
FromElement |
FromElementFactory.createEntityJoin(String entityClass,
String tableAlias,
JoinSequence joinSequence,
boolean fetchFlag,
boolean inFrom,
EntityType type,
String role,
String joinPath) |
void |
FromElement.setJoinSequence(JoinSequence joinSequence) |
Modifier and Type | Method and Description |
---|---|
JoinSequence |
SessionFactoryHelper.createCollectionJoinSequence(QueryableCollection collPersister,
String collectionName)
Create a join sequence rooted at the given collection.
|
JoinSequence |
SessionFactoryHelper.createJoinSequence()
Generate an empty join sequence instance.
|
JoinSequence |
SessionFactoryHelper.createJoinSequence(boolean implicit,
AssociationType associationType,
String tableAlias,
JoinType joinType,
String[] columns)
Generate a join sequence representing the given association type.
|
Modifier and Type | Method and Description |
---|---|
JoinSequence |
PathExpressionParser.getWhereJoin() |
Copyright © 2017 JBoss by Red Hat. All rights reserved.