Uses of Class
de.hybris.bootstrap.ddl.sql.IndexCreationMode
-
Packages that use IndexCreationMode Package Description de.hybris.bootstrap.ddl.sql de.hybris.bootstrap.typesystem -
-
Uses of IndexCreationMode in de.hybris.bootstrap.ddl.sql
Methods in de.hybris.bootstrap.ddl.sql that return IndexCreationMode Modifier and Type Method Description IndexCreationModeDbAwareIndex. getCreationMode()IndexCreationModeDbAwareNonUniqueIndex. getCreationMode()IndexCreationModeDbAwareUniqueIndex. getCreationMode()static IndexCreationModeIndexCreationMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IndexCreationMode[]IndexCreationMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.hybris.bootstrap.ddl.sql with parameters of type IndexCreationMode Constructor Description DbAwareNonUniqueIndex(IndexCreationMode creationMode)DbAwareNonUniqueIndex(IndexCreationMode creationMode, boolean online)DbAwareUniqueIndex(IndexCreationMode creationMode)DbAwareUniqueIndex(IndexCreationMode creationMode, boolean online) -
Uses of IndexCreationMode in de.hybris.bootstrap.typesystem
Methods in de.hybris.bootstrap.typesystem that return IndexCreationMode Modifier and Type Method Description IndexCreationModeYIndex. getCreationMode()Constructors in de.hybris.bootstrap.typesystem with parameters of type IndexCreationMode Constructor Description YIndex(YNamespace container, java.lang.String enclosingType, java.lang.String name, IndexCreationMode creationMode, boolean unique, boolean remove, boolean replace)
-