Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
FlushModeType |
Manager.getDefaultFlushMode() |
Modifier and Type | Method and Description |
---|---|
void |
Conversation.changeFlushMode(FlushModeType flushMode)
Change the flush mode of all Seam-managed persistence
contexts in this conversation.
|
void |
Manager.setDefaultFlushMode(FlushModeType defaultFlushMode) |
Modifier and Type | Method and Description |
---|---|
FlushModeType |
ConversationControl.getFlushMode() |
Modifier and Type | Method and Description |
---|---|
void |
ConversationControl.setFlushMode(FlushModeType flushMode) |
Modifier and Type | Method and Description |
---|---|
FlushModeType |
PersistenceContexts.getFlushMode() |
Modifier and Type | Method and Description |
---|---|
void |
ManagedPersistenceContext.changeFlushMode(FlushModeType flushMode) |
void |
PersistenceContextManager.changeFlushMode(FlushModeType flushMode) |
void |
ManagedHibernateSession.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) |
Copyright © 2015 Seam Framework. All Rights Reserved.