Class ArrayImpl
- 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<ArrayAccessor,Array>
-
- org.eclipse.persistence.internal.jpa.config.structures.ArrayImpl
-
- All Implemented Interfaces:
Array
public class ArrayImpl extends AbstractDirectMappingImpl<ArrayAccessor,Array> implements Array
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 ArrayImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ColumnsetColumn()ArraysetDatabaseType(java.lang.String databaseType)ArraysetTargetClass(java.lang.String targetClass)-
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.Array
addProperty, setAccess, setAccessMethods, setAttributeType, setConvert, setConverter, setEnumerated, setLob, setName, setObjectTypeConverter, setStructConverter, setTemporal, setTypeConverter
-
-
-
-
Method Detail
-
setDatabaseType
public Array setDatabaseType(java.lang.String databaseType)
- Specified by:
setDatabaseTypein interfaceArray
-
setTargetClass
public Array setTargetClass(java.lang.String targetClass)
- Specified by:
setTargetClassin interfaceArray
-
-