[hibernate-issues] [Hibernate-JIRA] Created: (ANN-797) using @LOB annotation

Patrick Walter (JIRA) noreply at atlassian.com
Thu Jan 15 08:45:38 EST 2009


using @LOB annotation
---------------------

                 Key: ANN-797
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/ANN-797
             Project: Hibernate Annotations
          Issue Type: Bug
            Reporter: Patrick Walter


When I use the @LOB annotation it always creates only VARCHAR(255) for stringData and Binary (255) for binaryData defined below.

@Lob @Basic(fetch=FetchType.LAZY)
private byte[] binaryData;

@Lob @Basic(fetch=FetchType.LAZY)
private String stringData;

Any help in resolving this would be VERRY!!! appreciated.

THANKS



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