Uses of Interface
org.apache.openjpa.jdbc.meta.strats.LRSMapFieldStrategy
-
Packages that use LRSMapFieldStrategy Package Description org.apache.openjpa.jdbc.meta.strats OpenJPA-JDBC ORM Strategies -
-
Uses of LRSMapFieldStrategy in org.apache.openjpa.jdbc.meta.strats
Classes in org.apache.openjpa.jdbc.meta.strats that implement LRSMapFieldStrategy Modifier and Type Class Description class
HandlerHandlerMapTableFieldStrategy
Mapping for a map of keys and values both controlled byValueHandler
s.class
HandlerRelationMapTableFieldStrategy
Mapping for a map whose keys are controlled by aValueHandler
and whose values are relations to other persistent objects.class
MapTableFieldStrategy
Base class for map mappings.class
RelationHandlerMapTableFieldStrategy
Mapping for a map whose keys are relations to other persistent objects and whose values are controlled by aValueHandler
.class
RelationMapInverseKeyFieldStrategy
Uses an inverse foreign key in the table of the map value to determine map values.class
RelationMapTableFieldStrategy
Uses an association table to hold map values.class
RelationRelationMapTableFieldStrategy
Mapping for a map whose keys and values are both relations to other persistent objects.
-