| Modifier and Type | Method and Description |
|---|---|
Index |
EntityImpl.addIndex() |
| Modifier and Type | Method and Description |
|---|---|
Index |
AbstractBasicMappingImpl.setIndex() |
| Modifier and Type | Method and Description |
|---|---|
Index |
TableGeneratorImpl.addIndex() |
| Modifier and Type | Class and Description |
|---|---|
class |
IndexImpl
JPA scripting API implementation.
|
| Modifier and Type | Method and Description |
|---|---|
Index |
IndexImpl.addColumnName(String columnName) |
Index |
AbstractTableImpl.addIndex() |
Index |
IndexImpl.setCatalog(String catalog) |
Index |
IndexImpl.setColumnList(String columnList) |
Index |
IndexImpl.setName(String name) |
Index |
IndexImpl.setSchema(String schema) |
Index |
IndexImpl.setTable(String table) |
Index |
IndexImpl.setUnique(Boolean unique) |
| Modifier and Type | Method and Description |
|---|---|
Index |
Index.addColumnName(String columnName) |
Index |
TableGenerator.addIndex() |
Index |
Table.addIndex() |
Index |
SecondaryTable.addIndex() |
Index |
JoinTable.addIndex() |
Index |
Entity.addIndex() |
Index |
CollectionTable.addIndex() |
Index |
Index.setCatalog(String catalog) |
Index |
Index.setColumnList(String columnList) |
Index |
Version.setIndex() |
Index |
Id.setIndex() |
Index |
Basic.setIndex() |
Index |
Index.setName(String name) |
Index |
Index.setSchema(String schema) |
Index |
Index.setTable(String table) |
Index |
Index.setUnique(Boolean unique) |
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.