Class IndexDefinition

java.lang.Object
org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
org.eclipse.persistence.tools.schemaframework.IndexDefinition
All Implemented Interfaces:
Serializable, Cloneable

public class IndexDefinition extends DatabaseObjectDefinition

Purpose: Allow for indexes to be created.

See Also:
Author:
James Sutherland
  • Field Details

    • targetTable

      protected String targetTable
    • fields

      protected List<String> fields
    • isUnique

      protected boolean isUnique
  • Constructor Details

    • IndexDefinition

      public IndexDefinition()
  • Method Details