org.jboss.seam.persistence
Interface FlushModeManager


public interface FlushModeManager

provides a means of configuring the default flush mode

TODO: This needs more thought, especially with regard to how it works in with PersistenceContexts

Author:
Stuart Douglas

Method Summary
 FlushModeType getFlushModeType()
           
 void setFlushModeType(FlushModeType flushModeType)
           
 

Method Detail

getFlushModeType

FlushModeType getFlushModeType()
Returns:
the default flush mode for all seam managed persistence contexts

setFlushModeType

void setFlushModeType(FlushModeType flushModeType)


Copyright © 2011 Seam Framework. All Rights Reserved.