Package org.apache.openjpa.datacache
Interface TypesChangedListener
-
- All Known Subinterfaces:
QueryCache
- All Known Implementing Classes:
AbstractQueryCache
,ConcurrentQueryCache
,DelegatingQueryCache
public interface TypesChangedListener
An entity that wishes to be notified when types change.- Since:
- 0.3.0
- Author:
- Abe White
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onTypesChanged(TypesChangedEvent event)
Notification that instances of persistent types have changed.
-
-
-
Method Detail
-
onTypesChanged
void onTypesChanged(TypesChangedEvent event)
Notification that instances of persistent types have changed.
-
-