Export to GitHub

dphibernate - issue #4

bugs


Posted on Mar 7, 2008 by Grumpy Giraffe

Hello!! When table’s primary key isn’t String type(etc Long type),Lazy data sub object is NaN.

dpHibernate isn’t support many-to-many

Comment #1

Posted on Mar 9, 2008 by Helpful Monkey

I've updated the code a bit so any Serializable ID type should be supported, matching the hibernate session.get().

As for the many-to-many problem, can you try again with the version 1.0.1 adapter. If you still have a problem with manyToMany, please send me the classes and mapping files you are using.

Comment #2

Posted on Mar 10, 2008 by Grumpy Giraffe

why? code:

private var _t1:model.beans.User; private var _t2:model.beans.UserAddress; private var _t3:model.beans.Station;

Comment #3

Posted on Mar 10, 2008 by Helpful Monkey

I'm not sure what this code is for. Are you trying to show me the code that doesn't work? or asking a question about code that exists? please elaborate.

Status: Fixed

Labels:
Type-Defect Priority-Medium