Class AbstractRelationshipMappingImpl<T extends RelationshipAccessor,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>
-
- Direct Known Subclasses:
AbstractCollectionMappingImpl,AbstractObjectMappingImpl
public class AbstractRelationshipMappingImpl<T extends RelationshipAccessor,R> extends AbstractMappingImpl<T,R>
JPA scripting API implementation.- Since:
- EclipseLink 2.5.1
- Author:
- Guy Pelletier
-
-
Field Summary
-
Fields inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
metadata
-
-
Constructor Summary
Constructors Constructor Description AbstractRelationshipMappingImpl(T t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JoinColumnaddJoinColumn()JoinFieldaddJoinField()BatchFetchsetBatchFetch()CascadesetCascade()RsetCascadeOnDelete(java.lang.Boolean cascadeOnDelete)RsetFetch(java.lang.String fetch)RsetJoinFetch(java.lang.String joinFetch)JoinTablesetJoinTable()RsetMappedBy(java.lang.String mappedBy)RsetNonCacheable(java.lang.Boolean nonCacheable)RsetOrphanRemoval(java.lang.Boolean orphanRemoval)RsetPrivateOwned(java.lang.Boolean privateOwned)RsetTargetEntity(java.lang.String targetEntity)-
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 Detail
-
AbstractRelationshipMappingImpl
public AbstractRelationshipMappingImpl(T t)
-
-
Method Detail
-
addJoinColumn
public JoinColumn addJoinColumn()
-
addJoinField
public JoinField addJoinField()
-
setBatchFetch
public BatchFetch setBatchFetch()
-
setCascade
public Cascade setCascade()
-
setCascadeOnDelete
public R setCascadeOnDelete(java.lang.Boolean cascadeOnDelete)
-
setFetch
public R setFetch(java.lang.String fetch)
-
setJoinFetch
public R setJoinFetch(java.lang.String joinFetch)
-
setJoinTable
public JoinTable setJoinTable()
-
setMappedBy
public R setMappedBy(java.lang.String mappedBy)
-
setNonCacheable
public R setNonCacheable(java.lang.Boolean nonCacheable)
-
setOrphanRemoval
public R setOrphanRemoval(java.lang.Boolean orphanRemoval)
-
setPrivateOwned
public R setPrivateOwned(java.lang.Boolean privateOwned)
-
setTargetEntity
public R setTargetEntity(java.lang.String targetEntity)
-
-