John Tims
ea3efae5d5
Querydsl 4.4.0-SNAPSHOT
2020-06-03 06:45:31 -06:00
John Tims
c038ffcded
Merge branch 'null-expression' of git://github.com/Danepic/querydsl into Danepic-null-expression
2020-05-28 08:06:30 -06:00
John Tims
c0cf15d1b1
Merge pull request #2373 from yorlov/master
...
Replace 'while' and 'for' loop to 'foreach'
2020-05-27 06:52:08 -06:00
John Tims
aee2f56adb
Querydsl 4.3.2-SNAPSHOT
2020-03-26 16:12:09 -06:00
John Tims
d514fd024f
Querydsl 4.3.1
2020-03-26 12:54:48 -06:00
John Tims
a8b2f49535
Bump version to 4.3.1-SNAPSHOT
2020-03-15 17:55:55 -06:00
John Tims
043a871638
Querydsl 4.3.0
2020-03-13 12:08:27 -06:00
Ido Salomon
c1dc00ca66
Revert "issue-2303: Consider optimising AbstractSQL::newInstance (becomes a bottleneck for small queries)"
...
This reverts commit 1b2af5510d .
2020-03-02 23:28:19 +02:00
Rajesh Balamohan
1b2af5510d
issue-2303: Consider optimising AbstractSQL::newInstance (becomes a bottleneck for small queries)
2020-03-02 18:42:27 +02:00
Pavel Polívka
383236b3c9
Hibernate 5 3 fix proper solution ( #2354 )
...
* Fix: Hibernate compatibility issues (up to at least 5.4)
2020-02-29 17:31:53 +02:00
Danilo
c90bd88b54
Support Character.class in EnumConversion
2020-02-08 17:24:38 +02:00
John Tims
a221cd4d34
Querydsl 4.2.3-SNAPSHOT
2019-11-24 09:45:17 -07:00
John Tims
f2107a8242
Querydsl 4.2.2
2019-11-23 12:20:24 +02:00
Unknown
455a0e2e00
NullExpression with type
2019-02-08 03:36:21 -02:00
Yuri Orlov
97bfe08d68
Replace 'while' and 'for' loop to 'foreach'
2018-10-27 17:43:33 +03:00
Timo Westkämper
8321eeab36
Querydsl 4.2.1
2018-03-20 19:04:55 +02:00
Timo Westkämper
8e9bfeaea5
Fixes for release
2018-03-18 19:17:17 +02:00
Timo Westkämper
e709bf6334
Merge pull request #2269 from querydsl/querydsl-4.2.0
...
Querydsl 4.2.0
2018-03-17 19:03:36 +02:00
Ruben Dijkstra
62d0ad4d76
Merge pull request #2241 from reegnz/fix-throws-javadoc
...
Explicitly declare NonUniqueResultException for fetchOne
2018-03-14 13:50:41 +01:00
Timo Westkämper
964d6ce769
Querydsl 4.2.0
2018-03-13 18:54:25 +02:00
Ruben Dijkstra
dde4771aab
Fix inverted equals expression in ne()
2018-03-09 14:27:39 +01:00
Zoltán Reegn
3a74aaeabc
Explicitly declare NonUniqueResultException for fetchOne
...
Fetchable.fetchOne() declares in it's javadoc that it throws
NonUniqueResultException. It should therefore be explicitly declared in
the method signature as well.
All implementations must also declare in their signature that they throw.
This also has the desirable side-effect of the javadoc of all of the
implementors inheriting the @throws section from the javadoc of the
interface as well.
Fixes #2232
2018-01-16 14:03:05 +01:00
Timo Westkämper
35d549e2d9
Bump version
2016-09-05 22:35:47 +03:00
Timo Westkämper
36399e0e67
Querydsl 4.1.4
2016-09-05 20:30:16 +03:00
Timo Westkämper
a5e39ffa98
Merge pull request #1970 from querydsl/i1958
...
Initialize ConstructorExpression eagerly
2016-07-22 23:59:45 +03:00
Timo Westkämper
ab6f3f366e
Fix serialization
2016-07-22 21:16:08 +03:00
Ruben Dijkstra
2688cd7a9b
Add serializability test for ConstructorExpression
2016-07-19 15:54:16 +02:00
Ruben Dijkstra
1833e64855
Add thread safety test for ConstructorExpression
2016-07-19 15:54:09 +02:00
Ruben Dijkstra
0d2a6e4eba
Extract class for Thread Safety checks
2016-07-19 15:54:08 +02:00
Marvin Froeder
a2760a2c43
Fixed map grouping by, was generating an invalid jpql query
2016-07-18 13:23:51 +12:00
Timo Westkämper
64a05e7b1f
Initialize ConstructorExpression eagerly
2016-07-16 09:56:35 +03:00
Timo Westkämper
1a1b7f42d6
Bump version
2016-07-01 17:54:07 +03:00
Timo Westkämper
28f8f45524
Querydsl 4.1.3
2016-06-30 22:13:48 +03:00
Timo Westkämper
fc8b5da0fb
Merge pull request #1935 from querydsl/i1933
...
Use default locale instead of ENGLISH
2016-06-30 21:59:27 +03:00
Timo Westkämper
d91b5d9159
Use default locale instead of ENGLISH
2016-06-30 21:22:32 +03:00
Timo Westkämper
f7dec5b73d
Merge pull request #1930 from querydsl/i1929
...
Fix template handling
2016-06-30 19:43:25 +03:00
Timo Westkämper
0cff0fc799
Fix numeric type usage
2016-06-24 13:31:42 +03:00
Timo Westkämper
2a34ed63b3
Add test
2016-06-24 11:02:06 +03:00
Timo Westkämper
e6eba39ea2
Add set support
2016-06-20 00:41:14 +03:00
Ruben Dijkstra
2492722f90
Merge pull request #1918 from ruisalgado/issue#1908-improve-templates-public-api
...
Replace concrete ImmutableList with List interface in public api
2016-06-16 21:43:16 +02:00
Rui Salgado
754a9d1e7d
Replace concrete ImmutableList with List interface in public api
...
Deprecates methods that take concrete ImmutableList.
Intention is to avoid mistakes with other list implementations
being dispatched to a different method overload, intended for varargs.
Resolves #1908
2016-06-12 20:59:04 +01:00
Timo Westkämper
6ebc98a18d
Improve init handling
...
Improve PathInits default resolving
2016-06-11 14:35:03 +03:00
Timo Westkämper
9c4a4415db
Merge pull request #1910 from querydsl/generic-exporter-method-handling
...
Make method handling compatible with APT logic
2016-06-11 14:30:32 +03:00
Ruben Dijkstra
1f921bcee5
Add missing notIn(Expression<? extends T>...) method
2016-06-09 08:38:49 +02:00
Timo Westkämper
c8f5d699c5
Make method handling compatible with APT logic
2016-06-05 19:57:20 +03:00
Timo Westkämper
9786615550
Bump version
2016-05-31 23:04:02 +03:00
Timo Westkämper
9597480d20
Querydsl 4.1.2
2016-05-31 22:30:10 +03:00
Timo Westkämper
d4b229ba79
Add optional suffix
2016-05-28 21:45:20 +03:00
Timo Westkämper
e6a463ff10
Bump version
2016-05-16 08:00:02 +03:00
Timo Westkämper
847a5c3d8b
Querydsl 4.1.1
2016-05-15 23:48:03 +03:00