Uses of Enum Class
de.hybris.bootstrap.ddl.sql.IndexCreationMode
Packages that use IndexCreationMode
-
Uses of IndexCreationMode in de.hybris.bootstrap.ddl.sql
Methods in de.hybris.bootstrap.ddl.sql that return IndexCreationModeModifier and TypeMethodDescriptionDbAwareIndex.getCreationMode()DbAwareNonUniqueIndex.getCreationMode()DbAwareUniqueIndex.getCreationMode()static IndexCreationModeReturns the enum constant of this class with the specified name.static IndexCreationMode[]IndexCreationMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in de.hybris.bootstrap.ddl.sql with parameters of type IndexCreationModeModifierConstructorDescriptionDbAwareNonUniqueIndex(IndexCreationMode creationMode) DbAwareNonUniqueIndex(IndexCreationMode creationMode, boolean online) DBAwareNonUniqueIndexExtended(IndexCreationMode creationMode, boolean online) DbAwareUniqueIndex(IndexCreationMode creationMode) DbAwareUniqueIndex(IndexCreationMode creationMode, boolean online) DbAwareUniqueIndexExtended(IndexCreationMode creationMode, boolean online) -
Uses of IndexCreationMode in de.hybris.bootstrap.typesystem
Methods in de.hybris.bootstrap.typesystem that return IndexCreationModeConstructors in de.hybris.bootstrap.typesystem with parameters of type IndexCreationModeModifierConstructorDescriptionYIndex(YNamespace container, String enclosingType, String name, IndexCreationMode creationMode, boolean unique, boolean remove, boolean replace)