Uses of Class
com.db4o.ext.InvalidIDException
-
Packages that use InvalidIDException Package Description com.db4o.ext com.db4o.internal -
-
Uses of InvalidIDException in com.db4o.ext
Methods in com.db4o.ext that throw InvalidIDException Modifier and Type Method Description void
ExtObjectContainer. bind(java.lang.Object obj, long id)
binds an object to an internal object ID.<T> T
ExtObjectContainer. getByID(long ID)
returns the stored object for an internal ID. -
Uses of InvalidIDException in com.db4o.internal
Methods in com.db4o.internal that throw InvalidIDException Modifier and Type Method Description void
ObjectContainerSession. bind(java.lang.Object obj, long id)
java.lang.Object
ExternalObjectContainer. getByID(long id)
java.lang.Object
ObjectContainerBase. getByID(Transaction ta, long id)
java.lang.Object
ObjectContainerSession. getByID(long id)
-