db4o

ObjectClass Methods

The methods of the ObjectClass interface are listed below. For a complete list of ObjectClass interface members, see the ObjectClass Members topic.

Public Instance Methods

callConstructor advises db4o to try instantiating objects of this class with/without calling constructors.
cascadeOnActivatesets cascaded activation behaviour.
cascadeOnDeletesets cascaded delete behaviour.
cascadeOnUpdatesets cascaded update behaviour.
compareregisters an attribute provider for special query behavior.
maximumActivationDepthsets the maximum activation depth to the desired value.
minimumActivationDepthsets the minimum activation depth to the desired value.
objectField returns an ObjectField object to configure the specified field.

persistStaticFieldValuesturns on storing static field values for this class.
renamerenames a stored class.
storeTransientFieldsallows to specify if transient fields are to be stored.
translateregisters a translator for this class.
updateDepthspecifies the updateDepth for this class.

See Also

ObjectClass Interface | com.db4o.config Namespace