Leverage type-defined column sizes
----------------------------------
Key: HHH-6045
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-6045
Project: Hibernate Core
Issue Type: Improvement
Components: core
Reporter: Steve Ebersole
Assignee: Steve Ebersole
Fix For: 4.0.0.Alpha3
As a follow up to HHH-5284 we need to implement the actual leveraging of these
Type-defined sizes while processing the metamodel. Would be great to account for Dialects
in this process also. I am thinking a column size is determined by:
# type.dictatedSizes, if any
# explicit user supplied length, size, precision values, if any
# type.defaultSizes, if any
# default sizes defined by dialect per jdbc type
--
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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira