public class DataEngineNativeObjectField
extends java.lang.Object
Constructor and Description |
---|
DataEngineNativeObjectField(com.liferay.petra.sql.dsl.Column<?,?> column,
java.lang.String customType)
Deprecated.
As of Athanasius (7.3.x)
|
DataEngineNativeObjectField(com.liferay.petra.sql.dsl.Column<?,?> column,
java.lang.String customName,
java.lang.String customType) |
Modifier and Type | Method and Description |
---|---|
com.liferay.petra.sql.dsl.Column<?,?> |
getColumn() |
java.lang.String |
getCustomName() |
java.lang.String |
getCustomType() |
@Deprecated public DataEngineNativeObjectField(com.liferay.petra.sql.dsl.Column<?,?> column, java.lang.String customType)
column
- customType
- public DataEngineNativeObjectField(com.liferay.petra.sql.dsl.Column<?,?> column, java.lang.String customName, java.lang.String customType)