Uses of Interface
org.eclipse.persistence.jpa.config.Index
-
-
Uses of Index in org.eclipse.persistence.internal.jpa.config.classes
Methods in org.eclipse.persistence.internal.jpa.config.classes that return Index Modifier and Type Method Description IndexEntityImpl. addIndex() -
Uses of Index in org.eclipse.persistence.internal.jpa.config.mappings
Methods in org.eclipse.persistence.internal.jpa.config.mappings that return Index Modifier and Type Method Description IndexAbstractBasicMappingImpl. setIndex() -
Uses of Index in org.eclipse.persistence.internal.jpa.config.sequencing
Methods in org.eclipse.persistence.internal.jpa.config.sequencing that return Index Modifier and Type Method Description IndexTableGeneratorImpl. addIndex() -
Uses of Index in org.eclipse.persistence.internal.jpa.config.tables
Classes in org.eclipse.persistence.internal.jpa.config.tables that implement Index Modifier and Type Class Description classIndexImplJPA scripting API implementation.Methods in org.eclipse.persistence.internal.jpa.config.tables that return Index Modifier and Type Method Description IndexIndexImpl. addColumnName(String columnName)IndexAbstractTableImpl. addIndex()IndexIndexImpl. setCatalog(String catalog)IndexIndexImpl. setColumnList(String columnList)IndexIndexImpl. setName(String name)IndexIndexImpl. setSchema(String schema)IndexIndexImpl. setTable(String table)IndexIndexImpl. setUnique(Boolean unique) -
Uses of Index in org.eclipse.persistence.jpa.config
Methods in org.eclipse.persistence.jpa.config that return Index Modifier and Type Method Description IndexIndex. addColumnName(String columnName)IndexCollectionTable. addIndex()IndexEntity. addIndex()IndexJoinTable. addIndex()IndexSecondaryTable. addIndex()IndexTable. addIndex()IndexTableGenerator. addIndex()IndexIndex. setCatalog(String catalog)IndexIndex. setColumnList(String columnList)IndexBasic. setIndex()IndexId. setIndex()IndexVersion. setIndex()IndexIndex. setName(String name)IndexIndex. setSchema(String schema)IndexIndex. setTable(String table)IndexIndex. setUnique(Boolean unique)
-