Re: [REQUEST FOR FEEDBACK]: What small but incredibly useful utility are you missing the most in jOOQ?

2016-12-08 Thread Lukas Eder
Hi Max, Thank you very much for your suggestion. Note that the @Column annotation jOOQ currently "supports" is JPA's standard annotation for interoperability reasons, so jOOQ cannot change its behaviour. Your idea sounds similar to Hibernate's @Formula. I was personally never convinced that

Re: [REQUEST FOR FEEDBACK]: What small but incredibly useful utility are you missing the most in jOOQ?

2016-12-08 Thread Max Kremer
Hi Lukas, I've taken some time to think of a cool feature that would useful. It would be really handy to if column annotation was extensible enough to take valid select clause expression as input and make it available to a pojo getter. Best illustrated by example: @Column(expression =