| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JoinType | |
|---|---|
| org.apache.cayenne.access.trans | Provides translators for Cayenne queries. | 
| org.apache.cayenne.map | Contains O/R mapping classes that store relational database metadata information and map it to Java classes. | 
| Uses of JoinType in org.apache.cayenne.access.trans | 
|---|
| Methods in org.apache.cayenne.access.trans that return JoinType | |
|---|---|
|  JoinType | JoinTreeNode.getJoinType() | 
| Methods in org.apache.cayenne.access.trans with parameters of type JoinType | |
|---|---|
|  void | DeleteTranslator.dbRelationshipAdded(DbRelationship relationship,
                    JoinType joinType,
                    String joinAplitAlias)Deprecated. | 
| abstract  void | QueryAssembler.dbRelationshipAdded(DbRelationship relationship,
                    JoinType joinType,
                    String joinSplitAlias)Appends a join with given semantics to the query. | 
|  void | SelectTranslator.dbRelationshipAdded(DbRelationship relationship,
                    JoinType joinType,
                    String joinSplitAlias) | 
|  void | UpdateTranslator.dbRelationshipAdded(DbRelationship relationship,
                    JoinType joinType,
                    String joinSplitAlias)Deprecated. | 
| 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. | 
| Uses of JoinType in org.apache.cayenne.map | 
|---|
| Methods in org.apache.cayenne.map that return JoinType | |
|---|---|
|  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. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||