jooq/jOOQ-spring
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/main/java/org/jooq/util/spring [#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 [#897] Add Spring integration project 2011-11-04 16:19:49 +00:00
.gitignore Added missing LICENSE.txt to all projects 2011-11-04 16:24:41 +00:00
.project [#897] Add Spring integration project 2011-11-04 16:19:49 +00:00
LICENSE.txt Added missing LICENSE.txt to all projects 2011-11-04 16:24:41 +00:00
pom.xml [#897] Add Spring integration project 2011-11-04 16:19:49 +00:00