Hibernate / Hibernate interview questions
Which throws Exception when no row found: session.load vs session.get.
session.load() will throw an ObjectNotFoundException when no row found while session.get returns null.
More Related questions...
session.load() will throw an ObjectNotFoundException when no row found while session.get returns null.
More Related questions...