Saved Bookmarks
| 1. |
What’s The Difference Between Load() And Get() Method In Hibernate? |
|
Answer» Load() methods RESULTS in an EXCEPTION if the required RECORDS isn’t found in the database while GET() method returns null when records against the id isn’t found in the database.
Load() methods results in an exception if the required records isn’t found in the database while get() method returns null when records against the id isn’t found in the database.
|
|