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

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

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

Fields in org.apache.cayenne.jpa.map with type parameters of type JpaOneToMany
protected  Collection<JpaOneToMany> JpaAttributes.oneToManyRelationships
           
 

Methods in org.apache.cayenne.jpa.map that return JpaOneToMany
 JpaOneToMany JpaAttributes.getOneToManyRelationship(String attributeName)
           
 

Methods in org.apache.cayenne.jpa.map that return types with arguments of type JpaOneToMany
 Collection<JpaOneToMany> JpaAttributes.getOneToManyRelationships()
           
 



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