[hibernate-issues] [Hibernate-JIRA] Created: (HHH-3453) mess in a list of supported dialects (OracleDialect, H2Dialect, etc.)

Adam Wozniak (JIRA) noreply at atlassian.com
Wed Aug 27 17:16:27 EDT 2008


mess in a list of supported dialects (OracleDialect, H2Dialect, etc.)
---------------------------------------------------------------------

                 Key: HHH-3453
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3453
             Project: Hibernate3
          Issue Type: Bug
          Components: documentation
    Affects Versions: 3.3.0.GA
         Environment: n/a
            Reporter: Adam Wozniak


As far as I can see a list of supported dialect could be reviewed to reflect latest dialects and latest depreciations.

Issue 1:
======
In documentation:
Oracle (any version)  	org.hibernate.dialect.OracleDialect
In sources:
@deprecated Use Oracle8iDialect instead.

Issue 2:
======
We can find Oracle9Dialect in documentation but in sources to this class (Oracle9Dialect) I can find:
@deprecated Use either Oracle9iDialect or Oracle10gDialect instead

Issue 3:
======
In sources we can find a class H2Dialect. But documentation doesn't mention about H2Dialect. It doesn't mention about Hibernate supports H2 too.

-- 
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