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