db4o

Configuration.internStrings Method 

Configures db4o to call intern() on strings upon retrieval.

void internStrings(
   bool doIntern
);

Parameters

doIntern
intern strings on retrieval if true, don't otherwise

Remarks

Configures db4o to call intern() on strings upon retrieval.

See Also

Configuration Interface | com.db4o.config Namespace