Interface ColumnResult
-
public interface ColumnResult
JPA scripting API implementation.- Author:
- Guy Pelletier
- Since:
- EclipseLink 2.5.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ColumnResult
setName(java.lang.String name)
ColumnResult
setType(java.lang.String type)
-
-
-
Method Detail
-
setName
ColumnResult setName(java.lang.String name)
-
setType
ColumnResult setType(java.lang.String type)
-
-