Hibernate cache

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)

 

 

 

你可能感兴趣的:(Hibernate,cache,performance)