QuerySynchronizer
interfacein packageklyn.data.internal
public interface QuerySynchronizer:
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.

Methods
Modifier and Type Member Description
public beforeQuery
beforeQuery() as Void
Synchronizes pending state when the active flush mode requires it.