Package io.jmix.eclipselink.impl
Class JpaCacheSupport
java.lang.Object
io.jmix.eclipselink.impl.JpaCacheSupport
-
Field Summary
Modifier and TypeFieldDescriptionprotected EntityStates
protected Metadata
protected MetadataTools
protected StoreAwareLocator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
evictMasterEntity
(Object entity, AttributeChanges changes) Evicts an entity from cache if it has the given entity as an element of collection.
-
Field Details
-
metadata
-
storeAwareLocator
-
entityStates
-
metadataTools
-
-
Constructor Details
-
JpaCacheSupport
public JpaCacheSupport()
-
-
Method Details
-
evictMasterEntity
Evicts an entity from cache if it has the given entity as an element of collection.- Parameters:
entity
- which is being updated and can potentially be an element of a collectionchanges
- changes in the entity. Null when creating and removing the entity.
-