[hibernate-issues] [Hibernate-JIRA] Resolved: (HHH-4316) using @LOB annotation

Strong Liu (JIRA) noreply at atlassian.com
Thu Dec 24 07:24:29 EST 2009


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-4316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Strong Liu resolved HHH-4316.
-----------------------------

    Resolution: Rejected

JIRA is used as a issue tracker, please move to hibernate forum to ask general question

> using @LOB annotation
> ---------------------
>
>                 Key: HHH-4316
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4316
>             Project: Hibernate Core
>          Issue Type: Bug
>          Components: annotations
>            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