
|
If you were logged in you would be able to see more operations.
|
|
|
Hibernate Core
Created: 15/Apr/05 08:30 AM
Updated: 15/Jul/05 08:52 AM
|
|
| Component/s: |
None
|
| Affects Version/s: |
None
|
| Fix Version/s: |
3.1 beta 1
|
|
|
Execution of HQL bulk statements leave potentially just deleted entities in both the session and shared caches.
Not sure we can really do anything "selective" regarding the session cache.
But for the second level cache, we should be able to collect the entity-names affected and use them to purge those regions. That works great for the entities, but still leaves any collections the entity may be involved in.
Not sure this is even worthwhile, but want to take a closer look.
|
|
Description
|
Execution of HQL bulk statements leave potentially just deleted entities in both the session and shared caches.
Not sure we can really do anything "selective" regarding the session cache.
But for the second level cache, we should be able to collect the entity-names affected and use them to purge those regions. That works great for the entities, but still leaves any collections the entity may be involved in.
Not sure this is even worthwhile, but want to take a closer look. |
Show » |
|