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