Uses of Class
org.apache.cayenne.map.DbJoin

Packages that use DbJoin
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.dba
 

Methods in org.apache.cayenne.dba with parameters of type DbJoin
 String DefaultQuotingStrategy.quotedSourceName(DbJoin join)
           
 String QuotingStrategy.quotedSourceName(DbJoin join)
           
 String DefaultQuotingStrategy.quotedTargetName(DbJoin join)
           
 String QuotingStrategy.quotedTargetName(DbJoin join)
           
 

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)
           
 



Copyright © 2001-2013 Apache Cayenne. All Rights Reserved.