Uses of Class
org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
Packages that use AbstractFieldStrategy
-
Uses of AbstractFieldStrategy in org.apache.openjpa.jdbc.meta.strats
Subclasses of AbstractFieldStrategy in org.apache.openjpa.jdbc.meta.stratsModifier and TypeClassDescriptionclassAn abstract container mapping that handles traversing the join to examine the size of the relation.classMapping for an embedded persistent object.classMapping for a collection of values in a separate table controlled by aValueHandler.classMapping for a single-valued field that delegates to aValueHandler.classMapping for a map of keys and values both controlled byValueHandlers.classMapping for a map whose keys are controlled by aValueHandlerand whose values are relations to other persistent objects.classDirect mapping from a stream value to a column.classBase class for map mappings.classMapping for serialized fields on a dictionary that has a maximum embedded BLOB size.classMapping for byte array fields on a dictionary that has a maximum embedded BLOB size.classMapping for CLOB character array on a dictionary that has a maximum embedded CLOB size.classMapping for CLOB string on a dictionary that has a maximum embedded CLOB size.classAn unmapped field.classDirect mapping from a primitive value to a column.classMaps a relation to a collection of other objects using an inverse foreign key in the related object table.classMaps a collection of related objects through an association table.classMapping for a single-valued relation to another entity.classMapping for a map whose keys are relations to other persistent objects and whose values are controlled by aValueHandler.classUses an inverse foreign key in the table of the map value to determine map values.classUses an association table to hold map values.classMapping for a map whose keys and values are both relations to other persistent objects.classMaps a relation to a set of other objects using an inverse foreign key in the related object table.classMaps a set of related objects through an association table.classBase class for strategies that are stored as a collection, even if their field value is something else.classDirect mapping from a string value to a column.