站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 server API Documentation 英文版文档

Uses of Interface org.jboss.ejb.EntityPersistenceStore (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


Uses of Interface
org.jboss.ejb.EntityPersistenceStore

Packages that use EntityPersistenceStore
org.jboss.ejb.plugins Package description goes here
org.jboss.ejb.plugins.cmp.jdbc Package description goes here
org.jboss.ejb.plugins.cmp.jdbc2   
 

Uses of EntityPersistenceStore in org.jboss.ejb.plugins
 

Classes in org.jboss.ejb.plugins that implement EntityPersistenceStore
 class CMPFilePersistenceManager
          A file-based CMP entity bean persistence manager.
 class CMPInMemoryPersistenceManager
          EntityPersistenceStore implementation storing values in-memory for very efficient access.
 

Methods in org.jboss.ejb.plugins that return EntityPersistenceStore
 EntityPersistenceStore CMPPersistenceManager.getPersistenceStore()
          Gets the entity persistence store.
 

Methods in org.jboss.ejb.plugins with parameters of type EntityPersistenceStore
 void CMPPersistenceManager.setPersistenceStore(EntityPersistenceStore store)
           
 

Uses of EntityPersistenceStore in org.jboss.ejb.plugins.cmp.jdbc
 

Subinterfaces of EntityPersistenceStore in org.jboss.ejb.plugins.cmp.jdbc
 interface JDBCEntityPersistenceStore
           
 

Classes in org.jboss.ejb.plugins.cmp.jdbc that implement EntityPersistenceStore
 class JDBCStoreManager
          JDBCStoreManager manages storage of persistence data into a table.
 

Methods in org.jboss.ejb.plugins.cmp.jdbc that return EntityPersistenceStore
 EntityPersistenceStore QLCompiler.getStoreManager()
           
 EntityPersistenceStore JDBCEJBQLCompiler.getStoreManager()
           
 EntityPersistenceStore EJBQLToSQL92Compiler.getStoreManager()
           
 

Uses of EntityPersistenceStore in org.jboss.ejb.plugins.cmp.jdbc2
 

Classes in org.jboss.ejb.plugins.cmp.jdbc2 that implement EntityPersistenceStore
 class JDBCStoreManager2
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.