Interface CacheIndex
-
public interface CacheIndex
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 CacheIndex
addColumnName(java.lang.String columnName)
CacheIndex
setUpdateable(java.lang.Boolean updateable)
-
-
-
Method Detail
-
addColumnName
CacheIndex addColumnName(java.lang.String columnName)
-
setUpdateable
CacheIndex setUpdateable(java.lang.Boolean updateable)
-
-