|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Database in org.sourceforge.jemm |
---|
Methods in org.sourceforge.jemm that return Database | |
---|---|
protected Database |
RemoteStore.createUnderlyingDatabase()
|
protected Database |
PersistentStore.createUnderlyingDatabase()
|
protected Database |
MemoryStore.createUnderlyingDatabase()
|
protected abstract Database |
AbstractStore.createUnderlyingDatabase()
|
Uses of Database in org.sourceforge.jemm.client |
---|
Classes in org.sourceforge.jemm.client that implement Database | |
---|---|
class |
DelegatingDatabase
A database implementation that passes through all calls onto the database given in the constructor. |
class |
RegistrationCache
An ObjectDatabase which caches calls to register and classinfo since they are effectively static for the lifetime of the client. |
class |
TrackingDatabase
This Database implementation tracks maps any ids from the delegated database into singleton tracked ids (i.e. |
Fields in org.sourceforge.jemm.client declared as Database | |
---|---|
protected Database |
DatabaseAdapter.database
|
Constructors in org.sourceforge.jemm.client with parameters of type Database | |
---|---|
DatabaseAdapter(Database database)
|
|
DatabaseAdapter(Database database,
JEMMObjectCreator creator)
|
|
DelegatingDatabase(Database delegate)
|
|
RegistrationCache(Database database)
|
|
TrackingDatabase(Database delegate,
TrackedIDFactory idFactory)
|
Uses of Database in org.sourceforge.jemm.database.components |
---|
Classes in org.sourceforge.jemm.database.components that implement Database | |
---|---|
class |
BaseDatabase
|
Uses of Database in org.sourceforge.jemm.database.debug |
---|
Classes in org.sourceforge.jemm.database.debug that implement Database | |
---|---|
class |
DebugDatabase
The DebugDatabase is a pass-through logger to an underlying database. |
Constructors in org.sourceforge.jemm.database.debug with parameters of type Database | |
---|---|
DebugDatabase(Database underlyingDatabase)
|
Uses of Database in org.sourceforge.jemm.database.memory |
---|
Classes in org.sourceforge.jemm.database.memory that implement Database | |
---|---|
class |
MemoryDatabase
|
Uses of Database in org.sourceforge.jemm.database.persistent.berkeley |
---|
Classes in org.sourceforge.jemm.database.persistent.berkeley that implement Database | |
---|---|
class |
BDbDatabase
|
Uses of Database in org.sourceforge.jemm.database.remote.client |
---|
Classes in org.sourceforge.jemm.database.remote.client that implement Database | |
---|---|
class |
RemoteDatabase
RemoteDatabase is the client side of a remote client/server pairing. |
Uses of Database in org.sourceforge.jemm.database.remote.server |
---|
Constructors in org.sourceforge.jemm.database.remote.server with parameters of type Database | |
---|---|
RemoteDatabaseServer(ServerConnectionFactory serverConnectionFactory,
Database underlyingDatabase)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |