Reorganize the Sybase dialect class hierarchy, add
SybaseASE15Dialect, and mark SybaseDialect as deprecated
-----------------------------------------------------------------------------------------------------------
Key: HHH-3712
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-3712
Project: Hibernate Core
Issue Type: Improvement
Components: core
Environment: Sybase
Reporter: Gail Badner
Assignee: Gail Badner
Fix For: 3.2.x, 3.3.x, 3.5
AbstractTransactSQLDialect will be the base class that the Sybase and SQLServer dialects
will extend.
The current SybaseDialect functionality will be moved into AbstractTransactSQLDialect and
SybaseDialect will be changed to simply extend AbstractTransactSQLDialect. SybaseDialect
will be deprecated. Insetad, Sybase11Dialect, SybaseASE15Dialect (a new class),
SybaseAnywhereDialect, or SQLServerDialect should be used.
In summary,
AbstractTransactSQLDialect (abstract, package-private)
The following will extend AbstractTransactSQLDialect:
SQLServerDialect
SybaseDialect (simply extends; nothing new) (deprecated)
Sybase11Dialect
SybaseASE15Dialect
SybaseAnywhereDialect
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: