Purpose: Allow for indexes to be created.
@author James Sutherland @since EclipseLink 2.2
An index is defined by instantiating an object of this class, adding one or more fields to it using the methods like {@link #addStringField}, {@link #addIntegerField}, etc. Finally the index is created by calling {@link IndexManager#getIndex}. After creation, the definition of an index cannot be modified.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|