|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |