|
|
|
|
|
by watwut
1889 days ago
|
|
The "session.load(Person.class, 2)" thing is not done normally. It is not even part of JPA. It is hibernate only feature. So in all project I have seen, calling setter did not changed database. > Do you mean that people normally call update or merge to persist an Entity? Yes, people normally call update and merge to persist an entity. |
|