]
Steve Ebersole updated HHH-6045:
--------------------------------
Fix Version/s: (was: 4.0.0.Beta4)
4.0.0.next
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.next
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.
For more information on JIRA, see: