태그 : hibernate 요약보기전체보기목록닫기

1

[Hibernate] Dirty Checking in Hibernate

Hibernate automatically detects obejct state changes in order to synchronize the updated state with the database. It's usually safe to return a different object from the getter method than the objec...
1