Uses of Class
org.hibernate.tool.schema.UniqueConstraintSchemaUpdateStrategy
-
Packages that use UniqueConstraintSchemaUpdateStrategy Package Description org.hibernate.tool.schema Contains tooling related to DDL generation, export, migration, and validation.org.hibernate.tool.schema.internal An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation. -
-
Uses of UniqueConstraintSchemaUpdateStrategy in org.hibernate.tool.schema
Methods in org.hibernate.tool.schema that return UniqueConstraintSchemaUpdateStrategy Modifier and Type Method Description static UniqueConstraintSchemaUpdateStrategy
UniqueConstraintSchemaUpdateStrategy. byName(String name)
static UniqueConstraintSchemaUpdateStrategy
UniqueConstraintSchemaUpdateStrategy. interpret(Object setting)
static UniqueConstraintSchemaUpdateStrategy
UniqueConstraintSchemaUpdateStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static UniqueConstraintSchemaUpdateStrategy[]
UniqueConstraintSchemaUpdateStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of UniqueConstraintSchemaUpdateStrategy in org.hibernate.tool.schema.internal
Methods in org.hibernate.tool.schema.internal with parameters of type UniqueConstraintSchemaUpdateStrategy Modifier and Type Method Description void
AbstractSchemaMigrator. setUniqueConstraintStrategy(UniqueConstraintSchemaUpdateStrategy uniqueConstraintStrategy)
For testing.
-