Hibernate cache

xiaoxiao2022-06-11  19

evit will remove object from session, and also the children if in the mapping file, defined as "all" or "all-delete-orphan"

 

suggest dont use evit often, as they can not improve performance much.

should use: lazy-loading, filter, project (select object element only, rather than whole object)

 

 

 

转载请注明原文地址: https://www.6miu.com/read-4931827.html

最新回复(0)