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.internalMethods in com.db4o.cs.internal that return Db4oDatabase Modifier and Type Method Description Db4oDatabaseClientObjectContainer. identity()
- 
Uses of Db4oDatabase in com.db4o.drs.db4oFields in com.db4o.drs.db4o declared as Db4oDatabase Modifier and Type Field Description Db4oDatabaseReplicationRecord. _olderPeerDb4oDatabaseReplicationRecord. _youngerPeerMethods in com.db4o.drs.db4o with parameters of type Db4oDatabase Modifier and Type Method Description static ReplicationRecordReplicationRecord. 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.extFields in com.db4o.ext declared as Db4oDatabase Modifier and Type Field Description static Db4oDatabaseDb4oDatabase. STATIC_IDENTITYMethods in com.db4o.ext that return Db4oDatabase Modifier and Type Method Description static Db4oDatabaseDb4oDatabase. generate()generates a new Db4oDatabase object with a unique signature.Db4oDatabaseExtObjectContainer. identity()returns the Db4oDatabase object for this ObjectContainer.Db4oDatabaseDb4oDatabase. 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 booleanDb4oDatabase. isOlderThan(Db4oDatabase peer)
- 
Uses of Db4oDatabase in com.db4o.internalFields in com.db4o.internal declared as Db4oDatabase Modifier and Type Field Description Db4oDatabaseVirtualAttributes. i_databaseMethods in com.db4o.internal that return Db4oDatabase Modifier and Type Method Description abstract Db4oDatabaseExternalObjectContainer. identity()Db4oDatabaseLocalObjectContainer. identity()Db4oDatabaseObjectContainerSession. identity()Db4oDatabaseSystemData. identity()Db4oDatabaseTransportObjectContainer. identity()Methods in com.db4o.internal with parameters of type Db4oDatabase Modifier and Type Method Description voidSystemData. identity(Db4oDatabase identityObject)voidLocalObjectContainer. 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.replicationMethods in com.db4o.internal.replication that return Db4oDatabase Modifier and Type Method Description Db4oDatabaseDb4oReplicationReference. signaturePart()
 
-