[hibernate-issues] [Hibernate-JIRA] Created: (HHH-5830) Improve LOB Type handling

Steve Ebersole (JIRA) noreply at atlassian.com
Mon Jan 10 11:57:05 EST 2011


Improve LOB Type handling 
--------------------------

                 Key: HHH-5830
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5830
             Project: Hibernate Core
          Issue Type: Bug
          Components: core
    Affects Versions: 3.6.0
            Reporter: Steve Ebersole
            Assignee: Steve Ebersole
             Fix For: 3.6.1


3.6 introduced the new approach for defining Type, both in the use of delegated descriptors as well as the introduction of a {{TypeRegistry}}.  There were specific problems caused in regards to handling large string and binary ({{BLOB}}, {{LOB}}, {{LONGVARCHAR}}, {{LONGVARBINARY}}) SQL types.

Generally speaking these all boil down the need for dialects to be able to define specific, appropriate "{{Type}} overrides".  This is planned for 4.0, but we need to account for something similar in 3.6 as well. 

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