| Package | Description | 
|---|---|
| org.apache.cayenne.access.translator.select | |
| org.apache.cayenne.map | Contains O/R mapping classes that store relational database 
metadata information and map it to Java classes. | 
| Modifier and Type | Method and Description | 
|---|---|
| JoinType | JoinTreeNode. getJoinType() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DefaultSelectTranslator. dbRelationshipAdded(DbRelationship relationship,
                   JoinType joinType,
                   String joinSplitAlias) | 
| abstract void | QueryAssembler. dbRelationshipAdded(DbRelationship relationship,
                   JoinType joinType,
                   String joinSplitAlias)Appends a join with given semantics to the query. | 
| protected void | QualifierTranslator. processRelTermination(DbRelationship rel,
                     JoinType joinType,
                     String joinSplitAlias) | 
| protected void | QueryAssemblerHelper. processRelTermination(DbRelationship rel,
                     JoinType joinType,
                     String joinSplitAlias)Handles case when a DB_NAME expression ends with relationship. | 
| protected void | QueryAssemblerHelper. processRelTermination(ObjRelationship rel,
                     JoinType joinType,
                     String joinSplitAlias)Processes case when an OBJ_PATH expression ends with relationship. | 
| Modifier and Type | Method and Description | 
|---|---|
| JoinType | PathComponent. getJoinType()Returns a joint type of this path component in the expression. | 
| static JoinType | JoinType. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static JoinType[] | JoinType. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
Copyright © 2001–2023 Apache Cayenne. All rights reserved.