Uses of Class
org.alfresco.repo.domain.dialect.Dialect
Packages that use Dialect
Package
Description
-
Uses of Dialect in org.alfresco.repo.domain.dialect
Subclasses of Dialect in org.alfresco.repo.domain.dialectModifier and TypeClassDescriptionclassMySQL 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)classclassDoes away with the deprecated LONG datatype.classclassMethods in org.alfresco.repo.domain.dialect that return DialectModifier and TypeMethodDescriptionstatic DialectDialectFactory.buildDialect(String dialectName) Returns a dialect instance given the name of the class to use.static DialectDialectFactory.buildDialect(String databaseName, int databaseMajorVersion, String driverName) Builds an appropriate Dialect instance.DialectFactoryBean.getObject() -
Uses of Dialect in org.alfresco.repo.domain.schema
Methods in org.alfresco.repo.domain.schema with parameters of type DialectModifier and TypeMethodDescriptionvoidSchemaBootstrap.setDialect(Dialect dialect) Sets the previously auto-detected Hibernate dialect.static final 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 DialectModifier and TypeMethodDescriptionvoidScriptExecutorImpl.setDialect(Dialect dialect) Sets the previously auto-detected Hibernate dialect.Constructors in org.alfresco.repo.domain.schema.script with parameters of type DialectModifierConstructorDescriptionDeleteNotExistsV3Executor(Dialect dialect, Connection connection, String sql, int line, File scriptFile, Properties globalProperties, DataSource dataSource) -
Uses of Dialect in org.alfresco.util.schemacomp
Methods in org.alfresco.util.schemacomp that return DialectConstructors in org.alfresco.util.schemacomp with parameters of type DialectModifierConstructorDescriptionDiffContext(Dialect dialect, Schema referenceSchema, Schema targetSchema) Constructor.DiffContext(Dialect dialect, Results results, 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 connectionSchemaComparator(Schema referenceSchema, Schema targetSchema, Dialect dialect) Construct a comparator to compare a target schema against a reference schema.SchemaDifferenceHelper(Dialect dialect, PatchService patchService) SchemaDifferenceHelper(Dialect dialect, PatchService patchService, List<SchemaUpgradeScriptPatch> upgradePatches)