Uses of Class
org.apache.cayenne.map.naming.ExportedKey

Packages that use ExportedKey
org.apache.cayenne.access Contains classes that make up Cayenne ORM stack. 
org.apache.cayenne.map.naming   
 

Uses of ExportedKey in org.apache.cayenne.access
 

Methods in org.apache.cayenne.access with parameters of type ExportedKey
protected  void DbLoader.postprocessMasterDbRelationship(DbRelationship relationship, ExportedKey key)
          Detects correct relationship multiplicity and "to dep pk" flag.
 

Uses of ExportedKey in org.apache.cayenne.map.naming
 

Methods in org.apache.cayenne.map.naming that return ExportedKey
static ExportedKey ExportedKey.extractData(ResultSet rs)
          Extracts data from a resultset pointing to a exported key to ExportedKey class instance
 

Methods in org.apache.cayenne.map.naming with parameters of type ExportedKey
 String BasicNamingStrategy.createDbRelationshipName(ExportedKey key, boolean toMany)
           
 String NamingStrategy.createDbRelationshipName(ExportedKey key, boolean toMany)
          Creates new name for Db Relationship
 



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