Commit Graph

5217 Commits

Author SHA1 Message Date
Steve Ebersole b101ffbf79 6 - SQM based on JPA type system
- moving SQM-specific tests from wip/6.0
2019-09-12 10:42:32 +01:00
Steve Ebersole 00da979e70 6 - SQM based on JPA type system
- compilation errors down to zero and some test failure causes addressed
2019-09-12 10:42:32 +01:00
Andrea Boriero 268f479b16 6 - SQM based on JPA type system 2019-09-12 10:42:32 +01:00
Andrea Boriero b9d07df7f2 6 - SQM based on JPA type system 2019-09-12 10:42:32 +01:00
Andrea Boriero 944e15ce12 6 - SQM based on JPA type system 2019-09-12 10:42:32 +01:00
Andrea Boriero 697aeb2f82 6 - SQM based on JPA type system 2019-09-12 10:42:31 +01:00
Andrea Boriero 588f11684d 6 - SQM based on JPA type system 2019-09-12 10:42:31 +01:00
Andrea Boriero 711aaec3c9 6 - SQM based on JPA type system 2019-09-12 10:42:31 +01:00
Andrea Boriero 8f63e3176e 6 - SQM based on JPA type system 2019-09-12 10:42:31 +01:00
Andrea Boriero 407d46200c 6 - SQM based on JPA type system 2019-09-12 10:42:31 +01:00
Andrea Boriero 197b8e69e0 6 - SQM based on JPA type system 2019-09-12 10:42:31 +01:00
Andrea Boriero 42bd76d565 6 - SQM based on JPA type system 2019-09-12 10:42:31 +01:00
Andrea Boriero 665808b5af 6 - SQM based on JPA type system 2019-09-12 10:42:31 +01:00
Andrea Boriero b05029e6ac 6 - SQM based on JPA type system 2019-09-12 10:42:31 +01:00
Andrea Boriero 911c0220fe 6 - SQM based on JPA type system 2019-09-12 10:42:31 +01:00
Andrea Boriero a15774b7e0 6 - Remove setParameter(... Type type) methods in favour of setParameter( AllowableParameterType type) 2019-09-12 10:42:31 +01:00
Andrea Boriero a5414d2324 6 - Remove NativeQuery<T> addScalar(String columnAlias, Type type) in favour of NativeQuery<T> addScalar(String columnAlias, BasicDomainType type) 2019-09-12 10:42:31 +01:00
Andrea Boriero 44e01cdf7e 6 - SQM based on JPA type system 2019-09-12 10:42:31 +01:00
Andrea Boriero dd5d399f27 6 - SQM based on JPA type system 2019-09-12 10:42:31 +01:00
Andrea Boriero 3f3e4c24e8 6 - SQM based on JPA type system 2019-09-12 10:42:31 +01:00
Andrea Boriero f436d18bf2 6 - SQM based on JPA type system 2019-09-12 10:42:31 +01:00
Andrea Boriero d99a3f1938 6 - SQM based on JPA type system 2019-09-12 10:42:31 +01:00
Andrea Boriero 3dbcf28b41 6 - SQM based on JPA type system 2019-09-12 10:42:31 +01:00
Andrea Boriero 4fc456e9c1 6 - SQM based on JPA type system 2019-09-12 10:42:31 +01:00
Andrea Boriero 9b586aec45 6 - SQM based on JPA type system 2019-09-12 10:42:31 +01:00
Andrea Boriero ff1650c66c 6 - SQM based on JPA type system 2019-09-12 10:42:31 +01:00
Andrea Boriero 4fd34e4a57 6 - SQM based on JPA type system 2019-09-12 10:42:31 +01:00
Andrea Boriero 0a95c8c815 6 - SQM based on JPA type system 2019-09-12 10:42:30 +01:00
Andrea Boriero 86ccb2115b 6 - SQM based on JPA type system 2019-09-12 10:42:30 +01:00
Andrea Boriero ff59a1301d 6 - SQM based on JPA type system 2019-09-12 10:42:30 +01:00
Andrea Boriero d1b86c2a72 6 - SQM based on JPA type system 2019-09-12 10:42:30 +01:00
Andrea Boriero 430a765888 6 - SQM based on JPA type system 2019-09-12 10:42:30 +01:00
Andrea Boriero 0bf8cd1266 6 - SQM based on JPA type system 2019-09-12 10:42:30 +01:00
Andrea Boriero c50c95a691 6 - SQM based on JPA type system 2019-09-12 10:42:30 +01:00
Andrea Boriero 40fb8dc254 6 - SQM based on JPA type system 2019-09-12 10:42:30 +01:00
Andrea Boriero 21cd25f520 6 - SQM based on JPA type system 2019-09-12 10:42:30 +01:00
Steve Ebersole 1713e82d24 6 - SQM based on JPA type system
- focus on reducing compilation errors
2019-09-12 10:42:30 +01:00
Andrea Boriero 3d5209d105 6 - SQM based on JPA type system 2019-09-12 10:42:30 +01:00
Steve Ebersole fbe622fce6 6 - SQM based on JPA type system
- focus on reducing compilation errors
2019-09-12 10:42:30 +01:00
Andrea Boriero 3d59cef873 6 - SQM based on JPA type system - 2019-09-12 10:42:30 +01:00
Andrea Boriero ffb704b532 6 - SQM based on JPA type system 2019-09-12 10:42:30 +01:00
Steve Ebersole 18a52483ef 6 - SQM based on JPA type system
- focus on reducing compilation errors
2019-09-12 10:42:30 +01:00
Andrea Boriero 83a9618614 6 - SQM based on JPA type system 2019-09-12 10:42:30 +01:00
Steve Ebersole a6597f872e 6 - SQM based on JPA type system
- focus on reducing compilation errors
2019-09-12 10:42:30 +01:00
Andrea Boriero c0cabdbfe8 6 - SQM based on JPA type system 2019-09-12 10:42:30 +01:00
Andrea Boriero f48f486ec6 6 - SQM based on JPA type system 2019-09-12 10:42:30 +01:00
Andrea Boriero a769d47a9a 6 - SQM based on JPA type system 2019-09-12 10:42:30 +01:00
Andrea Boriero 230a819065 6 - SQM based on JPA type system 2019-09-12 10:42:30 +01:00
Andrea Boriero 398ef8d640 6 - SQM based on JPA type system 2019-09-12 10:42:29 +01:00
Steve Ebersole f17895e2d5 6 - SQM based on JPA type system
- focus on reducing compilation errors
2019-09-12 10:42:29 +01:00