Robin Bygrave
|
4cec878242
|
#662 - Postgres Timestamp with time zone testing
|
2016-04-26 16:41:11 +12: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
|
8d3b4a0407
|
#304 - ElasticSearch integration part 1 / doc store integration
|
2016-03-01 15:36:44 +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
|
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
|
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
|
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
|
032721d246
|
No effective change - remove unused
|
2015-08-02 08:51:40 +12:00 |
|
Robin Bygrave
|
b526d07eed
|
No effective change - remove unused methods and parameters, simplify if
|
2015-08-01 08:42:09 +12:00 |
|
Robin Bygrave
|
1ec2f74df9
|
#350 - ENH: Add @History findVersions() query ... returning historic versions for a given bean using history view
|
2015-07-24 16:20:15 +12:00 |
|
rbygrave
|
99203a35a2
|
No effective change - reformat and tidy
|
2015-05-29 00:40:47 +12:00 |
|
rbygrave
|
c6632bbc25
|
No effective change - code tidy, remove unused
|
2015-05-13 22:51:28 +12:00 |
|
rbygrave
|
9bf9338ba9
|
Fix for #293 - Invalid result rows when ManyToMany "fetch joined" with additional child OneToMany or ManyToMany child relationship fetched
|
2015-05-13 21:01:00 +12:00 |
|
rbygrave
|
e3cccfa9a3
|
No effective change - change newline char
|
2015-05-09 01:10:56 +12:00 |
|
rbygrave
|
370267ab6f
|
Refactor properties bootup, remove GlobalProperties and allow ServerConfig.loadFromProperties()
|
2014-11-30 17:08:02 +13:00 |
|
rbygrave
|
6a6cff2236
|
Fix for #209 - refresh() ... does not refresh OneToMany or ManyToMany properties
|
2014-11-25 23:40:21 +13:00 |
|
Rob Bygrave
|
a4095b4ae5
|
Fix for #142 - ENH: Add support for using RawSql with user supplied ResultSet
|
2014-06-12 21:11:14 +12:00 |
|
Rob Bygrave
|
af6dbd0dbe
|
Fix for #140 - Add some support for RawSql findRowCount, remove BeanCollection.hasMoreRows()
|
2014-06-10 23:52:05 +12:00 |
|
Rob Bygrave
|
5491b27528
|
Fix for #131 - Memory issue (Hard refs) when using findIterate
|
2014-05-27 20:35:53 +12:00 |
|
Rob Bygrave
|
fffda7c789
|
Test and additional fix for #56 - Using findIterate with MySQL streams
the entire result set at once
|
2014-05-15 22:08:23 +12:00 |
|
Rob Bygrave
|
538ebdc899
|
Fix for #122 Allow the global row limit for queries to be configurable ( CQuery.GLOBAL_ROW_LIMIT)
|
2014-05-01 00:12:48 +12:00 |
|
Rob Bygrave
|
0d1c9e2883
|
Fix for #91 Stateless Update API Change, #90 Removed BeanState.setReference(), #89 Remove support for multiple @Id properties
|
2014-04-23 01:51:27 +12:00 |
|
Rob Bygrave
|
fc628d336d
|
Fix for #87 - v4 - Remove Query setBackgroundFetchAfter() feature
|
2014-04-20 19:30:40 +12:00 |
|
Rob Bygrave
|
18d9c53ce3
|
Fix for #86 - v4 - Remove deprecated QueryListener. You must convert to findIterate() or findVisit()
|
2014-04-20 17:18:13 +12:00 |
|
Rob Bygrave
|
f7a37537db
|
WIP update api
|
2014-04-20 16:57:14 +12:00 |
|
Rob Bygrave
|
96e4b4640f
|
Merge in v4 code changes
|
2014-04-03 03:47:55 +13:00 |
|
Rob Bygrave
|
749f8d0d45
|
Change *ToMany lazy loading to not use the parent entity/table
|
2014-01-30 22:27:52 +13:00 |
|
Rob Bygrave
|
acca803a80
|
Add MetaObjectGraphNodeStats and MetaQueryPlanOriginCount etc
|
2014-01-22 01:05:22 +13:00 |
|
Rob Bygrave
|
6bd8c2bd05
|
Add MetaInfoManager API, remove MetaQueryStatistic entity bean, refactor query execution stats collection
|
2014-01-19 22:49:18 +13:00 |
|
Rob Bygrave
|
9d8fe97de0
|
Adjusted Fix for Issue 56 - Using findIterate with MySQL streams the
entire result set at once. This makes the fix specific to the
DatabasePlatform and findIterate() or findVisit().
|
2013-11-07 23:58:15 +13:00 |
|
Rob Bygrave
|
b896e55af1
|
Fix for Issue 56 - Using findIterate with MySQL streams the entire
result set at once
|
2013-11-07 23:07:39 +13:00 |
|
Robin Bygrave
|
4ec62a5772
|
initial rework for new enhancement
|
2013-06-19 20:36:24 +12:00 |
|
Robin Bygrave
|
2567022d95
|
Remove Subclassing/Dynamic Proxy support - beans must be enhanced
|
2013-04-19 16:25:10 +12:00 |
|
Robin Bygrave
|
cbd7b5e912
|
Refactor transaction logging to simple SLF4J use
|
2013-04-15 23:16:08 +12:00 |
|
Richard Vowles
|
0a951165e5
|
migrate from JUL to SLF4j
|
2013-04-11 21:53:25 +12:00 |
|
rbygrave
|
7aae897def
|
Change license to Apache2 and reformat
|
2012-09-15 00:00:08 +12:00 |
|
rbygrave
|
96ce4c0ddf
|
initial add of EbeanORM server based on v2.8.1
|
2012-09-14 00:40:39 +12:00 |
|