|
db4o 6.3 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CustomClassHandler
Custom class handler to provide modified instantiation, marshalling and querying behaviour for special classes.
Method Summary | |
---|---|
boolean |
canNewInstance()
implement and return true, if this CustomClassHandler creates object instances on calls to newInstance() . |
ReflectClass |
classSubstitute()
|
boolean |
ignoreAncestor()
|
java.lang.Object |
newInstance()
implement to create a new instance of an object. |
Method Detail |
---|
java.lang.Object newInstance()
boolean canNewInstance()
newInstance()
.
ReflectClass classSubstitute()
boolean ignoreAncestor()
|
db4o 6.3 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |