| Interface | Description |
|---|---|
| DialectFactory.DatabaseDialectMapper |
For a given database product name, instances of
DatabaseDialectMapper know which Dialect to use for different versions.
|
| Class | Description |
|---|---|
| DB2Dialect | |
| Dialect |
Class partially copied from patched hibernate 3.2.6
|
| DialectFactory |
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.
|
| MariaDBDialect | |
| 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.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.