|
|
Browse by Tags
All Tags » Store (RSS)
-
I have a complicated object and I want to persist to the database. It ends up saving everything and the database file is huge. There are properties I don't want to persist to the database. It there any way that I can let the Db4O know that I don't want to persist these property/field/object to the database?
like puting an attribute ...
-
Hola,
Tengo un desarrollo con db4o en OSGi y no puedo realizar ningún store (set está deprecated) y me aparece este error:
java.lang.NoSuchMethodError: org.osgi.framework.Bundle.loadClass(Ljava/lang/String;)Ljava/lang/Class;
El código es:
...
-
Hi Db4o,
I have problems with enums in a network database, c# environment, version Continues Build july 9th, 2008.
public enum GroupEnum { First, Second, Third } public class Student2 { public GroupEnum ...
-
[Serializable]
public class Task
{
//pojo 省去代码
}
[Serializable]
public class Role
{
private IList<SystemUser> ...
-
Hi all.
.Net 3.5: Windows Workflow Foundation
Db4objects.Db4o.dll : 7.2.31.10304
I'm trying to create a Windows Workflow Foundation Persistence Service based on db4o. It's supposed to be very simple:
protected override void SaveWorkflowInstanceState(Activity rootActivity, bool unlock){ObjectContainer.Store(''This line works OK so the ...
|
|
|