[hibernate-issues] [Hibernate-JIRA] Created: (HBX-1050) @Lob not taken into account when associated with @Type

Pascal P. Pochet (JIRA) noreply at atlassian.com
Thu Mar 13 07:55:33 EDT 2008


@Lob not taken into account when associated with @Type
------------------------------------------------------

                 Key: HBX-1050
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-1050
             Project: Hibernate Tools
          Issue Type: Bug
          Components: datagen
    Affects Versions: 3.2.1
         Environment: PostgreSQL, Hibernate 3.2.6
            Reporter: Pascal P. Pochet


@Lob
@Type(type="MyUserType") 
MyUserTypeClass aFieldName ;

generates VARCHAR(255) SQL Type instead of the expected TEXT (PostgreSQL backend)

(@Lob with a String attribute correctly generates a TEXT in the same project...)




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