Module org.eclipse.persistence.jpa
Class IdImpl
java.lang.Object
org.eclipse.persistence.internal.jpa.config.MetadataImpl<IdAccessor>
org.eclipse.persistence.internal.jpa.config.AbstractAccessorImpl<IdAccessor,Id>
org.eclipse.persistence.internal.jpa.config.mappings.AbstractMappingImpl<IdAccessor,Id>
org.eclipse.persistence.internal.jpa.config.mappings.AbstractDirectMappingImpl<IdAccessor,Id>
org.eclipse.persistence.internal.jpa.config.mappings.AbstractBasicMappingImpl<IdAccessor,Id>
org.eclipse.persistence.internal.jpa.config.mappings.IdImpl
- All Implemented Interfaces:
Id
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.AbstractBasicMappingImpl
setCacheIndex, setColumn, setField, setGeneratedValue, setIndex, setMutable, setReturnInsert, setReturnUpdate, setSequenceGenerator, setTableGenerator, setUuidGeneratorMethods inherited from class org.eclipse.persistence.internal.jpa.config.mappings.AbstractDirectMappingImpl
addConvert, setConvert, setEnumerated, setFetch, setLob, setOptional, setTemporalMethods 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.Id
addProperty, setAccess, setAccessMethods, setAttributeType, setCacheIndex, setColumn, setConvert, setConverter, setEnumerated, setFetch, setField, setGeneratedValue, setIndex, setLob, setMutable, setName, setObjectTypeConverter, setOptional, setReturnInsert, setReturnUpdate, setSequenceGenerator, setStructConverter, setTableGenerator, setTemporal, setTypeConverter, setUuidGenerator
-
Constructor Details
-
IdImpl
public IdImpl()
-