Package org.alfresco.repo.domain.dialect
-
Interface Summary Interface Description DialectFactory.DatabaseDialectMapper For a given database product name, instances of DatabaseDialectMapper know which Dialect to use for different versions. -
Class Summary Class Description Dialect Class partially copied from patched hibernate 3.2.6DialectFactory A factory for generating Dialect instances.DialectFactory.VersionInsensitiveMapper A simple DatabaseDialectMapper for dialects which are independent of the underlying database product version.DialectFactoryBean Factory for the DB dialect.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)MySQLInnoDBDialect Oracle9Dialect Does away with the deprecated LONG datatype.PostgreSQLDialect SQLServerDialect TypeNames This class maps a type to names.