public class StartBatchDdl extends Object implements org.hibernate.boot.model.relational.AuxiliaryDatabaseObject
AuxiliaryDatabaseObject which generates the START BATCH DDL statement.| Constructor and Description |
|---|
StartBatchDdl(org.hibernate.tool.schema.Action schemaAction) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
appliesToDialect(org.hibernate.dialect.Dialect dialect) |
boolean |
beforeTablesOnCreation() |
String |
getExportIdentifier() |
String[] |
sqlCreateStrings(org.hibernate.dialect.Dialect dialect) |
String[] |
sqlDropStrings(org.hibernate.dialect.Dialect dialect) |
public StartBatchDdl(org.hibernate.tool.schema.Action schemaAction)
public String getExportIdentifier()
getExportIdentifier in interface org.hibernate.boot.model.relational.Exportablepublic boolean appliesToDialect(org.hibernate.dialect.Dialect dialect)
appliesToDialect in interface org.hibernate.boot.model.relational.AuxiliaryDatabaseObjectpublic boolean beforeTablesOnCreation()
beforeTablesOnCreation in interface org.hibernate.boot.model.relational.AuxiliaryDatabaseObjectpublic String[] sqlCreateStrings(org.hibernate.dialect.Dialect dialect)
sqlCreateStrings in interface org.hibernate.boot.model.relational.AuxiliaryDatabaseObjectpublic String[] sqlDropStrings(org.hibernate.dialect.Dialect dialect)
sqlDropStrings in interface org.hibernate.boot.model.relational.AuxiliaryDatabaseObjectCopyright © 2022 Google LLC. All rights reserved.