|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FlushModeType | |
---|---|
org.jboss.seam.annotations | |
org.jboss.seam.core |
Uses of FlushModeType in org.jboss.seam.annotations |
---|
Methods in org.jboss.seam.annotations that return FlushModeType | |
---|---|
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're declared. |
Uses of FlushModeType in org.jboss.seam.core |
---|
Methods in org.jboss.seam.core that return FlushModeType | |
---|---|
FlushModeType |
PersistenceContexts.getFlushMode()
|
Methods in org.jboss.seam.core with parameters of type FlushModeType | |
---|---|
void |
Conversation.changeFlushMode(FlushModeType flushMode)
Change the flush mode of all Seam-managed peristence contexts in this conversation. |
void |
PersistenceContexts.changeFlushMode(FlushModeType flushMode)
|
void |
ManagedHibernateSession.setFlushMode(FlushModeType flushMode)
|
void |
ManagedPersistenceContext.setFlushMode(FlushModeType flushMode)
|
void |
PersistenceContextManager.setFlushMode(FlushModeType flushMode)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |