Module org.eclipse.persistence.jpa
Class OneToOneImpl
java.lang.Object
org.eclipse.persistence.internal.jpa.config.MetadataImpl<OneToOneAccessor>
org.eclipse.persistence.internal.jpa.config.AbstractAccessorImpl<OneToOneAccessor,OneToOne>
org.eclipse.persistence.internal.jpa.config.mappings.AbstractMappingImpl<OneToOneAccessor,OneToOne>
org.eclipse.persistence.internal.jpa.config.mappings.AbstractRelationshipMappingImpl<OneToOneAccessor,OneToOne>
org.eclipse.persistence.internal.jpa.config.mappings.AbstractObjectMappingImpl<OneToOneAccessor,OneToOne>
org.eclipse.persistence.internal.jpa.config.mappings.OneToOneImpl
- All Implemented Interfaces:
OneToOne
public class OneToOneImpl
extends AbstractObjectMappingImpl<OneToOneAccessor,OneToOne>
implements OneToOne
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.AbstractObjectMappingImpl
addPrimaryKeyJoinColumn, setForeignKey, setId, setMapsId, setOptional
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.OneToOne
addJoinColumn, addJoinField, addPrimaryKeyJoinColumn, addProperty, setAccess, setAccessMethods, setBatchFetch, setCascade, setCascadeOnDelete, setFetch, setForeignKey, setHashPartitioning, setId, setJoinFetch, setJoinTable, setMappedBy, setMapsId, setName, setNonCacheable, setOptional, setOrphanRemoval, setPartitioned, setPartitioning, setPinnedPartitioning, setPrivateOwned, setRangePartitioning, setReplicationPartitioning, setRoundRobinPartitioning, setTargetEntity, setUnionPartitioning, setValuePartitioning
-
Constructor Details
-
OneToOneImpl
public OneToOneImpl()
-
-
Method Details
-
setPrimaryKeyForeignKey
- Specified by:
setPrimaryKeyForeignKey
in interfaceOneToOne
-