Issue Type: Bug Bug
Affects Versions: 4.1.7
Assignee: Unassigned
Components: core
Created: 10/Sep/12 3:50 PM
Description:

Some types need to be able to handle dynamic descriptors. For instance, see SerializableToBlobType. Its javaTypeDescriptor changes based on the generic T. This is necessary to account for entities within multiple class loaders.

SimpleValueBinder and SimpleValue accomplish this with the legacy DynamicParameterizedType. However, it gets messy with descriptors since they're mostly handled in type constructors and are final.

It would be better to handle these up front. Re-architect SimpleValue's use of reflection to create the types – or find a better alternative.

Project: Hibernate ORM
Priority: Major Major
Reporter: Brett Meyer
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira