Re: persistence layer

2013-12-05 Thread Lukas Eder
teria built on JPA: > > > Qeury q = new Qeury(); > > > q.add(Book_.PublishedIn. Op.eq, 2011); q.orderBy(Book_.title); > > > List books = q.list(); > > > > > > The last way is more Java for sure, people who even has no SQL > > > knowledge can wr

Re: persistence layer

2013-11-28 Thread Lukas Eder
lopers are > used to static type too much, they are not willing > to write any code that cannot be checked by compiler. Type safe is the > reason that no ORM is perfect, and it can never be. > > In summary, I don't think dropping in any ORM can solve problem perfectly, >

Re: persistence layer

2013-11-26 Thread Lukas Eder
Dear CloudStack developers, This thread has caught my attention and I thought I might chime in and give you some background information about jOOQ, JDBC, RDBMS in general (I work for Data Geekery, the company behind jOOQ). I've already had the pleasure to talk to Darren on the jOOQ User Group and