db4o Developer Community

db4o open source object database, native to Java and .NET
Welcome to db4o Developer Community Sign in | Join
in Search
More Search Options

Browse by Tags

All Tags » ObjectContainer » Transient   (RSS)
  • Problem initialising transient from objectOnActivate

    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 ...
    Posted to db4o User Forum (Forum) by LanceB on August 14, 2007