Class BasicImpl
- 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<BasicAccessor,Basic>
-
- org.eclipse.persistence.internal.jpa.config.mappings.BasicImpl
-
- All Implemented Interfaces:
Basic
public class BasicImpl extends AbstractBasicMappingImpl<BasicAccessor,Basic> implements Basic
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 BasicImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BasicsetName(java.lang.String name)-
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, 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.Basic
addConvert, addProperty, setAccess, setAccessMethods, setAttributeType, setCacheIndex, setColumn, setConvert, setConverter, setEnumerated, setFetch, setField, setGeneratedValue, setIndex, setLob, setMutable, setObjectTypeConverter, setOptional, setReturnInsert, setReturnUpdate, setSequenceGenerator, setStructConverter, setTableGenerator, setTemporal, setTypeConverter, setUuidGenerator
-
-
-
-
Method Detail
-
setName
public Basic setName(java.lang.String name)
- Specified by:
setNamein interfaceBasic- Overrides:
setNamein classAbstractAccessorImpl<BasicAccessor,Basic>
-
-