Class AbstractBasicMappingImpl<T extends BasicAccessor,R>
- java.lang.Object
-
- org.eclipse.persistence.internal.jpa.config.MetadataImpl<T>
-
- org.eclipse.persistence.internal.jpa.config.AbstractAccessorImpl<T,R>
-
- org.eclipse.persistence.internal.jpa.config.mappings.AbstractMappingImpl<T,R>
-
- org.eclipse.persistence.internal.jpa.config.mappings.AbstractDirectMappingImpl<T,R>
-
- org.eclipse.persistence.internal.jpa.config.mappings.AbstractBasicMappingImpl<T,R>
-
- Direct Known Subclasses:
BasicImpl,IdImpl,VersionImpl
public class AbstractBasicMappingImpl<T extends BasicAccessor,R> extends AbstractDirectMappingImpl<T,R>
JPA scripting API implementation.- Since:
- EclipseLink 2.5.1
- Author:
- Guy Pelletier
-
-
Field Summary
-
Fields inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
metadata
-
-
Constructor Summary
Constructors Constructor Description AbstractBasicMappingImpl(T t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CacheIndexsetCacheIndex()ColumnsetColumn()FieldsetField()GeneratedValuesetGeneratedValue()IndexsetIndex()RsetMutable(java.lang.Boolean mutable)ReturnInsertsetReturnInsert()RsetReturnUpdate()SequenceGeneratorsetSequenceGenerator()TableGeneratorsetTableGenerator()UuidGeneratorsetUuidGenerator()-
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
-
-
-
-
Constructor Detail
-
AbstractBasicMappingImpl
public AbstractBasicMappingImpl(T t)
-
-
Method Detail
-
setCacheIndex
public CacheIndex setCacheIndex()
-
setColumn
public Column setColumn()
-
setField
public Field setField()
-
setGeneratedValue
public GeneratedValue setGeneratedValue()
-
setIndex
public Index setIndex()
-
setMutable
public R setMutable(java.lang.Boolean mutable)
-
setReturnInsert
public ReturnInsert setReturnInsert()
-
setReturnUpdate
public R setReturnUpdate()
-
setSequenceGenerator
public SequenceGenerator setSequenceGenerator()
-
setTableGenerator
public TableGenerator setTableGenerator()
-
setUuidGenerator
public UuidGenerator setUuidGenerator()
-
-