Uses of Class
org.apache.cayenne.jpa.map.JpaJoinTable

Packages that use JpaJoinTable
org.apache.cayenne.jpa.map   
 

Uses of JpaJoinTable in org.apache.cayenne.jpa.map
 

Fields in org.apache.cayenne.jpa.map declared as JpaJoinTable
protected  JpaJoinTable JpaManyToMany.joinTable
           
protected  JpaJoinTable JpaManyToOne.joinTable
           
protected  JpaJoinTable JpaOneToMany.joinTable
           
protected  JpaJoinTable JpaOneToOne.joinTable
           
 

Methods in org.apache.cayenne.jpa.map that return JpaJoinTable
 JpaJoinTable JpaManyToMany.getJoinTable()
           
 JpaJoinTable JpaManyToOne.getJoinTable()
           
 JpaJoinTable JpaOneToMany.getJoinTable()
           
 JpaJoinTable JpaOneToOne.getJoinTable()
           
 

Methods in org.apache.cayenne.jpa.map with parameters of type JpaJoinTable
 void JpaManyToMany.setJoinTable(JpaJoinTable joinTable)
           
 void JpaManyToOne.setJoinTable(JpaJoinTable joinTable)
           
 void JpaOneToMany.setJoinTable(JpaJoinTable joinTable)
           
 void JpaOneToOne.setJoinTable(JpaJoinTable joinTable)
           
 



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