The methods of the ObjectClass interface are listed below. For a complete list of ObjectClass interface members, see the ObjectClass Members topic.
callConstructor | advises db4o to try instantiating objects of this class with/without calling constructors. |
cascadeOnActivate | sets cascaded activation behaviour. |
cascadeOnDelete | sets cascaded delete behaviour. |
cascadeOnUpdate | sets cascaded update behaviour. |
compare | registers an attribute provider for special query behavior. |
maximumActivationDepth | sets the maximum activation depth to the desired value. |
minimumActivationDepth | sets the minimum activation depth to the desired value. |
objectField | returns an ObjectField object to configure the specified field. |
persistStaticFieldValues | turns on storing static field values for this class. |
rename | renames a stored class. |
storeTransientFields | allows to specify if transient fields are to be stored. |
translate | registers a translator for this class. |
updateDepth | specifies the updateDepth for this class. |
ObjectClass Interface | com.db4o.config Namespace