class  | 
HandlerCollectionTableFieldStrategy | 
Mapping for a collection of values in a separate table controlled by a
  ValueHandler.  
 | 
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  | 
MapTableFieldStrategy | 
 Base class for map mappings. 
 | 
class  | 
RelationCollectionInverseKeyFieldStrategy | 
 Maps a relation to a collection of other objects using an inverse
 foreign key in the related object table. 
 | 
class  | 
RelationCollectionTableFieldStrategy | 
 Maps a collection of related objects through an association table. 
 | 
class  | 
RelationHandlerMapTableFieldStrategy | 
Mapping for a map whose keys are relations to other persistent objects
 and whose values are controlled by a  ValueHandler.  
 | 
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. 
 | 
class  | 
RelationToManyInverseKeyFieldStrategy | 
 Maps a relation to a set of other objects using an inverse
 foreign key in the related object table. 
 | 
class  | 
RelationToManyTableFieldStrategy | 
 Maps a set of related objects through an association table. 
 | 
class  | 
StoreCollectionFieldStrategy | 
 Base class for strategies that are stored as a collection, even if
 their field value is something else. 
 |