|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FlushModeType | |
---|---|
org.jboss.seam.persistence |
Uses of FlushModeType in org.jboss.seam.persistence |
---|
Methods in org.jboss.seam.persistence that return FlushModeType | |
---|---|
FlushModeType |
PersistenceContexts.getFlushMode()
|
FlushModeType |
FlushModeManager.getFlushModeType()
|
FlushModeType |
SeamPersistenceProvider.getRenderFlushMode()
Gets the FlushMode the persistence contexts should use during rendering |
static FlushModeType |
FlushModeType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FlushModeType[] |
FlushModeType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.jboss.seam.persistence with parameters of type FlushModeType | |
---|---|
void |
ManagedPersistenceContext.changeFlushMode(FlushModeType flushMode)
changes the flush mode of the persistence context. |
void |
PersistenceContexts.changeFlushMode(FlushModeType flushMode)
Changes the flush mode of all persistence contexts in the conversation |
void |
SeamPersistenceProvider.setFlushMode(EntityManager entityManager,
FlushModeType type)
sets the flush mode |
void |
FlushModeManager.setFlushModeType(FlushModeType flushModeType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |