Uses of Class
org.apache.openjpa.jdbc.meta.strats.StoreCollectionFieldStrategy
Packages that use StoreCollectionFieldStrategy
- 
Uses of StoreCollectionFieldStrategy in org.apache.openjpa.jdbc.meta.stratsSubclasses of StoreCollectionFieldStrategy in org.apache.openjpa.jdbc.meta.stratsModifier and TypeClassDescriptionclassMapping for a collection of values in a separate table controlled by aValueHandler.classMaps a relation to a collection of other objects using an inverse foreign key in the related object table.classMaps a collection of related objects through an association table.classUses an inverse foreign key in the table of the map value to determine map values.classUses an association table to hold map values.classMaps a relation to a set of other objects using an inverse foreign key in the related object table.classMaps a set of related objects through an association table.