db4o

Db4oDatabase.getID Method 

gets the db4o ID, and may cache it for performance reasons.

public virtual int getID(
   Transaction trans
);

Parameters

trans

Return Value

the db4o ID for the ObjectContainer

Remarks

gets the db4o ID, and may cache it for performance reasons.

See Also

Db4oDatabase Class | com.db4o.ext Namespace