|
db4o 6.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.db4o.Db4o
com.db4o.ext.ExtDb4o
public class ExtDb4o
extended factory class with static methods to open special db4o sessions.
Constructor Summary | |
---|---|
ExtDb4o()
|
Method Summary | |
---|---|
static ObjectContainer |
openMemoryFile(Configuration config,
MemoryFile memoryFile)
opens an ObjectContainer for in-memory use . |
static ObjectContainer |
openMemoryFile(MemoryFile memoryFile)
Operates just like openMemoryFile(Configuration, MemoryFile) , but uses
the global db4o Configuration context. |
Methods inherited from class com.db4o.Db4o |
---|
cloneConfiguration, configure, main, newConfiguration, openClient, openClient, openFile, openFile, openServer, openServer, version |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExtDb4o()
Method Detail |
---|
public static final ObjectContainer openMemoryFile(MemoryFile memoryFile)
openMemoryFile(Configuration, MemoryFile)
, but uses
the global db4o Configuration
context.
opens an ObjectContainer
for in-memory use .
memoryFile
- a MemoryFile
to store the raw byte data.
ObjectContainer
MemoryFile
public static final ObjectContainer openMemoryFile(Configuration config, MemoryFile memoryFile)
ObjectContainer
for in-memory use .
config
- a custom Configuration
instance to be obtained via Db4o.newConfiguration()
memoryFile
- a MemoryFile
to store the raw byte data.
ObjectContainer
MemoryFile
|
db4o 6.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |