jooq/jOOQ
Lukas Eder 16efd8d2fb [#912] Add <R extends Record> R newRecord(Table<R>, Object) as the inverse of various into(Class<?>) methods
[#932] Let the bound of R in TableRecord extend TableRecord<R>, in UpdatableRecord to extend UpdatableRecord<R>
[#934] Don't consider static members in reflection utilities when used with Record.into(Class<?>) and similar methods
[#935] Don't consider final member fields in reflection utilities when used with Record.into(Class<?>) and similar methods
2011-11-12 13:05:57 +00:00
..
.settings Unified Eclipse settings for imports/static imports. Avoid importing * 2011-11-05 12:07:34 +00:00
src [#912] Add <R extends Record> R newRecord(Table<R>, Object) as the inverse of various into(Class<?>) methods 2011-11-12 13:05:57 +00:00
.classpath
.gitignore Added some .gitignore files 2011-08-07 16:31:32 +00:00
.project
LICENSE.txt
pom.xml [#898] Replace usage of checked SQLException by an unchecked DataAccessException, similar to that of Spring 2011-11-04 16:07:08 +00:00