Uses of Class
org.apache.cayenne.map.JoinType
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.
|
-
Uses of JoinType in org.apache.cayenne.access.translator.select
Methods in org.apache.cayenne.access.translator.select that return JoinType Modifier and Type Method Description JoinType
JoinTreeNode. getJoinType()
Methods in org.apache.cayenne.access.translator.select with parameters of type JoinType Modifier and Type Method 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. -
Uses of JoinType in org.apache.cayenne.map
Methods in org.apache.cayenne.map that return JoinType Modifier and Type Method 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.