[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-3712) Reorganize the Sybase dialect class hierarchy, add SybaseASE15Dialect, and mark SybaseDialect as deprecated

Gail Badner (JIRA) noreply at atlassian.com
Wed Feb 11 00:36:39 EST 2009


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-3712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=32359#action_32359 ] 

Gail Badner commented on HHH-3712:
----------------------------------

https://jira.jboss.org/jira/browse/JBPAPP-1582

> 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: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list