@mikro-orm/coreEnumerationsVersion: 6.4On this pageFlushMode Index Enumeration MembersALWAYSAUTOCOMMITEnumeration Members ALWAYSALWAYS: alwaysFlushes the EntityManager before every query.AUTOAUTO: autoThis is the default mode, and it flushes the EntityManager only if necessary.COMMITCOMMIT: commitThe EntityManager delays the flush until the current Transaction is committed.
Flushes the
EntityManager
before every query.