@Target(value={METHOD,FIELD,TYPE}) @Retention(value=RUNTIME) @Repeatable(value=CacheIndexes.class) public @interface CacheIndex
Modifier and Type | Optional Element and Description |
---|---|
String[] |
columnNames
Specify the set of columns to define the index on.
|
boolean |
updateable
Specify if the indexed field is updateable.
|
public abstract String[] columnNames
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.