| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractFieldStrategy | |
|---|---|
| org.apache.openjpa.jdbc.meta.strats | OpenJPA-JDBC ORM Strategies | 
| Uses of AbstractFieldStrategy in org.apache.openjpa.jdbc.meta.strats | 
|---|
| Subclasses of AbstractFieldStrategy in org.apache.openjpa.jdbc.meta.strats | |
|---|---|
|  class | ContainerFieldStrategyAn abstract container mapping that handles traversing the join to examine the size of the relation. | 
|  class | EmbedFieldStrategyMapping for an embedded persistent object. | 
|  class | HandlerFieldStrategyMapping for a single-valued field that delegates to a ValueHandler. | 
|  class | MapTableFieldStrategyBase class for map mappings. | 
|  class | MaxEmbeddedBlobFieldStrategyMapping for serialized fields on a dictionary that has a maximum embedded BLOB size. | 
|  class | MaxEmbeddedByteArrayFieldStrategyMapping for byte array fields on a dictionary that has a maximum embedded BLOB size. | 
|  class | MaxEmbeddedCharArrayFieldStrategyMapping for CLOB character array on a dictionary that has a maximum embedded CLOB size. | 
|  class | MaxEmbeddedClobFieldStrategyMapping for CLOB string on a dictionary that has a maximum embedded CLOB size. | 
|  class | NoneFieldStrategyAn unmapped field. | 
|  class | PrimitiveFieldStrategyDirect mapping from a primitive value to a column. | 
|  class | RelationCollectionInverseKeyFieldStrategyMaps a relation to a collection of other objects using an inverse foreign key in the related object table. | 
|  class | RelationCollectionTableFieldStrategyMaps a collection of related objects through an association table. | 
|  class | RelationFieldStrategyMapping for a single-valued relation to another entity. | 
|  class | RelationMapInverseKeyFieldStrategyUses an inverse foreign key in the table of the map value to determine map values. | 
|  class | RelationMapTableFieldStrategyUses an association table to hold map values. | 
|  class | RelationToManyInverseKeyFieldStrategyMaps a relation to a set of other objects using an inverse foreign key in the related object table. | 
|  class | RelationToManyTableFieldStrategyMaps a set of related objects through an association table. | 
|  class | StoreCollectionFieldStrategyBase class for strategies that are stored as a collection, even if their field value is something else. | 
|  class | StringFieldStrategyDirect mapping from a string value to a column. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||