@Target(value={METHOD,FIELD,TYPE}) @Retention(value=RUNTIME) @Repeatable(value=Indexes.class) public @interface Index
Modifier and Type | Optional Element and Description |
---|---|
String |
catalog
The catalog of the INDEX
|
String[] |
columnNames
Specify the set of columns to define the index on.
|
String |
name
The name of the INDEX, defaults to INDEX_<table-name>
|
String |
schema
The schema of the INDEX
|
String |
table
The table to define the index on, defaults to entities primary table.
|
boolean |
unique |
public abstract String name
public abstract String schema
public abstract String catalog
public abstract String table
public abstract String[] columnNames
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.