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

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

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

Subclasses of MapTableFieldStrategy in org.apache.openjpa.jdbc.meta.strats
 class HandlerHandlerMapTableFieldStrategy
          Mapping for a map of keys and values both controlled by ValueHandlers.
 class HandlerRelationMapTableFieldStrategy
          Mapping for a map whose keys are controlled by a ValueHandler and whose values are relations to other persistent objects.
 class RelationHandlerMapTableFieldStrategy
          Mapping for a map whose keys are relations to other persistent objects and whose values are controlled by a ValueHandler.
 class RelationRelationMapTableFieldStrategy
          Mapping for a map whose keys and values are both relations to other persistent objects.
 



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