|
|
Browse by Tags
All Tags » identity » unique (RSS)
-
I was going thru some of this stuff,
but I'd found no answer for auto-increment on db4o-tutorial,
so here's what I came up with,
I'd really enjoy if you guys would give your points of view about it...
Simple OO stuff,
let's make a SuperEntity abstract class..I'm using C# for it.
using Db4o;
public abstract class SuperEntity { } ...
-
i'd like to use UniqueFieldValueConstraint to check object uniqueness in project. But i need to check identity of some objects by 2 fields. For example: configuration.objectClass(Pilot.class).objectField(''name'').indexed(true); configuration.objectClass(Pilot.class).objectField(''points'').indexed(true); configuration.add(new ...
|
|
|