Message:

   The following issue has been closed.

   Resolver: David M. Lloyd
       Date: Fri, 16 Apr 2004 5:40 PM

This can be gotten around by using @hibernate.column as follows (just an example):

@hibernate.property
@hibernate.column
   name = "COLUMN"
   sql-type = "VARCHAR2"
   length = "10"
---------------------------------------------------------------------
View the issue:
  http://opensource.atlassian.com/projects/xdoclet/browse/XDT-657

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-657
    Summary: sql-type property inside @hibernate.property tag
       Type: Improvement

     Status: Closed
   Priority: Major
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: XDoclet
 Components: 
             Hibernate Module
   Fix Fors:
             1.2
             1.2 Beta 3
             1.2.1
             1.2.2

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Paulo Silveira

    Created: Tue, 30 Sep 2003 7:43 PM
    Updated: Fri, 16 Apr 2004 5:40 PM

Description:
Inside @hibernate.property, we could have a sql-type property.
This is used by hibernate when generating the schemas, through the schema export.

For example, if I want a mysql "text" field, there is no way to do it through xdoclet 
for now. I need to generate the .sql and change the sql field type manually, since a 
String/StringBuffer is a VARCHAR.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://opensource.atlassian.com/projects/xdoclet/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to