Uses of Class
org.eclipse.persistence.tools.schemaframework.IndexDefinition
-
Packages that use IndexDefinition Package Description org.eclipse.persistence.internal.helper org.eclipse.persistence.sequencing org.eclipse.persistence.tools.schemaframework -
-
Uses of IndexDefinition in org.eclipse.persistence.internal.helper
Fields in org.eclipse.persistence.internal.helper with type parameters of type IndexDefinition Modifier and Type Field Description protected List<IndexDefinition>DatabaseTable. indexesStore 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 IndexDefinition Modifier and Type Method Description List<IndexDefinition>DatabaseTable. getIndexes()Return a list of index definitions.Methods in org.eclipse.persistence.internal.helper with parameters of type IndexDefinition Modifier and Type Method Description voidDatabaseTable. addIndex(IndexDefinition index)Add an index definition to this table. -
Uses of IndexDefinition in org.eclipse.persistence.sequencing
Methods in org.eclipse.persistence.sequencing that return types with arguments of type IndexDefinition Modifier and Type Method Description List<IndexDefinition>TableSequence. getTableIndexes() -
Uses of IndexDefinition in org.eclipse.persistence.tools.schemaframework
Fields in org.eclipse.persistence.tools.schemaframework with type parameters of type IndexDefinition Modifier and Type Field Description protected List<IndexDefinition>TableDefinition. indexesMethods in org.eclipse.persistence.tools.schemaframework that return IndexDefinition Modifier and Type Method Description IndexDefinitionTableDefinition. 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 IndexDefinition Modifier and Type Method Description List<IndexDefinition>TableDefinition. getIndexes()PUBLIC:List<IndexDefinition>TableSequenceDefinition. getSequenceTableIndexes()PUBLIC:Methods in org.eclipse.persistence.tools.schemaframework with parameters of type IndexDefinition Modifier and Type Method Description voidTableDefinition. addIndex(IndexDefinition index)PUBLIC: Add an index to the table.Method parameters in org.eclipse.persistence.tools.schemaframework with type arguments of type IndexDefinition Modifier and Type Method Description voidTableDefinition. setIndexes(List<IndexDefinition> indexes)PUBLIC:
-