Uses of Class
org.eclipse.persistence.tools.schemaframework.IndexDefinition
Package
Description
-
Uses of IndexDefinition in org.eclipse.persistence.internal.helper
Modifier and TypeFieldDescriptionprotected List
<IndexDefinition> DatabaseTable.indexes
Store the set of indexes defined through meta-data for the table.Modifier and TypeMethodDescriptionvoid
DatabaseTable.addIndex
(IndexDefinition index) Add an index definition to this table. -
Uses of IndexDefinition in org.eclipse.persistence.internal.jpa.metadata.tables
Modifier and TypeMethodDescriptionprotected String
IndexMetadata.processName
(DatabaseTable table, IndexDefinition indexDefinition) INTERNAL: Process the name. -
Uses of IndexDefinition in org.eclipse.persistence.sequencing
-
Uses of IndexDefinition in org.eclipse.persistence.tools.schemaframework
Modifier and TypeMethodDescriptionTableDefinition.buildIndex
(AbstractSession session, String key, List<String> columnNames, boolean isUniqueSetOnField) INTERNAL: Return the index creation statement.Modifier and TypeMethodDescriptionTableDefinition.getIndexes()
PUBLIC:TableSequenceDefinition.getSequenceTableIndexes()
PUBLIC:Modifier and TypeMethodDescriptionvoid
TableDefinition.addIndex
(IndexDefinition index) PUBLIC: Add an index to the table.Modifier and TypeMethodDescriptionvoid
TableDefinition.setIndexes
(List<IndexDefinition> indexes) PUBLIC: