Steve Ebersole
created
an issue
Hibernate ORM
/
HHH-8515
EntityManager#createStoredProcedureQuery( String, String...) should throw IAE if result set mapping name(s) do not exist
Issue Type:
Bug
Assignee:
Unassigned
Components:
entity-manager
Created:
18/Sep/13 6:16 AM
Fix Versions:
4.3.0.Beta5
Priority:
Major
Reporter:
Steve Ebersole
Currently we throw a
MappingException
from within core. Should:
Make a specialize exception
UnknownResultSetMapping
extending
MappingException
and throw this from core
In HEM, catch
UnknownResultSetMapping
and convert to
IllegalArgumentException
Add Comment
This message was sent by Atlassian JIRA
(v6.1-OD-08#6143-
sha1:7b2ba0d
)