Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.eclipse.persistence.mappings Classes and Interfaces - 67 results found.
NameDescriptionTypePackageFramework
AbstractColumnMappingPurpose: Maps an attribute or some other property to the corresponding database field type.Classorg.eclipse.persistence.mappings.foundationEclipseLink
AbstractCompositeCollectionMappingDefine an embedded collection of objects.Classorg.eclipse.persistence.mappings.foundationEclipseLink
AbstractCompositeDirectCollectionMappingAbstractCompositeDirectCollectionMapping consolidates the behavior of mappings that map collections of "native" data objects (e.Classorg.eclipse.persistence.mappings.foundationEclipseLink
AbstractCompositeObjectMappingChunks of data from non-relational data sources can have an embedded component objects.Classorg.eclipse.persistence.mappings.foundationEclipseLink
AbstractDirectMappingPurpose: Maps an attribute to the corresponding database field type.Classorg.eclipse.persistence.mappings.foundationEclipseLink
AbstractTransformationMappingPurpose: A transformation mapping is used for a specialized translation between how a value is represented in Java and its representation on the databae.Classorg.eclipse.persistence.mappings.foundationEclipseLink
AggregateCollectionMappingPurpose: The aggregate collection mapping is used to represent the aggregate relationship between a single source object and a collection of target objects.Classorg.eclipse.persistence.mappingsEclipseLink
AggregateMappingPurpose: Two objects can be considered to be related by aggregation if there is a strict 1:1 relationship between the objects.Classorg.eclipse.persistence.mappingsEclipseLink
AggregateObjectMappingPurpose:Two objects can be considered to be related by aggregation if there is a strict 1:1 relationship between the objects.Classorg.eclipse.persistence.mappingsEclipseLink
ArrayCollectionMappingInterface used by the ArrayCollectionMappingHelper to interact with the assorted array collection mappings.Interfaceorg.eclipse.persistence.mappings.structuresEclipseLink
ArrayCollectionMappingHelperHelper class to consolidate all the heinous comparing and merging code for the Array collection mappings.Classorg.eclipse.persistence.mappings.structuresEclipseLink
ArrayMapping In an object-relational data model, structures can contain "Arrays" or collections of other data-types.Classorg.eclipse.persistence.mappings.structuresEclipseLink
AssociationPurpose: Generic association object.Classorg.eclipse.persistence.mappingsEclipseLink
AttributeAccessorPurpose: This provides an abstract class for setting and retrieving the attribute value for the mapping from an object.Classorg.eclipse.persistence.mappingsEclipseLink
AttributeTransformerInterfaceorg.eclipse.persistence.mappings.transformersEclipseLink
AttributeTransformerAdapterPurpose: Provides an empty implementation of AttributeTransformer.Classorg.eclipse.persistence.mappings.transformersEclipseLink
ClassInstanceConverterPurpose: Allows a class name to be converted to and from a new instance of the class.Classorg.eclipse.persistence.mappings.convertersEclipseLink
CollectionMappingPurpose: Abstract class for relationship mappings which store collection of objectsSee Also:Serialized FormAuthor:SatiSince:TOPLink/Java 1.Classorg.eclipse.persistence.mappingsEclipseLink
ConstantTransformerPurpose: Allows a field to always be mapped to a constant value.Classorg.eclipse.persistence.mappings.transformersEclipseLink
ContainerMappingInterface used by clients to interact with the assorted mappings that use ContainerPolicy.Interfaceorg.eclipse.persistence.mappingsEclipseLink
ConverterPurpose: Conversion interface to allow conversion between object and data types.Interfaceorg.eclipse.persistence.mappings.convertersEclipseLink
ConverterClassA JPA attribute converter class wrapped with an EclipseLink converter.Classorg.eclipse.persistence.mappings.convertersEclipseLink
DatabaseMappingPurpose: Defines how an attribute of an object maps to and from the database Responsibilities: Define type of relationship (1:1/1:M/M:M/etc.Classorg.eclipse.persistence.mappingsEclipseLink
DatabaseMapping .WriteTypeClassorg.eclipse.persistence.mappingsEclipseLink
DirectCollectionMappingPurpose: This mapping is used to store a collection of simple types (String, Number, Date, etc.Classorg.eclipse.persistence.mappingsEclipseLink
DirectCollectionQueryKey Purpose:Represents a direct collection join query.Classorg.eclipse.persistence.mappings.querykeysEclipseLink
DirectMapMappingMapping for a collection of key-value pairs.Classorg.eclipse.persistence.mappingsEclipseLink
DirectQueryKey Purpose: Define an alias to a database field.Classorg.eclipse.persistence.mappings.querykeysEclipseLink
DirectToFieldMappingPurpose: Maps an attribute to the corresponding database field type.Classorg.eclipse.persistence.mappingsEclipseLink
DirectToXMLTypeMappingPurpose: Mapping used to map from a DOM (org.Classorg.eclipse.persistence.mappings.xdbEclipseLink
EmbeddableMapping Common interface to those mappings that are used to map JPA Embedded objects.Interfaceorg.eclipse.persistence.mappingsEclipseLink
EnumTypeConverterPurpose: Object type converter is used to match a fixed number of database data values to a Java enum object value.Classorg.eclipse.persistence.mappings.convertersEclipseLink
FieldTransformer This interface is used by the Transformation Mapping to build the value for a specific field.Interfaceorg.eclipse.persistence.mappings.transformersEclipseLink
FieldTransformerAdapterPurpose: Provides an empty implementation of FieldTransformer.Classorg.eclipse.persistence.mappings.transformersEclipseLink
ForeignReferenceMappingPurpose: Abstract class for relationship mappingsSee Also:Serialized FormClassorg.eclipse.persistence.mappingsEclipseLink
ForeignReferenceQueryKey Purpose: Define an alias to a foreign object.Classorg.eclipse.persistence.mappings.querykeysEclipseLink
ManyToManyMappingPurpose: Many to many mappings are used to represent the relationships between a collection of source objects and a collection of target objects.Classorg.eclipse.persistence.mappingsEclipseLink
ManyToManyQueryKey Purpose:Represents a m-m join query.Classorg.eclipse.persistence.mappings.querykeysEclipseLink
ManyToOneMappingPurpose: Define the relationship to be a ManyToOne.Classorg.eclipse.persistence.mappingsEclipseLink
MapComponentMappingA MapComponentMapping is any mapping that can be used as the key or the value in a mapping that uses a MappedKeyMapContainerPolicy.Interfaceorg.eclipse.persistence.mappings.foundationEclipseLink
MapKeyMappingMapKeyMapping is implemented by DatabaseMappings that can be used to map the key in a map that uses a MappedKeyMapContainerPolicy.Interfaceorg.eclipse.persistence.mappings.foundationEclipseLink
MethodBasedAttributeTransformerClassorg.eclipse.persistence.mappings.transformersEclipseLink
MethodBasedFieldTransformerClassorg.eclipse.persistence.mappings.transformersEclipseLink
MultitenantPrimaryKeyMappingPurpose: Maps a multitenant property to the corresponding database field type.Classorg.eclipse.persistence.mappingsEclipseLink
NestedTableMapping Nested tables are similar to VARRAYs except internally they store their information in a separate table from their parent structure's table.Classorg.eclipse.persistence.mappings.structuresEclipseLink
ObjectArrayMapping In an object-relational data model, structures can contain "Arrays" or collections of other data-types.Classorg.eclipse.persistence.mappings.structuresEclipseLink
ObjectReferenceMappingPurpose: Abstract class for 1:1, variable 1:1 and reference mappingsSee Also:Serialized FormClassorg.eclipse.persistence.mappingsEclipseLink
ObjectRelationalDatabaseField A database field of object-relational type: either a java.Classorg.eclipse.persistence.mappings.structuresEclipseLink
ObjectRelationalDataTypeDescriptor Differentiates object-relational descriptors from normal relational descriptors.Classorg.eclipse.persistence.mappings.structuresEclipseLink
ObjectTypeConverterPurpose: Object type converter is used to match a fixed number of database data values to Java object value.Classorg.eclipse.persistence.mappings.convertersEclipseLink
OneToManyMappingPurpose: This mapping is used to represent the typical RDBMS relationship between a singleClassorg.eclipse.persistence.mappingsEclipseLink
OneToManyQueryKey Purpose:Represents a 1-m join query.Classorg.eclipse.persistence.mappings.querykeysEclipseLink
OneToOneMappingPurpose: One to one mappings are used to represent a pointer references between two java objects.Classorg.eclipse.persistence.mappingsEclipseLink
OneToOneMapping .ShallowModeClassorg.eclipse.persistence.mappingsEclipseLink
OneToOneQueryKey Purpose: Define an alias to a foreign one to one object.Classorg.eclipse.persistence.mappings.querykeysEclipseLink
PropertyAssociationPurpose: Generic association object.Classorg.eclipse.persistence.mappingsEclipseLink
QueryKey Purpose: Define a Java appropriate alias to a database field or function.Classorg.eclipse.persistence.mappings.querykeysEclipseLink
ReferenceMapping In an object-relational data model, structures reference each other through "Refs"; not through foreign keys as in the relational data model.Classorg.eclipse.persistence.mappings.structuresEclipseLink
RelationalMappingInterfaceorg.eclipse.persistence.mappingsEclipseLink
RelationTableMechanismPurpose: Contains relation table functionality that was originally defined in ManyToManyMappingClassorg.eclipse.persistence.mappingsEclipseLink
SerializedObjectConverterPurpose: The serialized object converter can be used to store an arbitrary object or set of objects into a database binary or character field.Classorg.eclipse.persistence.mappings.convertersEclipseLink
StructureMapping A structure is an object-relational user-defined data-type or object-type.Classorg.eclipse.persistence.mappings.structuresEclipseLink
TransformationMappingPurpose: A transformation mapping is used for a specialized translation between how a value is represented in Java and its representation on the databae.Classorg.eclipse.persistence.mappingsEclipseLink
TypeConversionConverterPurpose: Type conversion converters are used to explicitly map a database type to aSee Also:Serialized FormAuthor:James SutherlandSince:OracleAS TopLink 10g (10.Classorg.eclipse.persistence.mappings.convertersEclipseLink
TypedAssociationPurpose: Generic association object.Classorg.eclipse.persistence.mappingsEclipseLink
UnidirectionalOneToManyMappingPurpose: UnidirectionalOneToManyMapping doesn't have 1:1 back reference mapping.Classorg.eclipse.persistence.mappingsEclipseLink
VariableOneToOneMappingPurpose: Variable one to one mappings are used to represent a pointer references between a java object and an implementer of an interface.Classorg.eclipse.persistence.mappingsEclipseLink