org.jboss.seam.persistence
Class FlushModeManagerImpl
java.lang.Object
org.jboss.seam.persistence.FlushModeManagerImpl
- All Implemented Interfaces:
- Serializable, FlushModeManager
@ApplicationScoped
@DefaultBean(value=org.jboss.seam.persistence.FlushModeManager.class)
public class FlushModeManagerImpl
- extends Object
- implements Serializable, FlushModeManager
Provides for programmatic configuration of the default flush mode.
TODO: implement this
- Author:
- Stuart Douglas
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlushModeManagerImpl
public FlushModeManagerImpl()
getFlushModeType
public FlushModeType getFlushModeType()
- Specified by:
getFlushModeType in interface FlushModeManager
setFlushModeType
public void setFlushModeType(FlushModeType flushModeType)
- Specified by:
setFlushModeType in interface FlushModeManager
Copyright © 2011 Seam Framework. All Rights Reserved.