-
| I am trying to execute a stored procedure - that returns a table and a count If i map the "Report" result as a domain object, the below code (without the AliasToBean) works fine. This errors with MappingException: No persister for: Report Is this possible?  | 
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
| OK, I think i was being dumb. | 
Beta Was this translation helpful? Give feedback.
OK, I think i was being dumb.
Just omit the AddEntity part!