|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AliasedEntity | |
|---|---|
| org.tranql.builder | |
| org.tranql.ejb.parser | |
| org.tranql.ql | |
| org.tranql.sql.prefetch | |
| Uses of AliasedEntity in org.tranql.builder |
|---|
| Methods in org.tranql.builder with parameters of type AliasedEntity | |
|---|---|
static Node |
QueryTileBuilder.buildJoinCondition(Association.JoinDefinition joinDefinition,
AliasedEntity qs1,
AliasedEntity qs2)
|
| Uses of AliasedEntity in org.tranql.ejb.parser |
|---|
| Methods in org.tranql.ejb.parser that return AliasedEntity | |
|---|---|
AliasedEntity |
EJBQL21Compiler.getAlias(java.lang.String alias)
|
| Methods in org.tranql.ejb.parser with parameters of type AliasedEntity | |
|---|---|
void |
EJBQL21Compiler.addAlias(AliasedEntity aliasedEntity)
|
| Uses of AliasedEntity in org.tranql.ql |
|---|
| Subclasses of AliasedEntity in org.tranql.ql | |
|---|---|
class |
Delete
This subclass is used to identify the entity type that will be deleted using a delete query. |
class |
DerivedTable
This class is really intended to be used for SQL, but for now we are using it for the Linda IN clause in EJB-QL. |
class |
Insert
This subclass is used to identify the entity type that will be inserted using an insert query. |
class |
QuerySource
This subclass is used for select queries and adds a forUpdate flag. |
class |
SubQuerySource
|
class |
Update
This subclass is used to identify the entity type that will be updated using an update query. |
| Methods in org.tranql.ql that return AliasedEntity | |
|---|---|
AliasedEntity |
EntityReference.getEntity()
|
AliasedEntity |
Path.getRoot()
|
AliasedEntity |
AttributeReference.getSource()
|
AliasedEntity |
FKAttributeReference.getSource()
|
| Constructors in org.tranql.ql with parameters of type AliasedEntity | |
|---|---|
AttributeReference(AliasedEntity source,
Attribute attribute)
|
|
EntityReference(AliasedEntity entity)
|
|
FKAttributeReference(AliasedEntity source,
FKAttribute fkAttribute)
|
|
Path(AliasedEntity root,
java.util.List path)
|
|
| Uses of AliasedEntity in org.tranql.sql.prefetch |
|---|
| Constructors in org.tranql.sql.prefetch with parameters of type AliasedEntity | |
|---|---|
PrefetchGroupTransform(Schema schema,
AliasedEntity rootQS,
PrefetchGroup rootGroup,
QuerySourceDictionary qsDictionary,
IdentityDefinerBuilder idDefBuilder)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||