org.jboss.seam.persistence
@Name(value="org.jboss.seam.persistence.persistenceContexts") @Scope(value=CONVERSATION) @BypassInterceptors @Install(precedence=0) public class PersistenceContexts extends AbstractMutable implements Serializable
Constructor and Description |
---|
PersistenceContexts() |
Modifier and Type | Method and Description |
---|---|
void |
afterRender() |
void |
beforeRender() |
void |
changeFlushMode(FlushModeType flushMode) |
void |
changeFlushMode(FlushModeType flushMode,
boolean temporary) |
void |
create() |
FlushModeType |
getFlushMode() |
Set<String> |
getTouchedContexts() |
static PersistenceContexts |
instance() |
void |
restoreFlushMode()
Restore the previous flush mode if the current flush mode is marked
as temporary.
|
void |
touch(String context) |
void |
untouch(String context) |
clearDirty, setDirty, setDirty
@Create public void create()
public FlushModeType getFlushMode()
public void touch(String context)
public void untouch(String context)
public static PersistenceContexts instance()
public void changeFlushMode(FlushModeType flushMode)
public void changeFlushMode(FlushModeType flushMode, boolean temporary)
public void restoreFlushMode()
public void beforeRender()
public void afterRender()
Copyright © 2015 Seam Framework. All Rights Reserved.