Uses of Interface
org.apache.openjpa.jdbc.meta.strats.LRSMapFieldStrategy
-
Uses of LRSMapFieldStrategy in org.apache.openjpa.jdbc.meta.strats
Modifier and TypeClassDescriptionclass
Mapping for a map of keys and values both controlled byValueHandler
s.class
Mapping for a map whose keys are controlled by aValueHandler
and whose values are relations to other persistent objects.class
Base class for map mappings.class
Mapping for a map whose keys are relations to other persistent objects and whose values are controlled by aValueHandler
.class
Uses an inverse foreign key in the table of the map value to determine map values.class
Uses an association table to hold map values.class
Mapping for a map whose keys and values are both relations to other persistent objects.