Uses of Class
org.apache.cayenne.map.DbJoin
| Package | Description | 
|---|---|
| org.apache.cayenne.dba | Contains database adapter API (DbAdapter) and its default implementation. | 
| org.apache.cayenne.map | Contains O/R mapping classes that store relational database 
metadata information and map it to Java classes. | 
- 
Uses of DbJoin in org.apache.cayenne.dbaMethods in org.apache.cayenne.dba with parameters of type DbJoin Modifier and Type Method Description StringDefaultQuotingStrategy. quotedSourceName(DbJoin join)StringQuotingStrategy. quotedSourceName(DbJoin join)StringDefaultQuotingStrategy. quotedTargetName(DbJoin join)StringQuotingStrategy. quotedTargetName(DbJoin join)
- 
Uses of DbJoin in org.apache.cayenne.mapFields in org.apache.cayenne.map with type parameters of type DbJoin Modifier and Type Field Description protected List<DbJoin>DbRelationship. joinsMethods in org.apache.cayenne.map that return DbJoin Modifier and Type Method Description DbJoinDbJoin. createReverseJoin()Returns a "reverse" join.Methods in org.apache.cayenne.map that return types with arguments of type DbJoin Modifier and Type Method Description List<DbJoin>DbRelationship. getJoins()Returns a list of joins.Methods in org.apache.cayenne.map with parameters of type DbJoin Modifier and Type Method Description voidDbRelationship. addJoin(DbJoin join)Adds a join.voidDbRelationship. removeJoin(DbJoin join)Method parameters in org.apache.cayenne.map with type arguments of type DbJoin Modifier and Type Method Description voidDbRelationship. setJoins(Collection<DbJoin> newJoins)