Module org.eclipse.persistence.jpa
Class AbstractObjectMappingImpl<T extends ObjectAccessor,R>
java.lang.Object
org.eclipse.persistence.internal.jpa.config.MetadataImpl<T>
org.eclipse.persistence.internal.jpa.config.AbstractAccessorImpl<T,R>
org.eclipse.persistence.internal.jpa.config.mappings.AbstractMappingImpl<T,R>
org.eclipse.persistence.internal.jpa.config.mappings.AbstractRelationshipMappingImpl<T,R>
org.eclipse.persistence.internal.jpa.config.mappings.AbstractObjectMappingImpl<T,R>
- Direct Known Subclasses:
ManyToOneImpl
,OneToOneImpl
,VariableOneToOneImpl
public class AbstractObjectMappingImpl<T extends ObjectAccessor,R>
extends AbstractRelationshipMappingImpl<T,R>
JPA scripting API implementation.
- Since:
- EclipseLink 2.5.1
-
Field Summary
Fields inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
metadata
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.persistence.internal.jpa.config.mappings.AbstractRelationshipMappingImpl
addJoinColumn, addJoinField, setBatchFetch, setCascade, setCascadeOnDelete, setFetch, setJoinFetch, setJoinTable, setMappedBy, setNonCacheable, setOrphanRemoval, setPrivateOwned, setTargetEntity
Methods inherited from class org.eclipse.persistence.internal.jpa.config.mappings.AbstractMappingImpl
setAttributeType
Methods inherited from class org.eclipse.persistence.internal.jpa.config.AbstractAccessorImpl
addConverter, addObjectTypeConverter, addProperty, addStructConverter, addTypeConverter, setAccess, setAccessMethods, setConverter, setHashPartitioning, setName, setObjectTypeConverter, setPartitioned, setPartitioning, setPinnedPartitioning, setRangePartitioning, setReplicationPartitioning, setRoundRobinPartitioning, setStructConverter, setTypeConverter, setUnionPartitioning, setValuePartitioning
Methods inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
getMetadata
-
Constructor Details
-
AbstractObjectMappingImpl
-
-
Method Details
-
addPrimaryKeyJoinColumn
-
setForeignKey
-
setId
-
setMapsId
-
setOptional
-