Re: [sqlite] looking for a solution of Object/Relation Mapping with sqlite

2009-09-11 Thread Wenbo Zhao
sed on Hibernate) to create a > query with 25 left outer joins. > > If your objects and queries are simple, there's no harm in coding the > database access by hand. > > - Original Message - > From: "Wenbo Zhao" > To: > Sent: Thursday, September

Re: [sqlite] looking for a solution of Object/Relation Mapping with sqlite

2009-09-10 Thread Jim Showalter
t: Thursday, September 10, 2009 8:12 PM Subject: [sqlite] looking for a solution of Object/Relation Mapping with sqlite > Hi, all > I have been looking for a simple and practical solution of > Object/Relation > Mapping over JDBC > to use with sqlite. I think this should be a com

[sqlite] looking for a solution of Object/Relation Mapping with sqlite

2009-09-10 Thread Wenbo Zhao
Hi, all I have been looking for a simple and practical solution of Object/Relation Mapping over JDBC to use with sqlite. I think this should be a common problem for all users who write app with sqlite in java. On the net, it seems everybody is talking about Hibernate in this field. I'm new in t