Uses of Interface
org.eclipse.persistence.jpa.config.Index
Package
Description
-
Uses of Index in org.eclipse.persistence.internal.jpa.config.classes
-
Uses of Index in org.eclipse.persistence.internal.jpa.config.mappings
-
Uses of Index in org.eclipse.persistence.internal.jpa.config.sequencing
-
Uses of Index in org.eclipse.persistence.internal.jpa.config.tables
Modifier and TypeMethodDescriptionIndexImpl.addColumnName
(String columnName) AbstractTableImpl.addIndex()
IndexImpl.setCatalog
(String catalog) IndexImpl.setColumnList
(String columnList) -
Uses of Index in org.eclipse.persistence.jpa.config
Modifier 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()