| com.db4o.types.SecondClass
All known Subclasses: com.db4o.config.Entry,
SecondClass | public interface SecondClass extends Db4oType(Code) | | marks objects as second class objects.
Currently this interface is for internal use only
to help discard com.db4o.config.Entry objects in the
Defragment process.
For future versions this interface is planned to
mark objects that:
- are not to be held in the reference mechanism
- should always be activated with their parent objects
- should always be deleted with their parent objects
- should always be deleted if they are not referenced any
longer.
|
|
|