Interface QueryableMaintenanceStore<T>

Type Parameters:
T - The entity type of the store.
All Superinterfaces:
AutoCloseable

public interface QueryableMaintenanceStore<T> extends AutoCloseable
This store should be used only in update steps or other maintenance tasks like deleting all entries for a deleted parent entity.