public interface QuerySynchronizer:
Internal execution boundary between managed repositories and their owner.
The interface keeps automatic flush checks out of provider implementations. A direct repository remains no-tracking, while a manager-owned repository asks its EntityManager to synchronize pending changes before provider I/O.
| Modifier and Type | Member | Description |
|---|---|---|
| public | beforeQuerybeforeQuery() as Void |
Synchronizes pending state when the active flush mode requires it. |