Class OrderColumnImpl
- java.lang.Object
-
- org.eclipse.persistence.internal.jpa.config.MetadataImpl<T>
-
- org.eclipse.persistence.internal.jpa.config.columns.AbstractColumnImpl<T,R>
-
- org.eclipse.persistence.internal.jpa.config.columns.AbstractDirectColumnImpl<OrderColumnMetadata,OrderColumn>
-
- org.eclipse.persistence.internal.jpa.config.columns.OrderColumnImpl
-
- All Implemented Interfaces:
OrderColumn
public class OrderColumnImpl extends AbstractDirectColumnImpl<OrderColumnMetadata,OrderColumn> implements OrderColumn
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 OrderColumnImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OrderColumnsetCorrectionType(java.lang.String correctionType)-
Methods inherited from class org.eclipse.persistence.internal.jpa.config.columns.AbstractDirectColumnImpl
setInsertable, setNullable, setUpdatable
-
Methods inherited from class org.eclipse.persistence.internal.jpa.config.columns.AbstractColumnImpl
setColumnDefinition, 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.OrderColumn
setColumnDefinition, setInsertable, setName, setNullable, setUpdatable
-
-
-
-
Method Detail
-
setCorrectionType
public OrderColumn setCorrectionType(java.lang.String correctionType)
- Specified by:
setCorrectionTypein interfaceOrderColumn
-
-