Uses of Interface
org.eclipse.persistence.jpa.config.Index
Packages that use Index
Package
Description
-
Uses of Index in org.eclipse.persistence.internal.jpa.config.classes
Methods in org.eclipse.persistence.internal.jpa.config.classes that return Index -
Uses of Index in org.eclipse.persistence.internal.jpa.config.mappings
Methods in org.eclipse.persistence.internal.jpa.config.mappings that return Index -
Uses of Index in org.eclipse.persistence.internal.jpa.config.sequencing
Methods in org.eclipse.persistence.internal.jpa.config.sequencing that return Index -
Uses of Index in org.eclipse.persistence.internal.jpa.config.tables
Classes in org.eclipse.persistence.internal.jpa.config.tables that implement IndexMethods in org.eclipse.persistence.internal.jpa.config.tables that return IndexModifier and TypeMethodDescriptionIndexImpl.addColumnName
(String columnName) AbstractTableImpl.addIndex()
IndexImpl.setCatalog
(String catalog) IndexImpl.setColumnList
(String columnList) -
Uses of Index in org.eclipse.persistence.jpa.config
Methods in org.eclipse.persistence.jpa.config that return IndexModifier and TypeMethodDescriptionIndex.addColumnName
(String columnName) CollectionTable.addIndex()
Entity.addIndex()
JoinTable.addIndex()
SecondaryTable.addIndex()
Table.addIndex()
TableGenerator.addIndex()
Index.setCatalog
(String catalog) Index.setColumnList
(String columnList) Basic.setIndex()
Id.setIndex()
Version.setIndex()