Uses of Interface
org.eclipse.persistence.eis.mappings.EISMapping

Packages that use EISMapping
Package
Description
 
  • Uses of EISMapping in org.eclipse.persistence.eis.mappings

    Modifier and Type
    Class
    Description
    class 
    EIS Composite Collection Mappings map a java.util.Map or java.util.Collection of Java objects to an EIS record in a privately owned, one-to-many relationship according to its descriptor's record type.
    class 
    EIS Composite Direct Collection Mappings map a collection of simple Java attributes to and from an EIS Record according to its descriptor's record type.
    class 
    EIS Composite Object Mappings map a Java object to a privately owned, one-to-one relationship to an EIS Record according to its descriptor's record type.
    class 
    EIS Direct Mappings map a simple Java attribute to and from an EIS Record according to its descriptor's record type.
    class 
    An EIS one-to-many mapping is a reference mapping that represents the relationship between a single source object and a collection of mapped persistent Java objects.
    class 
    An EIS one-to-one mapping is a reference mapping that represents the relationship between a single source object and a single mapped persistent Java object.
    class 
    EIS Transformation Mappings allow the creation of custom mappings where one or more fields in an EIS Record can be used to create the object to be stored in a Java class's attribute.