You are here: Configuration > Common Configuration > Mark Transient

Mark Transient

This allows you to configure additional Annotations to mark fields as transient. You can add multiple such Annotations by calling the method for each Annotation once.

EmbeddedConfiguration configuration = Db4oEmbedded.newConfiguration();
configuration.common().markTransient(TransientMarker.class.getName());
CommonConfigurationExamples.java: add an transient marker annotatin