| Package | Description |
|---|---|
| org.alfresco.repo.domain.dialect | |
| org.alfresco.repo.domain.schema | |
| org.alfresco.repo.domain.schema.script | |
| org.alfresco.util.schemacomp |
| Modifier and Type | Class and Description |
|---|---|
class |
DB2Dialect |
class |
MariaDBDialect |
class |
MySQLClusterNDBDialect
MySQL Cluster NDB specific DAO overrides
WARNING:
- Experimental only (unsupported) !
- The NDB storage engine is *not* currently supported or certified !
- Can be used for dev/test evaluation (please give us feedback)
- Should not be used for live/prod env with real data !
- Requires FK support (hence NDB 7.3.x or higher)
|
class |
MySQLInnoDBDialect |
class |
Oracle9Dialect
Does away with the deprecated LONG datatype.
|
class |
PostgreSQLDialect |
class |
SQLServerDialect |
| Modifier and Type | Method and Description |
|---|---|
static Dialect |
DialectFactory.buildDialect(String dialectName)
Returns a dialect instance given the name of the class to use.
|
static Dialect |
DialectFactory.buildDialect(String databaseName,
int databaseMajorVersion,
String driverName)
Builds an appropriate Dialect instance.
|
Dialect |
DialectFactoryBean.getObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaBootstrap.setDialect(Dialect dialect)
Sets the previously auto-detected Hibernate dialect.
|
static void |
SchemaBootstrap.setMaxStringLength(int length,
Dialect dialect) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptExecutorImpl.setDialect(Dialect dialect)
Sets the previously auto-detected Hibernate dialect.
|
| Modifier and Type | Method and Description |
|---|---|
Dialect |
DiffContext.getDialect() |
| Constructor and Description |
|---|
DiffContext(Dialect dialect,
Results results,
Schema referenceSchema,
Schema targetSchema)
Constructor.
|
DiffContext(Dialect dialect,
Schema referenceSchema,
Schema targetSchema)
Constructor.
|
ExportDb(DataSource dataSource,
Dialect dialect,
DescriptorService descriptorService,
DatabaseMetaDataHelper databaseMetaDataHelper)
Create a new instance of the tool within the context of an existing database connection
|
SchemaComparator(Schema referenceSchema,
Schema targetSchema,
Dialect dialect)
Construct a comparator to compare a target schema against a reference schema.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.