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.extMethods in com.db4o.ext that throw InvalidIDException Modifier and Type Method Description voidExtObjectContainer. bind(java.lang.Object obj, long id)binds an object to an internal object ID.<T> TExtObjectContainer. getByID(long ID)returns the stored object for an internal ID.
- 
Uses of InvalidIDException in com.db4o.internalMethods in com.db4o.internal that throw InvalidIDException Modifier and Type Method Description voidObjectContainerSession. bind(java.lang.Object obj, long id)java.lang.ObjectExternalObjectContainer. getByID(long id)java.lang.ObjectObjectContainerBase. getByID(Transaction ta, long id)java.lang.ObjectObjectContainerSession. getByID(long id)
 
-