Uses of Class
org.apache.openjpa.jdbc.meta.strats.ContainerFieldStrategy
Packages that use ContainerFieldStrategy
-
Uses of ContainerFieldStrategy in org.apache.openjpa.jdbc.meta.strats
Subclasses of ContainerFieldStrategy in org.apache.openjpa.jdbc.meta.stratsModifier and TypeClassDescriptionclassMapping for a collection of values in a separate table controlled by aValueHandler.classMapping for a map of keys and values both controlled byValueHandlers.classMapping for a map whose keys are controlled by aValueHandlerand whose values are relations to other persistent objects.classBase class for map mappings.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.classMapping for a map whose keys are relations to other persistent objects and whose values are controlled by aValueHandler.classUses an inverse foreign key in the table of the map value to determine map values.classUses an association table to hold map values.classMapping for a map whose keys and values are both relations to other persistent objects.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.classBase class for strategies that are stored as a collection, even if their field value is something else.