Package de.hybris.bootstrap.typesystem
Class YIndexDeployment
java.lang.Object
de.hybris.bootstrap.typesystem.YNameSpaceElement
de.hybris.bootstrap.typesystem.YDeploymentElement
de.hybris.bootstrap.typesystem.YIndexDeployment
-
Field Summary
Fields inherited from class de.hybris.bootstrap.typesystem.YDeploymentElement
deploymentName -
Constructor Summary
ConstructorsConstructorDescriptionYIndexDeployment(YIndex index) YIndexDeployment(YNamespace container, String deploymentName, String indexName) -
Method Summary
Modifier and TypeMethodDescriptionfinal voidaddIndexedAttribute(String persistenceQualifier, boolean lower) booleanisLower(int attributeIndex) booleanbooleanbooleanisUnique()voidsetSQLServerClustered(boolean sqlserverclustered) voidsetUnique(boolean unique) voidvalidate()Validates the element.Methods inherited from class de.hybris.bootstrap.typesystem.YDeploymentElement
getDeployment, getDeploymentName, resetCachesMethods inherited from class de.hybris.bootstrap.typesystem.YNameSpaceElement
getLoaderInfo, getNamespace, getTypeSystem, setLoaderInfo, toString
-
Constructor Details
-
YIndexDeployment
-
YIndexDeployment
-
-
Method Details
-
validate
public void validate()Description copied from class:YNameSpaceElementValidates the element. This should check whether or not lazy references can be resolved or any data is missing.- Overrides:
validatein classYDeploymentElement
-
getIndexName
-
addIndexedAttribute
-
getIndexedAttributeQualifiers
-
getIndexedAttributes
-
isLower
-
isLower
public boolean isLower(int attributeIndex) -
isUnique
public boolean isUnique() -
setUnique
public void setUnique(boolean unique) -
setSQLServerClustered
public void setSQLServerClustered(boolean sqlserverclustered) -
isSQLServerClustered
public boolean isSQLServerClustered()
-