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
-
Method Summary
Methods inherited from class org.eclipse.persistence.internal.jpa.config.mappings.AbstractBasicMappingImpl
setCacheIndex, setColumn, setField, setGeneratedValue, setIndex, setMutable, setReturnInsert, setReturnUpdate, setSequenceGenerator, setTableGenerator, setUuidGenerator
Methods inherited from class org.eclipse.persistence.internal.jpa.config.mappings.AbstractDirectMappingImpl
addConvert, setConvert, setEnumerated, setFetch, setLob, setOptional, setTemporal
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.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()
-