Class PlsqlRecordImpl
- java.lang.Object
-
- org.eclipse.persistence.internal.jpa.config.MetadataImpl<T>
-
- org.eclipse.persistence.internal.jpa.config.queries.AbstractPlsqlTypeImpl<PLSQLRecordMetadata,PlsqlRecord>
-
- org.eclipse.persistence.internal.jpa.config.queries.PlsqlRecordImpl
-
- All Implemented Interfaces:
PlsqlRecord
public class PlsqlRecordImpl extends AbstractPlsqlTypeImpl<PLSQLRecordMetadata,PlsqlRecord> implements PlsqlRecord
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 PlsqlRecordImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlsqlParameteraddField()-
Methods inherited from class org.eclipse.persistence.internal.jpa.config.queries.AbstractPlsqlTypeImpl
setCompatibleType, setJavaType, setName
-
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.PlsqlRecord
setCompatibleType, setJavaType, setName
-
-
-
-
Method Detail
-
addField
public PlsqlParameter addField()
- Specified by:
addFieldin interfacePlsqlRecord
-
-