Hello,
I am currently facing an issue while trying to select some records out of a table. For insertion i have used some properties which not directly map with a column from a table, but i am using this property as a parameter in a stored procedure.
===
<property name="organizationId"/>
===
The problem is that while trying to select records from the database Hibernate expects a mapping to a column.
Does somebody know how i can tell hibernate that when i select something from the database, it should not get that property, so it will not throw an exception?
Please let me know.
Regards,
Martijn
|