org.qi4j.api.unitofwork
Class UnitOfWorkOptions

java.lang.Object
  extended by org.qi4j.api.unitofwork.UnitOfWorkOptions

public class UnitOfWorkOptions
extends java.lang.Object

Set instances of this in MetaInfo on UnitOfWork or the associated Usecase. Options:
"pruneOnPause": if true, then clear out all instances that have been loaded in the UoW but not modified


Constructor Summary
UnitOfWorkOptions(boolean pruneOnPause)
           
 
Method Summary
 boolean isPruneOnPause()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnitOfWorkOptions

public UnitOfWorkOptions(boolean pruneOnPause)
Method Detail

isPruneOnPause

public boolean isPruneOnPause()