Michael Hunger wrote: > When trying to get the EntityStore Tests running again I came was irritated > by the following fact: > > There is an existing EntityStateInstance implementation which is also used by > the EntityStores. > > There is a second (imho new and different) implementation of the > EntityStateInstance within EntityStateModel which seems > to be more typed (i.e. works with AssociationsInstances etc instead of > Map<String,Collection<QI>>). > > Am I right in assuming the former should be replaced by the latter? And if by > whom? > > Some hints would be appreciated as well.
Both should be there. It is mostly a matter of finding a better name for one of them, and I was unable to figure out which one should change name. We could change the EntityStore one to "DefaultEntityState" for example, as one example. /Rickard _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

