Module org.eclipse.persistence.jpa
Class OneToManyImpl
java.lang.Object
org.eclipse.persistence.internal.jpa.config.MetadataImpl<OneToManyAccessor>
org.eclipse.persistence.internal.jpa.config.AbstractAccessorImpl<OneToManyAccessor,OneToMany>
org.eclipse.persistence.internal.jpa.config.mappings.AbstractMappingImpl<OneToManyAccessor,OneToMany>
org.eclipse.persistence.internal.jpa.config.mappings.AbstractRelationshipMappingImpl<OneToManyAccessor,OneToMany>
org.eclipse.persistence.internal.jpa.config.mappings.AbstractCollectionMappingImpl<OneToManyAccessor,OneToMany>
org.eclipse.persistence.internal.jpa.config.mappings.OneToManyImpl
- All Implemented Interfaces:
OneToMany
public class OneToManyImpl
extends AbstractCollectionMappingImpl<OneToManyAccessor,OneToMany>
implements OneToMany
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.AbstractCollectionMappingImpl
addMapKeyAssociationOverride, addMapKeyAttributeOverride, addMapKeyConvert, addMapKeyJoinColumn, setDeleteAll, setMapKey, setMapKeyClass, setMapKeyColumn, setMapKeyConvert, setMapKeyEnumerated, setMapKeyForeignKey, setMapKeyTemporal, setOrderBy, setOrderColumn
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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.persistence.jpa.config.OneToMany
addJoinColumn, addJoinField, addMapKeyAssociationOverride, addMapKeyAttributeOverride, addMapKeyConvert, addMapKeyJoinColumn, addProperty, setAccess, setAccessMethods, setAttributeType, setBatchFetch, setCascade, setCascadeOnDelete, setConverter, setDeleteAll, setFetch, setHashPartitioning, setJoinFetch, setJoinTable, setMapKey, setMapKeyClass, setMapKeyColumn, setMapKeyConvert, setMapKeyEnumerated, setMapKeyForeignKey, setMapKeyTemporal, setMappedBy, setName, setNonCacheable, setObjectTypeConverter, setOrderBy, setOrderColumn, setOrphanRemoval, setPartitioning, setPinnedPartitioning, setPrivateOwned, setRangePartitioning, setReplicationPartitioning, setRoundRobinPartitioning, setStructConverter, setTargetEntity, setTypeConverter, setUnionPartitioning, setValuePartitioning
-
Constructor Details
-
OneToManyImpl
public OneToManyImpl()
-
-
Method Details
-
setForeignKey
- Specified by:
setForeignKey
in interfaceOneToMany
-