Robin Bygrave
|
5bcfce9cd4
|
#684 - Refactor - rename @CacheStrategy to @Cache ... require explicit enableQueryCache=true for query cache use
|
2016-04-29 21:52:50 +12:00 |
|
Robin Bygrave
|
bf75af85c1
|
#681 - Remove SqlQuery.cancel() ... migrate to SqlQuery.findEachWhile() and stop while iterating
|
2016-04-29 09:05:36 +12:00 |
|
Robin Bygrave
|
5cf2d3c39a
|
#680 - Remove deprecated SqlQuery.findFutureList()
|
2016-04-29 08:49:07 +12:00 |
|
Robin Bygrave
|
840c5f8992
|
#679 - Remove SqlQuery.setListener() ... migrate to SqlQuery.findEach() or SqlQuery.findEachWhile()
|
2016-04-29 08:43:30 +12:00 |
|
Robin Bygrave
|
f867cd4c01
|
#678 - Remove SqlQuery.findSet() and SqlQuery.findMap() ... migrate to use SlqQuery.findList()
|
2016-04-29 08:37:52 +12:00 |
|
Robin Bygrave
|
8a84eaf7a7
|
#675 - ENH: Add SqlQuery.findEach() and SqlQuery.findEachWhile() methods ... to replace setListener()
|
2016-04-28 22:15:41 +12:00 |
|
Robin Bygrave
|
4cec878242
|
#662 - Postgres Timestamp with time zone testing
|
2016-04-26 16:41:11 +12:00 |
|
Robin Bygrave
|
2c6f637dab
|
#646 - REFACTOR: L2 cache towards remote data grid caches (like Ignite etc)
|
2016-04-12 23:20:16 +12:00 |
|
Robin Bygrave
|
fdb2965d6e
|
#622 - Set interrupted status for findFutureList() ... (specifically the FutureList.getUnchecked() methods)
|
2016-03-25 16:49:03 +13:00 |
|
Robin Bygrave
|
e57ce7a6c4
|
#611 - findRowCount ignores @SoftDelete, does not add predicate
|
2016-03-22 10:35:20 +13:00 |
|
Robin Bygrave
|
db9d39ef61
|
#583 - MSSQL Server - Delete query syntax error, mssql does not like the table alias in the delete statement
|
2016-03-15 01:03:08 +13:00 |
|
Robin Bygrave
|
0ca4f92b26
|
#592 - Fetched empty collection of null child of parent entity
|
2016-03-14 20:10:07 +13:00 |
|
Robin Bygrave
|
b99f002968
|
#599 - ElasticSearch - add query join support for find, findList, findPagedList, findEach, findEachWhile
|
2016-03-14 17:40:26 +13:00 |
|
Robin Bygrave
|
49121a9c1f
|
#595 - Refactor - persistence context root type handling - fully expect root type
|
2016-03-11 20:54:57 +13:00 |
|
Robin Bygrave
|
cf62ea4c2f
|
#595 - Refactor - persistence context root type handling
|
2016-03-11 17:34:45 +13:00 |
|
Robin Bygrave
|
583fc11945
|
#593 - Refactor SPI - Move methods from ElPropertyValue to ExpressionPath
|
2016-03-08 21:02:39 +13:00 |
|
Robin Bygrave
|
8d3b4a0407
|
#304 - ElasticSearch integration part 1 / doc store integration
|
2016-03-01 15:36:44 +13:00 |
|
Robin Bygrave
|
6561c118ec
|
#575 - Refactor PathProperties, extract FetchPath interface, rename get(path) -> getProperties(path)
|
2016-02-29 10:22:59 +13:00 |
|
Robin Bygrave
|
5c6d6608ef
|
#566 - Refactor internals - Initial tidy on OrmQueryDetail and OrmQueryDetailProperties - internals for fetch paths etc
|
2016-02-17 13:59:48 +13:00 |
|
Robin Bygrave
|
2fcaab44c6
|
#566 - Refactor internals - Initial tidy on OrmQueryDetail and OrmQueryDetailProperties
|
2016-02-17 10:52:55 +13:00 |
|
Robin Bygrave
|
3d91a4f927
|
#566 - Refactor internals - SpiExpression, add prepareExpression() to merge queryAutoTuneHash() and queryPlanHash() - sameByPlan() & sameByBind()
|
2016-02-15 23:44:56 +13:00 |
|
Robin Bygrave
|
ca944eb756
|
#566 - Refactor internals - SpiExpression, add prepareExpression() to merge queryAutoTuneHash() and queryPlanHash() - refactor InQuery and Exists query
|
2016-02-13 20:52:41 +13:00 |
|
Robin Bygrave
|
8a8b36ec1e
|
#462 - When fetching, collections can get populated with too many entities - Fix
|
2016-02-13 00:43:47 +13:00 |
|
Robin Bygrave
|
62aca1e77b
|
#462 - When fetching, collections can get populated with too many entities - Fix
|
2016-02-12 23:33:17 +13:00 |
|
Robin Bygrave
|
e7c6223799
|
#530 - Bad join with raw() expression on a @ManyToMany path.
|
2016-01-19 13:18:28 +13:00 |
|
Robin Bygrave
|
b04419d9c7
|
#527 - @OrderBy on child-of-child property
|
2016-01-13 11:37:38 +13:00 |
|
Robin Bygrave
|
e4fa031cd3
|
#494 - ENH: Support findPagingList() ... that uses firstRow & maxRows (rather than pageIndex, pageSize)
|
2015-12-10 14:52:27 +13:00 |
|
Robin Bygrave
|
ff8e5af4e5
|
#481 - ENH: @Draftable ... add support for transient @Draft boolean draft; property ... used to distinguish a 'live' instance from a 'draft' instance.
|
2015-12-07 11:11:22 +13:00 |
|
Robin Bygrave
|
0ad52cf6a7
|
#118 - ENH: Add support for for Soft Deletes (Logical Deletion) ... - initial
|
2015-12-01 23:21:11 +13:00 |
|
Robin Bygrave
|
debd8ad617
|
#465 - The encrypt key is logged out in sql statement - when included in where predicate
|
2015-11-30 12:25:25 +13:00 |
|
Robin Bygrave
|
5e8afbe50d
|
#461 - ENH: Add @Draftable support - @DraftDirty
|
2015-11-23 23:11:15 +13:00 |
|
Robin Bygrave
|
7b76e13bce
|
#461 - ENH: Add @Draftable support - phase 1
|
2015-11-19 20:44:25 +13:00 |
|
Robin Bygrave
|
19459b71b4
|
Fix for #425 - Extra instance of root level bean with findIterate() and fetch of OneToMany relationship - Ebean parses the first bean correctly and the rest not
|
2015-09-30 23:35:10 +13:00 |
|
Robin Bygrave
|
5726410f6f
|
#417 - ENH: Add JSON expressions ... path exists and value at path equals value
|
2015-09-21 16:20:14 +12:00 |
|
Robin Bygrave
|
47829f3985
|
#410 - Require findPagedList() query to specify an order by clause - throw exception if no order by supplied
|
2015-09-14 11:29:38 +12:00 |
|
Robin Bygrave
|
0a8c902790
|
#411 - Refactor AutoFetch, rename to "AutoTune", store/load tuning and profiling as XML
|
2015-09-10 23:20:57 +12:00 |
|
Robin Bygrave
|
262d52ed44
|
Merge AutoTune refactor with master
|
2015-09-10 10:27:24 +12:00 |
|
Robin Bygrave
|
088fcfb296
|
#406 - Remove diff "non flat mode" ... so diff going forward only supports flat mode
|
2015-09-03 14:29:03 +12:00 |
|
Robin Bygrave
|
54172aec6c
|
#405 - ENH: Add @ReadAudit and associated functionality for auditing reads including queries and L2 cache access
|
2015-09-03 13:54:52 +12:00 |
|
Robin Bygrave
|
987fe38618
|
WIP AutoTune refactor
|
2015-09-01 07:55:25 +12:00 |
|
Robin Bygrave
|
1c23720605
|
#398 - ENH: Support delete using a Query instance
|
2015-08-29 00:58:47 +12:00 |
|
Robin Bygrave
|
580b51381e
|
#384 - ENH: Add findVersionsBetween(start, end) ... including implementation support for Oracle total recall
|
2015-08-18 23:57:11 +12:00 |
|
Robin Bygrave
|
10937de24b
|
#382 - ENH: Add support for @History using Oracle Total Recall ... for 'as of' queries
|
2015-08-18 22:19:55 +12:00 |
|
Robin Bygrave
|
9d83017374
|
#379 - Add MySql support for @History
|
2015-08-18 06:13:59 +12:00 |
|
Robin Bygrave
|
8f12442ac7
|
#363 - API CHANGE - BeanPersistController postLoad() ... moved to new/separate BeanPostLoad interface
|
2015-08-02 21:56:56 +12:00 |
|
Robin Bygrave
|
9b0aafbfa8
|
No effective change - remove unused fields
|
2015-08-02 09:37:17 +12:00 |
|
Robin Bygrave
|
032721d246
|
No effective change - remove unused
|
2015-08-02 08:51:40 +12:00 |
|
Robin Bygrave
|
9db8c941dc
|
No effective change - SplitName - extract constant
|
2015-08-01 22:20:24 +12:00 |
|
Robin Bygrave
|
fd4a6906bd
|
No effective change - SqlTreeNodeBean cleanup - always same value params
|
2015-08-01 22:17:50 +12:00 |
|
Robin Bygrave
|
0d2615522f
|
No effective change - suppress warnings, simplify if
|
2015-08-01 21:16:03 +12:00 |
|