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

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

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

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

Methods in org.apache.cayenne.jpa.map that return JpaManyToOne
 JpaManyToOne JpaAttributes.getManyToOneRelationship(String attributeName)
           
 

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



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