| com.db4o.types.Db4oCollection
All known Subclasses: com.db4o.P1Collection,
Db4oCollection | public interface Db4oCollection extends Db4oType(Code) | | base interface for db4o collections
|
Method Summary | |
public void | activationDepth(int depth) configures the activation depth for objects returned from this collection. | public void | deleteRemoved(boolean flag) configures objects are to be deleted from the database file if they are
removed from this collection. |
activationDepth | public void activationDepth(int depth)(Code) | | configures the activation depth for objects returned from this collection.
Specify a value less than zero to use the default activation depth
configured for the ObjectContainer or for individual objects.
Parameters: depth - the desired depth |
deleteRemoved | public void deleteRemoved(boolean flag)(Code) | | configures objects are to be deleted from the database file if they are
removed from this collection.
Default value: false
Parameters: flag - the desired setting |
|
|