Experiences and best practices with Spring / Spring Data

2016-09-06 Thread Janne Hyötylä
Hello, We are starting a new project based on Spring Boot and have selected jOOQ as our main DB querying framework. Does anybody have experiences with Spring and jOOQ? None of our devs have used jOOQ so far, so I'm looking for best practices and possible pitfalls. Since Spring Boot already

Re: Generate table classes with Table as suffix or similar?

2016-09-15 Thread Janne Hyötylä
We recently did exactly this. If somebody is interested in a "copy-paste-solution": PASCAL $0_TABLE Cheers Janne

Re: Experiences and best practices with Spring / Spring Data

2016-12-04 Thread Janne Hyötylä
ny details > of the above, please do ask and I'll be very happy to help. > > Cheers, > Lukas > > [1]: > http://www.jooq.org/javadoc/latest/org/jooq/impl/DefaultRecordMapper.html > [2]: > http://info.michael-simons.eu/2015/09/09/jooq-and-spring-manage-your-recordmappers-as-components > [