|
|
Browse by Tags
All Tags » ObjectContainer » Callbacks (RSS)
-
Hi
I need to reinstate a transient field from Child.objectOnActivate with a property from Parent as parameter. Something like this:
public class Child extends Parent {
private transient StrategyEnabler field;
public Child(Set<String> content) { super(content); field = new ...
-
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
|
|
|