class  | 
EmbedFieldStrategy | 
 Mapping for an embedded persistent object. 
 | 
class  | 
HandlerFieldStrategy | 
Mapping for a single-valued field that delegates to a  ValueHandler.  
 | 
class  | 
MaxEmbeddedBlobFieldStrategy | 
 Mapping for serialized fields on a dictionary that has a maximum embedded
 BLOB size. 
 | 
class  | 
MaxEmbeddedByteArrayFieldStrategy | 
 Mapping for byte array fields on a dictionary that has a maximum embedded
 BLOB size. 
 | 
class  | 
MaxEmbeddedCharArrayFieldStrategy | 
 Mapping for CLOB character array on a dictionary that has a maximum
 embedded CLOB size. 
 | 
class  | 
MaxEmbeddedClobFieldStrategy | 
 Mapping for CLOB string on a dictionary that has a maximum embedded
 CLOB size. 
 | 
class  | 
PrimitiveFieldStrategy | 
 Direct mapping from a primitive value to a column. 
 | 
class  | 
RelationFieldStrategy | 
 Mapping for a single-valued relation to another entity. 
 | 
class  | 
StringFieldStrategy | 
 Direct mapping from a string value to a column. 
 |