ForkOptions
Index
Properties
optionalclear
optionalcloneEventManager
do we want to clone current EventManager instance? defaults to false (global instance)
optionaldisableContextResolution
use this flag to ignore current async context - this is required if we want to call em.fork()
inside the getContext
handler
optionaldisableTransactions
disable transactions for this fork
optionalflushMode
set flush mode for this fork, overrides the global option, can be overridden locally via FindOptions
optionalfreshEventManager
do we want to use fresh EventManager instance? defaults to false (global instance)
optionaluseContext
use request context? should be used only for top level request scope EM, defaults to false
do we want clear identity map? defaults to true