Rob Bygrave
|
bdd4370fe3
|
no effective change - format only
|
2016-11-17 19:17:34 +13:00 |
|
Rob Bygrave
|
01f551a951
|
#875 - Changes to support ElasticSearch 5.x
|
2016-11-12 01:05:13 +13:00 |
|
Rob Bygrave
|
482d454fc3
|
#875 - Changes to support ElasticSearch 5.x
|
2016-11-11 23:43:13 +13:00 |
|
Thibault Meyer
|
ec6a8f5ea2
|
Replace "for" with "foreach"
|
2016-11-08 09:06:13 +01:00 |
|
Rob Bygrave
|
376cb9ebcb
|
#869 - Clash on bind hash value for query cache with consecutive values of "01","20" and "02", "10"
|
2016-11-07 23:47:29 +13:00 |
|
Thibault Meyer
|
969a3c8b8d
|
Replace explicit type with <>
|
2016-11-06 10:00:12 +01:00 |
|
Roland Praml
|
3701b314a0
|
FIX some java warnings / rawtypes
|
2016-11-04 12:19:38 +01:00 |
|
Rob Bygrave
|
3526f71f0a
|
#99 - ENH (419) : Simplify aggregation queries
|
2016-11-02 22:10:22 +13:00 |
|
Robin Bygrave
|
014a9aef6f
|
#826 - Remove deprecated methods - migrate findRowCount() to findCount() & findFutureRowCount() to findFutureCount()
|
2016-10-03 22:31:33 +13:00 |
|
Robin Bygrave
|
c427009b93
|
#812 - Remove deprecated includeSoftDeletes() ... migrate to setIncludeSoftDeletes()
|
2016-08-05 13:47:32 +12:00 |
|
Robin Bygrave
|
43afaf1344
|
#811 - ENH: Restore findIterate() as alternative to findEach / findEachWhile
|
2016-08-05 13:01:42 +12:00 |
|
Robin Bygrave
|
876476fdc1
|
#804 - Remove API - findMap(property, type) ... migrate to query.setMapKey()
|
2016-08-04 20:30:18 +12:00 |
|
Robin Bygrave
|
81de83a6e7
|
#803 - Fix generics on findMap() to ... <K> Map<K, T> findMap();
|
2016-08-04 20:23:11 +12:00 |
|
Robin Bygrave
|
3c6eab6c85
|
#802 - Find generics on findIds() - refactor internals of find ids to use find single attribute
|
2016-08-04 17:28:41 +12:00 |
|
Robin Bygrave
|
1be30f1671
|
#125 - ENH: Add support for query returning a List of single Attribute type
|
2016-08-04 16:41:50 +12:00 |
|
Robin Bygrave
|
dc7c854432
|
#788 - Deprecate findRowCount() ... add findCount(). Effectively renaming findRowCount() to findCount()
|
2016-07-31 19:06:21 +12:00 |
|
Robin Bygrave
|
3f8b389999
|
EQL - parsing BETWEEN property expressions
|
2016-07-13 09:48:58 +12:00 |
|
Robin Bygrave
|
3fad4aae2f
|
EQL - parsing IN expressions
|
2016-07-12 23:29:34 +12:00 |
|
Robin Bygrave
|
ceab95e6c2
|
EQL - Simplify nested query where expressions after parsing
|
2016-07-12 22:51:02 +12:00 |
|
Robin Bygrave
|
84b37fb014
|
EQL Named parameter support for Like and ieq
|
2016-07-12 21:56:43 +12:00 |
|
Robin Bygrave
|
1a1c432c2a
|
Initial add of SpiNamedParam
|
2016-07-12 20:45:33 +12:00 |
|
Robin Bygrave
|
c793d6652f
|
#745 - ElasticSearch - internally translate where().id.eq(42) ... to where().setId(42)
|
2016-06-20 22:29:38 +12:00 |
|
Robin Bygrave
|
d12e55c20b
|
#744 - ElasticSearch - isEmpty() expression needs to have outer not:{} negation to work as per ..
|
2016-06-20 21:32:05 +12:00 |
|
Robin Bygrave
|
3477f590dd
|
#743 - Fix issue with ElasticSearch nested path query with multiple nested path expressions
|
2016-06-20 20:57:45 +12:00 |
|
Robin Bygrave
|
6bbf93aba8
|
No effective change - extract private constant in DefaultExpressionList
|
2016-06-20 13:14:28 +12:00 |
|
Robin Bygrave
|
71f70c01ae
|
#727 - ENH: Add endOr(), endAnd(), endNot() ... to ExpressionList as synonym for endJunction()
|
2016-06-01 16:03:30 +12:00 |
|
Robin Bygrave
|
6c7074e288
|
#120 - ENH: Add support for using where() on bulk Update statements
|
2016-05-23 22:24:07 +12:00 |
|
Robin Bygrave
|
b2a3f0c99b
|
#718 - Remove findPagedList(pageIndex, pageSize) ... migrate to setFirstRows().setMaxRows().findPagedList()
|
2016-05-20 23:04:35 +12:00 |
|
Robin Bygrave
|
662be92a16
|
#717 - Remove findIterate() ... migrate to findEach() or findEachWhile()
|
2016-05-20 22:38:07 +12:00 |
|
Robin Bygrave
|
a20822a9e1
|
#715 - isNull() expression on @OneToMany or @ManyToMany produces incorrect SQL - should translate this to be same as isEmpty() and result in exists subquery
|
2016-05-20 17:53:11 +12:00 |
|
Robin Bygrave
|
b197d8a637
|
#695 - ENH: Add @DbArray for storing scalar types (UUID, Long, String) to Postgres ARRAY type
|
2016-05-09 22:38:51 +12:00 |
|
Robin Bygrave
|
2b602f6e51
|
#570 - ENH: Add ability to configure eBean to use true "ilike" expression
|
2016-05-06 14:26:08 +12:00 |
|
Robin Bygrave
|
640db2267f
|
#642 - ENH: Add support for OneToMany expression isEmpty() / isNotEmpty() ... which is effectively an EXISTS and NOT EXISTS subquery
|
2016-04-08 13:44:54 +12:00 |
|
Robin Bygrave
|
4059034891
|
#642 - ENH: Add support for OneToMany expression isEmpty() / isNotEmpty() ... which is effectively an EXISTS and NOT EXISTS subquery
|
2016-04-08 13:41:43 +12:00 |
|
Robin Bygrave
|
de6ba31996
|
#627 - Rename Query.includeSoftDeletes() to Query.setIncludeSoftDeletes()
|
2016-03-29 16:38:09 +13:00 |
|
Robin Bygrave
|
32f4a56ab4
|
#626 - ENH: Add support for where().idIn(...) using varargs
|
2016-03-29 16:10:00 +13:00 |
|
Robin Bygrave
|
6fe557e237
|
#616 - No effective change - rename methods
|
2016-03-23 18:11:25 +13:00 |
|
Robin Bygrave
|
a227f8c469
|
#616 - ElasticSearch expression - IllegalArgumentException: unhandled type class org.example.domain.Customer
|
2016-03-23 18:08:37 +13:00 |
|
Robin Bygrave
|
62f88c9e4f
|
#607 - bool conversion for and(), or() and not()
|
2016-03-18 16:19:41 +13:00 |
|
Robin Bygrave
|
42f65ead47
|
#607 - must(), should(), mustNot() always mark setUseDocStore(true);
|
2016-03-18 16:17:32 +13:00 |
|
Robin Bygrave
|
8e98e88e8a
|
#607 - Tidy "text" extensions to criteria API - remove endMust(), endShould(), endMustNot() ... just use endJunction()
|
2016-03-18 14:24:07 +13:00 |
|
Robin Bygrave
|
5de67e1939
|
#606 - Add not() as a junction expression (like and() and or()) to the query criteria API
|
2016-03-18 14:11:51 +13:00 |
|
Robin Bygrave
|
3ddd7099b5
|
#605 - Add and() and or() ... as synonyms for conjunction() and disjunction() ... to the "Query Criteria API"
|
2016-03-18 13:06:10 +13:00 |
|
Robin Bygrave
|
636acc61e5
|
#594 ElasticSearch - Add match / TextExpression support - move expressions onto ExpressionList (remove TextExpressionList)
|
2016-03-18 12:51:39 +13:00 |
|
Robin Bygrave
|
049bf76cc4
|
#594 - ElasticSearch - Add support for TextSimple, TextQueryString and TextCommon full text search expressions
|
2016-03-11 14:52:27 +13:00 |
|
Robin Bygrave
|
75a84af3f8
|
#594 - ElasticSearch - Use AbstractTextExpression
|
2016-03-10 11:30:42 +13:00 |
|
Robin Bygrave
|
faf7df1c69
|
#594 - ElasticSearch - multi match support
|
2016-03-09 23:44:23 +13:00 |
|
Robin Bygrave
|
34dcc98908
|
#594 - ElasticSearch - Add match / TextExpression support (Full text search expression)
|
2016-03-09 21:48:22 +13:00 |
|
Robin Bygrave
|
37b86f2191
|
#589 - ElasticSearch - refactor to DocQueryContext
|
2016-03-08 00:00:02 +13:00 |
|
Robin Bygrave
|
53dd810b9a
|
#587 - Refactor - Change JsonContext.getScalar() to JsonContext.writeScalar()
|
2016-03-03 23:38:09 +13:00 |
|