|
|
Browse by Tags
All Tags » .NET » Callbacks (RSS)
-
In this post Rodrigo introduced the concept of Transparent Persistence that makes developers life even easier as, once configured, db4o will take care of changed objects and make sure they are updated in the database (when the transaction gets committed) without developer assistance.This level of transparency is, of course, a welcome addition but ...
-
Guys and girls i am sure this has been asked before and all the comments and questiosn i find on it say look at the documentation but for the life of me i can not find a solution that works anywhere.
Basically i need to use remoting with DB4o. The object i am using are serialized over the remoting channel and not MarshaledByReferance. The ...
-
External callbacks should be implemented as .NET events in db4o.NET - are they already or not?
yes, they are already implemented as .net events.
EventRegistryFactory.forObjectContainer(container).Activating is an event, for example
As far as i remember, external callbacks came with db4o.net 5.5
|
|
|