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.hibernate.annotations
Annotation Interface Index
@Target
({
FIELD
,
METHOD
})
@Retention
(
RUNTIME
)
@Deprecated
public @interface
Index
Deprecated.
Use
Index
instead.
Defines an index of a database table.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
name
Deprecated.
The index name.
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
[]
columnNames
Deprecated.
The column(s) that are indexed.
Element Details
name
String
name
Deprecated.
The index name.
columnNames
String
[]
columnNames
Deprecated.
The column(s) that are indexed.
Default:
{}
Index
instead.