JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
org.apache.openjpa.persistence.jdbc
Annotation Type Index
@Target
({
METHOD
,
FIELD
})
@Retention
(
RUNTIME
)
public @interface
Index
Index definition.
Since:
0.4.0
Author:
Abe White
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
[]
columnNames
boolean
enabled
String
name
boolean
specified
boolean
unique
Element Details
name
String
name
Default:
""
enabled
boolean
enabled
Default:
true
unique
boolean
unique
Default:
false
columnNames
String
[]
columnNames
Default:
{}
specified
boolean
specified
Default:
true