mnimer / dphibernate

Automatically exported from code.google.com/p/dphibernate
0 stars 0 forks source link

bugs #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Original issue reported on code.google.com by smoking....@gmail.com on 7 Mar 2008 at 3:19

GoogleCodeExporter commented 9 years ago
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. 

Original comment by mni...@gmail.com on 9 Mar 2008 at 9:26

GoogleCodeExporter commented 9 years ago
why?
code:

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

Original comment by smoking....@gmail.com on 10 Mar 2008 at 6:51

GoogleCodeExporter commented 9 years ago
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. 

Original comment by mni...@gmail.com on 10 Mar 2008 at 2:14