InterviewSolution
Saved Bookmarks
| 1. |
Which method is used to get a persistent instance from the datastore? |
|
Answer» Session.get returns the persistent instance of the given named entity with the given identifier, or null if there is no such persistent instance. |
|