@Target(value={METHOD,FIELD,TYPE})
@Retention(value=RUNTIME)
public @interface CacheIndex
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String[] |
columnNames
Specify the set of columns to define the index on.
|
boolean |
updateable
Specify if the indexed field is updateable.
|
public abstract java.lang.String[] columnNames
public abstract boolean updateable