Uses of Class
org.apache.openjpa.jdbc.meta.strats.RelationToManyInverseKeyFieldStrategy

Packages that use RelationToManyInverseKeyFieldStrategy
org.apache.openjpa.jdbc.meta.strats OpenJPA-JDBC ORM Strategies 
 

Uses of RelationToManyInverseKeyFieldStrategy in org.apache.openjpa.jdbc.meta.strats
 

Subclasses of RelationToManyInverseKeyFieldStrategy in org.apache.openjpa.jdbc.meta.strats
 class RelationCollectionInverseKeyFieldStrategy
          Maps a relation to a collection of other objects using an inverse foreign key in the related object table.
 class RelationMapInverseKeyFieldStrategy
          Uses an inverse foreign key in the table of the map value to determine map values.
 



Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.