[hibernate-issues] [Hibernate-JIRA] Created: (HHH-5284) Allow Type to dictate the default length/scale/precision

Steve Ebersole (JIRA) noreply at atlassian.com
Tue Jun 1 14:02:35 EDT 2010


Allow Type to dictate the default length/scale/precision
--------------------------------------------------------

                 Key: HHH-5284
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5284
             Project: Hibernate Core
          Issue Type: Improvement
            Reporter: Steve Ebersole
            Assignee: Steve Ebersole
             Fix For: 3.6


Not sure if this is doable in 3.6 timeframe, but it would be fantastic if Types could name the default column size for its sql definition.  Examples of where this is useful include 
* mapping a single char/Character versus mapping a String etc to a CHAR
* UUID mappings, where it would be nice to properly size the data.

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