Class IndexDTO
java.lang.Object
de.hybris.bootstrap.typesystem.dto.IndexDTO
-
Constructor Summary
ConstructorsConstructorDescriptionIndexDTO(String extensionName, String typeCode, String indexName, String creationMode, boolean unique, Map<String, Boolean> keyLowerMap, boolean remove, boolean replace) IndexDTO(String extensionName, String typeCode, String indexName, String creationMode, boolean unique, Map<String, Boolean> keyLowerMap, boolean remove, boolean replace, Collection<String> includeCollection) -
Method Summary
-
Constructor Details
-
IndexDTO
-
IndexDTO
-
-
Method Details
-
getExtensionName
-
getTypeCode
-
getIndexName
-
isUnique
public boolean isUnique() -
getKeyLowerMap
-
getIncludeCollection
-
isRemove
public boolean isRemove() -
isReplace
public boolean isReplace() -
getCreationMode
-