Thibault Meyer
|
ec6a8f5ea2
|
Replace "for" with "foreach"
|
2016-11-08 09:06:13 +01: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 |
|
Robin Bygrave
|
4d1340c16c
|
No effective change - rename SpiQuery method for m2mIncludeJoin and simplify OrmQueryPlanKey to associated intersection table name
|
2016-07-31 22:46:07 +12:00 |
|
Robin Bygrave
|
6b54b6ef46
|
Refactor BeanPropertyAssocOne findByParentIds use of raw expression
|
2016-07-12 16:11:51 +12:00 |
|
Robin Bygrave
|
d8dfd66af3
|
Refactor BeanPropertyAssocMany findByParentIds use of raw expression
|
2016-07-12 16:01:32 +12:00 |
|
Robin Bygrave
|
2991cb9ad1
|
#768 - Query.setDisableLazyLoading(true) ... not disabling lazy loading on @ManyToOne reference bean
|
2016-07-11 15:09:59 +12:00 |
|
Robin Bygrave
|
dfa6353850
|
#740 - ClassCastException: java.util.ArrayList cannot be cast to com.avaje.ebean.bean.BeanCollection at com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocMany.resetMany(BeanPropertyAssocMany.java:273)
|
2016-06-17 12:30:57 +12:00 |
|
Robin Bygrave
|
2442eb017a
|
#725 - L2 cache not updating CacheManyId's entry when Lazy loading on a ToMany relationship, after a prior update, when other ToMany is a vanilla type (like ArrayList)
|
2016-05-30 17:01:20 +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
|
362ceea79b
|
#709 - Refactor: BeanCollection internals, rename method isEmptyAndUntouched() to isSkipSave(), remove 'touched' flag
|
2016-05-18 11:19:01 +12:00 |
|
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
|
1b8b05790e
|
#650 - Refactor: Optimise L2 cache entry for serialisation
|
2016-04-14 11:56:31 +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
|
6fe557e237
|
#616 - No effective change - rename methods
|
2016-03-23 18:11:25 +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
|
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
|
9665de2dbe
|
#502 - jsonContext.toJson(o, generator, path) can not apply path on @Transient field that is an entity bean
|
2016-01-13 13:29:06 +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
|
db371cbc6a
|
#461 - ENH: Add @Draftable support - publish
|
2015-11-23 21:28:58 +13:00 |
|
Robin Bygrave
|
0731084ec0
|
No effective change - remove unused
|
2015-08-02 08:47:37 +12:00 |
|
Robin Bygrave
|
e19fe5ccd3
|
No effective change - code cleanup - removed unused param
|
2015-08-01 19:42:39 +12:00 |
|
Robin Bygrave
|
430b3cff96
|
No effective change - code cleanup - removed not required throws
|
2015-08-01 19:29:09 +12:00 |
|
Robin Bygrave
|
a27433dc11
|
No effective change - code cleanup - unused params
|
2015-08-01 17:16:33 +12:00 |
|
Robin Bygrave
|
84b8777c2b
|
No effective change - code cleanup - BeanPropertyAssoc cleanup
|
2015-07-31 21:41:28 +12:00 |
|
Robin Bygrave
|
64bc0636d7
|
No effective change - code cleanup - empty method
|
2015-07-31 21:09:35 +12:00 |
|
Robin Bygrave
|
c0c56c0040
|
No effective change - code cleanup - remove redundant overrides
|
2015-07-31 14:14:25 +12:00 |
|
Robin Bygrave
|
a5e94f6ae2
|
#357 - batch insertAll has no effect when tx commited
|
2015-07-30 04:23:02 +12:00 |
|
Robin Bygrave
|
f6466d3211
|
#280 - ENH: Add ServerConfig.setJsonInclude(...) ALL, NON_NULL, NON_EMPTY
|
2015-07-20 08:45:46 +12:00 |
|
Robin Bygrave
|
160e4d7dd1
|
#318 - JSON - toBean error at Transient (with support for #327, #328, #329)
|
2015-07-19 21:41:20 +12:00 |
|
Robin Bygrave
|
e95d3304bf
|
#322 - RawSql fetch object with inheritance
|
2015-07-14 23:09:38 +12:00 |
|
rbygrave
|
721a50219d
|
#307 - Add back support for JsonValueAdapter and JsonReadOptions into 4.x
|
2015-06-21 01:46:23 +12:00 |
|
rbygrave
|
89db75e8c5
|
No effective change - change newline char
|
2015-05-09 01:08:33 +12:00 |
|
rbygrave
|
b6a0653a3c
|
Fix for #223 - RawSql that includes a OneToMany not working
|
2014-12-17 23:05:53 +13:00 |
|
rbygrave
|
d54cffacea
|
#222 - SQL Server - OnetoMany with compound key using IN is not legal in mssql
|
2014-12-17 00:53:42 +13:00 |
|
rbygrave
|
6a6cff2236
|
Fix for #209 - refresh() ... does not refresh OneToMany or ManyToMany properties
|
2014-11-25 23:40:21 +13:00 |
|
rbygrave
|
7f30dc7b1e
|
WIP Java8 types - ScalarTypeDuration etc
|
2014-11-17 00:05:20 +13:00 |
|
Rob Bygrave
|
eaee3a9c02
|
JSON refactor - tidy up
|
2014-11-12 22:10:28 +13:00 |
|
Rob Bygrave
|
1677917465
|
Move from javax.json to jackson-core for parser/generator
|
2014-11-10 20:31:11 +13:00 |
|
Rob Bygrave
|
bfefdbac41
|
Merge from JSON refactoring branch
|
2014-11-06 23:32:27 +13:00 |
|
Rob Bygrave
|
b313809894
|
WIP json refactor - initial tidy
|
2014-11-05 23:15:09 +13:00 |
|
rbygrave
|
63e9f603ec
|
Code cleanup - move old iterator/while loops to for loops
|
2014-07-19 19:10:13 +12:00 |
|
Rob Bygrave
|
1ddc103582
|
Fix for #157 - Regression for @OrderBy on a @ManyToMany property due to change from issue 154
|
2014-07-02 23:56:42 +12:00 |
|
Rob Bygrave
|
0ceda6406e
|
WIP on JSON refactor
|
2014-06-28 03:09:10 +12:00 |
|
Rob Bygrave
|
1109d412e7
|
Fix for #154 - @OrderBy on a @OneToMany property is not used when lazy loading
|
2014-06-26 00:37:31 +12:00 |
|
Rob Bygrave
|
27803afe64
|
Test and Fix for #39 - TestOnCascadeDeleteChildrenWithCompositeKeys from hei1233212000, with fix included
|
2014-04-25 22:32:33 +12:00 |
|
Rob Bygrave
|
a7df7da984
|
Fix #23 - Covers: unit tests for: stateless updates which fails when executing without...
|
2014-04-23 21:16:30 +12:00 |
|
Rob Bygrave
|
654b10154e
|
Fix for #83 - Bug: Stateless update cascading to OneToOne or ManyToOne incorrectly tries to INSERT rather than UPDATE
|
2014-04-23 02:31:08 +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 |
|