Uses of Class
org.alfresco.repo.domain.dialect.Dialect
-
Packages that use Dialect Package Description org.alfresco.repo.domain.dialect org.alfresco.repo.domain.schema org.alfresco.repo.domain.schema.script org.alfresco.util.schemacomp -
-
Uses of Dialect in org.alfresco.repo.domain.dialect
Subclasses of Dialect in org.alfresco.repo.domain.dialect Modifier and Type Class Description classMySQLClusterNDBDialectMySQL 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)classMySQLInnoDBDialectclassOracle9DialectDoes away with the deprecated LONG datatype.classPostgreSQLDialectclassSQLServerDialectMethods in org.alfresco.repo.domain.dialect that return Dialect Modifier and Type Method Description static DialectDialectFactory. buildDialect(java.lang.String dialectName)Returns a dialect instance given the name of the class to use.static DialectDialectFactory. buildDialect(java.lang.String databaseName, int databaseMajorVersion, java.lang.String driverName)Builds an appropriate Dialect instance.DialectDialectFactoryBean. getObject() -
Uses of Dialect in org.alfresco.repo.domain.schema
Methods in org.alfresco.repo.domain.schema with parameters of type Dialect Modifier and Type Method Description voidSchemaBootstrap. setDialect(Dialect dialect)Sets the previously auto-detected Hibernate dialect.static voidSchemaBootstrap. setMaxStringLength(int length, Dialect dialect) -
Uses of Dialect in org.alfresco.repo.domain.schema.script
Methods in org.alfresco.repo.domain.schema.script with parameters of type Dialect Modifier and Type Method Description voidScriptExecutorImpl. setDialect(Dialect dialect)Sets the previously auto-detected Hibernate dialect. -
Uses of Dialect in org.alfresco.util.schemacomp
Methods in org.alfresco.util.schemacomp that return Dialect Modifier and Type Method Description DialectDiffContext. getDialect()Constructors in org.alfresco.util.schemacomp with parameters of type Dialect Constructor Description DiffContext(Dialect dialect, Schema referenceSchema, Schema targetSchema)Constructor.DiffContext(Dialect dialect, Results results, Schema referenceSchema, Schema targetSchema)Constructor.ExportDb(javax.sql.DataSource dataSource, Dialect dialect, DescriptorService descriptorService, DatabaseMetaDataHelper databaseMetaDataHelper)Create a new instance of the tool within the context of an existing database connectionSchemaComparator(Schema referenceSchema, Schema targetSchema, Dialect dialect)Construct a comparator to compare a target schema against a reference schema.
-