Uses of Interface
com.db4o.types.Db4oType
-
Packages that use Db4oType Package Description com.db4o.ext com.db4o.internal com.db4o.types -
-
Uses of Db4oType in com.db4o.ext
Classes in com.db4o.ext that implement Db4oType Modifier and Type Class Description class
Db4oDatabase
Class to identify a database by it's signature. -
Uses of Db4oType in com.db4o.internal
Classes in com.db4o.internal that implement Db4oType Modifier and Type Class Description class
BlobImpl
Transfer of blobs to and from the db4o system, if users use the Blob Db4oType.Methods in com.db4o.internal that return Db4oType Modifier and Type Method Description Db4oType
ObjectContainerBase. db4oTypeStored(Transaction trans, java.lang.Object obj)
allows special handling for all Db4oType objects.Db4oType
TransportObjectContainer. db4oTypeStored(Transaction a_trans, java.lang.Object a_object)
-
Uses of Db4oType in com.db4o.types
Subinterfaces of Db4oType in com.db4o.types Modifier and Type Interface Description interface
Blob
the db4o Blob type to store blobs independent of the main database file and allows to perform asynchronous upload and download operations.
-