Object
DB
Object
DB
ObjectDB
About ObjectDB
Get ObjectDB
Support
Manual
Quick Tour
Entity Classes
Using JPA
JPA Queries
Tools
and Utilities
Configuration
API
JPA
Reference
JDO
Reference
Tutorials
General JPA Tutorials
Web App JPA Tutorials
Admin
Home
»
JDO Reference
»
Annotations
»
Index Definition
»
Index
»
Index.table - JDO annotation element
JDO Reference
JDOHelper
PersistenceManagerFactory
PersistenceManager
Transaction
Query
Extent
Annotations
Class Modifiers
Field Modifiers
Index Definition
Index
Indices
Unique
Uniques
Fetch Settings
Miscellaneous
Mapping (ORM)
Callbacks
Listeners
Predefined ID Classes
Miscellaneous
Exceptions
Index.table - JDO annotation element
Annotation Element
javax.jdo.annotations.Index
String table
Table for the index. This is needed iff annotating a type where the index is not defined on the primary table for the type.
Returns:
the table on which the index is defined
Default value:
""
Since:
JDO 2.1
< Index
^ Index
Indices >