Jan-Willem Gmelig Meyling
0fb26e84c8
[ #2479 ] Migrate off of JSR305
2020-12-31 17:52:35 +01:00
Jan-Willem Gmelig Meyling
98607341da
Fix LuceneQuery toString
2020-12-25 18:47:10 +01:00
Jan-Willem Gmelig Meyling
20bf5758d2
Removed Guava's CharMatcher occurrences
2020-12-25 17:52:04 +01:00
Jan-Willem Gmelig Meyling
7f9849e86d
Removed Guava Collection occurrences
2020-12-23 23:38:21 +01:00
Jan-Willem Gmelig Meyling
33ea95a912
Replace Guava Iterables
2020-11-01 00:01:30 +01:00
Jan-Willem Gmelig Meyling
a6b5d0ad6b
Replace Guava Function
2020-10-31 23:36:32 +01:00
Jan-Willem Gmelig Meyling
36f1299abc
Replace Guava API's with Java 8 ones
2020-10-31 23:35:47 +01:00
Jan-Willem Gmelig Meyling
9f859baccc
Java 6/7/8 performance upgrades and migrations
2020-10-26 22:59:40 +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
John Tims
5baa9ec576
Remove duplicate lucene logic
2015-12-30 12:06:30 +01:00
John Tims
3eaa5c2839
Merge pull request #1714 from querydsl/like-ignore-case-lucene
...
Add missing IgnoreCaseUnsupportedException to the lucene modules
2015-12-24 14:55:19 -07:00
Ruben Dijkstra
8509767dc2
Merge pull request #1698 from querydsl/i1676
...
Use TotalHitCountCollector for count queries
2015-12-20 15:12:53 +01:00
Ruben Dijkstra
52bcd89f28
Add missing IgnoreCaseUnsupportedException to the lucene modules
2015-12-16 00:16:51 +01:00
John Tims
f2c01e3396
Merge pull request #1711 from querydsl/line-endings
...
Normalize line endings to lf
2015-12-15 13:41:52 -07:00
Ruben Dijkstra
e6f2410a54
Normalize line endings to lf
2015-12-13 22:55:32 +01:00
Timo Westkämper
183ba05737
Escape query.toString()
2015-12-12 11:20:43 +02:00
Timo Westkämper
24cfa80939
Use TotalHitCountCollector for count queries
2015-12-09 21:52:55 +02:00
Timo Westkämper
2c195ffa62
Get rid of capitalized test method names
2015-11-30 20:05:56 +02:00
Timo Westkämper
0c5353e0cd
Improve in serialization
2015-09-17 22:46:28 +03:00
Timo Westkämper
643b2ab9cd
Add between tests
2015-08-03 19:12:52 +03:00
Timo Westkämper
a79919f4f3
Improve type level javadocs
2015-05-28 22:50:18 +03:00
Timo Westkämper
cda85adc3a
Fix whitespace for querydsl-lucene3
2015-05-13 23:08:24 +03:00
Timo Westkämper
6b18460a75
Fix braces
2015-05-13 23:07:06 +03:00
Timo Westkämper
dc0a4d0d1b
Extend Checkstyle checks
2015-05-13 23:07:05 +03:00
Timo Westkämper
bb64b6f764
Remove unnecessary unboxing
2015-05-10 18:45:21 +03:00
Timo Westkämper
ea42efbd03
Extend Checkstyle checks for tests
2015-05-10 00:39:35 +03:00
Timo Westkämper
059148d2c4
Extend Checkstyle checks
2015-05-09 23:08:31 +03:00
John Tims
90fbc3d8c6
Remove trailing whitespace in querydsl-lucene3
2015-05-09 00:56:33 -04:00
Timo Westkämper
bf881bebef
Add Override annotation
2015-05-08 22:06:48 -04:00
Timo Westkämper
01e2a718cf
Update copyright
2015-05-08 19:05:24 +03:00
Timo Westkämper
27cc7ee0aa
Merge pull request #1334 from querydsl/core-javadocs
...
Improve javadocs for querydsl-core
2015-05-06 18:30:51 +03:00
Timo Westkämper
7064ca4f27
Improve javadocs for querydsl-lucene3/4
2015-05-02 23:53:48 +03:00
Timo Westkämper
d1105cf2c4
Improve javadocs for querydsl-core
2015-05-01 21:55:15 +03:00
Timo Westkämper
85e46b6a72
Rename fetchIterate to iterate
2015-04-22 23:12:58 +03:00
Timo Westkämper
4428f5d84f
Separate projection from query execution
2015-04-22 23:12:53 +03:00
Ruben Dijkstra
0848a0834a
Remove compiler warnings from raw Constant usage
2015-03-30 10:44:21 +02:00
Timo Westkämper
1ed736b468
Combine package contents
2015-03-26 19:22:22 +02:00
Timo Westkämper
fa07c83658
Changes to Expression instance creation
2015-03-26 19:19:59 +02:00
Timo Westkämper
9026fdad91
Add type property to Operator
2015-02-09 22:37:16 +02:00
Timo Westkämper
15e4f79625
Simplify Operator usage
2015-02-07 23:41:47 +02:00
Timo Westkämper
3a882b72a9
Move packages from com.mysema.query to com.querydsl
2015-01-20 23:56:59 +02:00
Timo Westkämper
1ac0b12ddf
Improve serialization
...
Add tests
2014-08-19 22:48:27 +03:00
Timo Westkämper
604e64a265
Support any paths
2014-08-19 22:37:43 +03:00
Timo Westkämper
732147c1d7
Reduce logging
2014-04-30 11:45:17 +03:00
Timo Westkämper
ef7c72ce02
Add factory method to create Constant instances
2013-11-28 15:46:22 +02:00
Timo Westkämper
964fbf5e63
Remove prefixes in localnames #532
2013-11-10 20:41:49 +02:00
Timo Westkämper
70b09482e7
Add LuceneOps and MongodbOps
...
Use namespaced operators everywhere #532
2013-10-28 21:25:24 +02:00
Timo Westkämper
91cdacbb61
Add direct not-in template #516
2013-10-08 18:17:07 +04:00
Timo Westkämper
cd886ed1ec
Add protected access to createQuery()
...
Add asFilter #491
2013-09-08 23:07:33 +03:00
Timo Westkämper
e097386e34
Add support for multiple filters #492
2013-09-08 21:51:29 +03:00