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