Uses of Class
com.db4o.ext.Db4oDatabase
-
Packages that use Db4oDatabase Package Description com.db4o.cs.internal com.db4o.drs.db4o com.db4o.ext com.db4o.internal com.db4o.internal.replication -
-
Uses of Db4oDatabase in com.db4o.cs.internal
Methods in com.db4o.cs.internal that return Db4oDatabase Modifier and Type Method Description Db4oDatabase
ClientObjectContainer. identity()
-
Uses of Db4oDatabase in com.db4o.drs.db4o
Fields in com.db4o.drs.db4o declared as Db4oDatabase Modifier and Type Field Description Db4oDatabase
ReplicationRecord. _olderPeer
Db4oDatabase
ReplicationRecord. _youngerPeer
Methods in com.db4o.drs.db4o with parameters of type Db4oDatabase Modifier and Type Method Description static ReplicationRecord
ReplicationRecord. queryForReplicationRecord(ObjectContainerBase container, Transaction trans, Db4oDatabase younger, Db4oDatabase older)
Constructors in com.db4o.drs.db4o with parameters of type Db4oDatabase Constructor Description ReplicationRecord(Db4oDatabase younger, Db4oDatabase older)
-
Uses of Db4oDatabase in com.db4o.ext
Fields in com.db4o.ext declared as Db4oDatabase Modifier and Type Field Description static Db4oDatabase
Db4oDatabase. STATIC_IDENTITY
Methods in com.db4o.ext that return Db4oDatabase Modifier and Type Method Description static Db4oDatabase
Db4oDatabase. generate()
generates a new Db4oDatabase object with a unique signature.Db4oDatabase
ExtObjectContainer. identity()
returns the Db4oDatabase object for this ObjectContainer.Db4oDatabase
Db4oDatabase. query(Transaction trans)
find a Db4oDatabase with the same signature as this oneMethods in com.db4o.ext with parameters of type Db4oDatabase Modifier and Type Method Description boolean
Db4oDatabase. isOlderThan(Db4oDatabase peer)
-
Uses of Db4oDatabase in com.db4o.internal
Fields in com.db4o.internal declared as Db4oDatabase Modifier and Type Field Description Db4oDatabase
VirtualAttributes. i_database
Methods in com.db4o.internal that return Db4oDatabase Modifier and Type Method Description abstract Db4oDatabase
ExternalObjectContainer. identity()
Db4oDatabase
LocalObjectContainer. identity()
Db4oDatabase
ObjectContainerSession. identity()
Db4oDatabase
SystemData. identity()
Db4oDatabase
TransportObjectContainer. identity()
Methods in com.db4o.internal with parameters of type Db4oDatabase Modifier and Type Method Description void
SystemData. identity(Db4oDatabase identityObject)
void
LocalObjectContainer. setIdentity(Db4oDatabase identity)
Constructors in com.db4o.internal with parameters of type Db4oDatabase Constructor Description FrozenObjectInfo(java.lang.Object object, long id, Db4oDatabase sourceDatabase, long uuidLongPart, long commitTimestamp)
-
Uses of Db4oDatabase in com.db4o.internal.replication
Methods in com.db4o.internal.replication that return Db4oDatabase Modifier and Type Method Description Db4oDatabase
Db4oReplicationReference. signaturePart()
-