AliasToBeanConstructorResultTransformer is not serializable
-----------------------------------------------------------
Key: HHH-5628
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-5628
Project: Hibernate Core
Issue Type: Bug
Components: core
Affects Versions: 3.6.0.CR2
Reporter: Gail Badner
Priority: Minor
AliasToBeanConstructorResultTransformer is not serializable even though it implements
ResultTransformer (which extends Serializable).
It has a property of type java.lang.reflect.Constructor, which does not
implementSerializable.
AliasToBeanConstructorResultTransformer is not used in a QueryKey, so it should have no
impact on cached query results.
--
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