| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DbJoin | |
|---|---|
| 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.map | 
|---|
| Fields in org.apache.cayenne.map with type parameters of type DbJoin | |
|---|---|
| protected  List<DbJoin> | DbRelationship.joins | 
| Methods in org.apache.cayenne.map that return DbJoin | |
|---|---|
|  DbJoin | DbJoin.createReverseJoin()Returns a "reverse" join. | 
| Methods in org.apache.cayenne.map that return types with arguments of type DbJoin | |
|---|---|
|  List<DbJoin> | DbRelationship.getJoins()Returns a list of joins. | 
| Methods in org.apache.cayenne.map with parameters of type DbJoin | |
|---|---|
|  void | DbRelationship.addJoin(DbJoin join)Adds a join. | 
|  void | DbRelationship.removeJoin(DbJoin join) | 
| Method parameters in org.apache.cayenne.map with type arguments of type DbJoin | |
|---|---|
|  void | DbRelationship.setJoins(Collection<DbJoin> newJoins) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||