|
Seam Core JSF2 2.3.1.Final-redhat-1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FlushModeType | |
---|---|
org.jboss.seam.annotations | Annotations for defining Seam components. |
org.jboss.seam.core | A set of Seam components that implement Seam. |
org.jboss.seam.navigation | Implementation of pages.xml based navigation |
org.jboss.seam.persistence | Seam components for working with JPA or Hibernate3. |
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 are declared. |
Uses of FlushModeType in org.jboss.seam.core |
---|
Methods in org.jboss.seam.core that return FlushModeType | |
---|---|
FlushModeType |
Manager.getDefaultFlushMode()
|
Methods in org.jboss.seam.core with parameters of type FlushModeType | |
---|---|
void |
Conversation.changeFlushMode(FlushModeType flushMode)
Change the flush mode of all Seam-managed persistence contexts in this conversation. |
void |
Manager.setDefaultFlushMode(FlushModeType defaultFlushMode)
|
Uses of FlushModeType in org.jboss.seam.navigation |
---|
Methods in org.jboss.seam.navigation that return FlushModeType | |
---|---|
FlushModeType |
ConversationControl.getFlushMode()
|
Methods in org.jboss.seam.navigation with parameters of type FlushModeType | |
---|---|
void |
ConversationControl.setFlushMode(FlushModeType flushMode)
|
Uses of FlushModeType in org.jboss.seam.persistence |
---|
Methods in org.jboss.seam.persistence that return FlushModeType | |
---|---|
FlushModeType |
PersistenceContexts.getFlushMode()
|
Methods in org.jboss.seam.persistence with parameters of type FlushModeType | |
---|---|
void |
ManagedPersistenceContext.changeFlushMode(FlushModeType flushMode)
|
void |
ManagedHibernateSession.changeFlushMode(FlushModeType flushMode)
|
void |
PersistenceContextManager.changeFlushMode(FlushModeType flushMode)
|
void |
PersistenceContexts.changeFlushMode(FlushModeType flushMode)
|
void |
PersistenceContexts.changeFlushMode(FlushModeType flushMode,
boolean temporary)
|
protected void |
ManagedPersistenceContext.setEntityManagerFlushMode(FlushModeType flushMode)
|
protected void |
ManagedHibernateSession.setSessionFlushMode(FlushModeType flushMode)
|
|
Seam Core JSF2 2.3.1.Final-redhat-1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |