Package de.hybris.platform.core
Interface ItemDeployment.Index
- All Superinterfaces:
Serializable
- Enclosing interface:
- ItemDeployment
describes an index of a database
-
Method Summary
-
Method Details
-
getIndexName
String getIndexName() -
isUnique
boolean isUnique() -
isSQLServerClustered
boolean isSQLServerClustered() -
getAttributes
List<ItemDeployment.IndexAttribute> getAttributes()
-