Hibernate version:
Mapping documents:
Code between sessionFactory.openSession() and session.close():
Full stack trace of any exception that occurs:
Name and version of the database you are using:
The generated SQL (show_sql=true):
Debug level Hibernate log excerpt:
Hello,
I am wondering if there is an option to ignore incomplete data. I am searching database where I know that some data is missing. However, I would like to retrieve features (objects) that are complete, ignoring the features where data is corrupted. Right now when hibernate encounters incomplete data it throws the following error and stops processing.
No row with the given identifier exists: 123, of class: MyClass
Thanks
|