[hibernate-issues] [Hibernate-JIRA] Created: (HBX-1051) Lob and Type annotations: Lob not taken into account

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


Lob and Type annotations: Lob not taken into account
----------------------------------------------------

                 Key: HBX-1051
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-1051
             Project: Hibernate Tools
          Issue Type: Bug
         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