Module org.eclipse.persistence.jpa
Class ManyToOneImpl
java.lang.Object
org.eclipse.persistence.internal.jpa.config.MetadataImpl<ManyToOneAccessor>
org.eclipse.persistence.internal.jpa.config.AbstractAccessorImpl<ManyToOneAccessor,ManyToOne>
org.eclipse.persistence.internal.jpa.config.mappings.AbstractMappingImpl<ManyToOneAccessor,ManyToOne>
org.eclipse.persistence.internal.jpa.config.mappings.AbstractRelationshipMappingImpl<ManyToOneAccessor,ManyToOne>
org.eclipse.persistence.internal.jpa.config.mappings.AbstractObjectMappingImpl<ManyToOneAccessor,ManyToOne>
org.eclipse.persistence.internal.jpa.config.mappings.ManyToOneImpl
- All Implemented Interfaces:
ManyToOne
public class ManyToOneImpl
extends AbstractObjectMappingImpl<ManyToOneAccessor,ManyToOne>
implements ManyToOne
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.AbstractObjectMappingImpl
addPrimaryKeyJoinColumn, setForeignKey, setId, setMapsId, setOptionalMethods 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.ManyToOne
addJoinColumn, addJoinField, addProperty, setAccess, setAccessMethods, setBatchFetch, setCascade, setFetch, setForeignKey, setHashPartitioning, setId, setJoinFetch, setJoinTable, setMapsId, setName, setNonCacheable, setOptional, setPartitioned, setPartitioning, setPinnedPartitioning, setRangePartitioning, setReplicationPartitioning, setRoundRobinPartitioning, setTargetEntity, setUnionPartitioning, setValuePartitioning
-
Constructor Details
-
ManyToOneImpl
public ManyToOneImpl()
-