站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.2.0 patch1 API 英文版文档

Uses of Class org.jboss.seam.annotations.FlushModeType (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档


Uses of Class
org.jboss.seam.annotations.FlushModeType

Packages that use FlushModeType
org.jboss.seam.annotations   
org.jboss.seam.core   
org.jboss.seam.pages   
 

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 persistence contexts in this conversation.
 void ManagedHibernateSession.changeFlushMode(FlushModeType flushMode)
           
 void ManagedPersistenceContext.changeFlushMode(FlushModeType flushMode)
           
 void PersistenceContextManager.changeFlushMode(FlushModeType flushMode)
           
 void PersistenceContexts.changeFlushMode(FlushModeType flushMode)
           
protected  void ManagedPersistenceContext.setEntityManagerFlushMode(FlushModeType flushMode)
           
protected  void ManagedHibernateSession.setSessionFlushMode(FlushModeType flushMode)
           
 

Uses of FlushModeType in org.jboss.seam.pages
 

Methods in org.jboss.seam.pages that return FlushModeType
 FlushModeType ConversationControl.getFlushMode()
           
 

Methods in org.jboss.seam.pages with parameters of type FlushModeType
 void ConversationControl.setFlushMode(FlushModeType flushMode)