rbygrave
|
b4008da70c
|
#317 - RawSql getting error - Caused by: java.sql.SQLException: Column Index out of range, 0 < 1.
|
2015-07-09 21:44:45 +12:00 |
|
rbygrave
|
49babef495
|
#314 - ServerCache API - change from int to long for ServerCacheStatistics (hitCount, missCount) and ServerCache remove putIfAbsent() method
|
2015-06-30 00:56:11 +12:00 |
|
rbygrave
|
2bd14db8f7
|
#308 - Add BeanFindController
|
2015-06-24 23:36:34 +12:00 |
|
rbygrave
|
29a6bbb6e6
|
#312 - Ability to remove deregister BeanPersistListeners removed
|
2015-06-24 22:32:12 +12:00 |
|
rbygrave
|
721a50219d
|
#307 - Add back support for JsonValueAdapter and JsonReadOptions into 4.x
|
2015-06-21 01:46:23 +12:00 |
|
rbygrave
|
041324d177
|
#310 - Child bean with @Id long id = 0 ... when cascade saved from parent ... tries to update instead of insert resulting in OptimisticLockingException
|
2015-06-17 23:16:02 +12:00 |
|
rbygrave
|
7d02a42276
|
#309 - ScalarTypeConverters for Java8 time datatypes not working
|
2015-06-17 21:13:48 +12:00 |
|
rbygrave
|
2a900165f0
|
#305 - ENH: Add EbeanServerFactory.createWithContextClassLoader() to support OSGi
|
2015-06-03 20:47:58 +12:00 |
|
rbygrave
|
0d92807308
|
No effective change - change test code to use Long as @Version on BasicDomain
|
2015-06-01 12:14:20 +12:00 |
|
rbygrave
|
dcb7054248
|
#303 - Change beginTransaction() to use REQUIRED scope by default
|
2015-05-30 20:10:56 +12:00 |
|
rbygrave
|
6aa915b420
|
Fix test for cross database use
|
2015-05-29 20:38:38 +12:00 |
|
rbygrave
|
40d87af5b1
|
Fix test for cross database use
|
2015-05-29 20:38:07 +12:00 |
|
rbygrave
|
75082fe0c0
|
Fix test for cross database use
|
2015-05-29 20:37:12 +12:00 |
|
rbygrave
|
7d43f5a3d7
|
Fix test for cross database use
|
2015-05-29 20:36:51 +12:00 |
|
rbygrave
|
67f427b83e
|
#299 - ENH: Add support for mapping Jackson JsonNode as JSON content to DB including Postgres JSON and JSON types
|
2015-05-28 22:54:32 +12:00 |
|
rbygrave
|
f5a2cf8ff9
|
#297 - ENH: Add support for mapping Map<String,Object> as JSON content to DB including Postgres JSON and JSON types.
|
2015-05-28 00:02:57 +12:00 |
|
rbygrave
|
b5b4a4639f
|
No effective change - reformat and tidy
|
2015-05-18 22:17:28 +12:00 |
|
rbygrave
|
40f7a0088d
|
No effective change - add tests for ConvertInetAddressesTest and DefaultTypeFactoryTest
|
2015-05-14 23:22:19 +12:00 |
|
rbygrave
|
6a02a8d69f
|
No effective change - code format and tidy
|
2015-05-14 22:42:37 +12:00 |
|
rbygrave
|
0da764ed0c
|
Test for #293 - Invalid result rows when ManyToMany "fetch joined" with additional child OneToMany or ManyToMany child relationship fetched
|
2015-05-13 21:00:10 +12:00 |
|
rbygrave
|
43003f4a3a
|
No effective change - adjust test to miss cache
|
2015-05-13 20:54:54 +12:00 |
|
rbygrave
|
d63eb7abe1
|
No effective change - change newline char and remove extraneous public modifiers on interfaces
|
2015-05-09 00:51:49 +12:00 |
|
rbygrave
|
fffc684edd
|
Add test for beginTransaction() with existing active transaction
|
2015-05-08 23:51:55 +12:00 |
|
rbygrave
|
82471c2573
|
#288 - Exclude MaxRows FirstRow in findRowCount
|
2015-05-08 23:49:11 +12:00 |
|
rbygrave
|
f7fa778e99
|
#287 - ENH: Support nested transactions with the Ebean.beginTransaction() API
|
2015-05-08 21:55:49 +12:00 |
|
rbygrave
|
819edb20e8
|
#282 - API: Add Model.Find as alternative to Model.Finder ... which uses reflection to determine entity bean type literal
|
2015-05-01 21:03:38 +12:00 |
|
rbygrave
|
4f67d2be4e
|
Attempt to create test case for #281 - test case not failing
|
2015-04-30 20:30:12 +12:00 |
|
rbygrave
|
fc53e281e8
|
#276 - WriteJson not write Transient properties (without using PathProperties)
|
2015-04-24 23:16:10 +12:00 |
|
rbygrave
|
0c5e092d16
|
Fix for #277 - please check fetchPaths not null - NPE on OrmQueryDetail.convertManyFetchJoinsToQueryJoins(OrmQueryDetail.java:331)
|
2015-04-24 22:18:22 +12:00 |
|
rbygrave
|
2ed5e026e0
|
#275 - ENH: Add support for @SequenceGenerator initialValue and allocationSize
|
2015-04-12 12:10:57 +12:00 |
|
rbygrave
|
6807499d01
|
Tweak test for #261
|
2015-04-11 19:30:05 +12:00 |
|
rbygrave
|
cb6faa022b
|
Fix for #260 - Trying to insert() or save() an entity with no @Id results in NPE
|
2015-04-11 19:16:36 +12:00 |
|
rbygrave
|
3b30388b35
|
Fix for #258 - Missing Inserts for Large Batches - Ebean 3.2.2
|
2015-04-11 18:55:08 +12:00 |
|
rbygrave
|
bede89fe13
|
Test for #269 - ENH: Add support for wildcard / startsWith jar searching
|
2015-04-11 11:14:48 +12:00 |
|
Friedrich von Never
|
151e44ff67
|
Add test for issue #259.
|
2015-03-26 23:27:21 +06:00 |
|
rbygrave
|
c3ccb1afb5
|
No effective change - reformat code whitespace etc
|
2015-03-22 22:05:15 +13:00 |
|
Ryszard-Trojnacki
|
2e03452e2e
|
Added SQL command "EXISTS" and "NOT EXISTS" to Ebean (ExpressionFactory,
ExpressionList).
|
2015-03-19 10:43:12 +01:00 |
|
Ryszard-Trojnacki
|
f78f4ea64a
|
Added ability to set alias for root table of sql query.
|
2015-03-18 10:28:54 +01:00 |
|
Megazord
|
c140574eba
|
Adds support to multiple methods as event listeners
Fixes #244
|
2015-02-07 01:26:03 -02:00 |
|
rbygrave
|
4ab2f0df3c
|
#238 - update to test, still not reproducing yet
|
2015-02-05 00:09:43 +13:00 |
|
rbygrave
|
a447361ea0
|
#238 - Potential fix for stackOverflow error / recursion issue
|
2015-02-05 00:06:03 +13:00 |
|
rbygrave
|
8fc3f2da15
|
#238 - unsuccessful attempt to reproduce issue 238
|
2015-02-04 23:13:53 +13:00 |
|
rbygrave
|
c638ad8d56
|
Fix for #235: Stored procedures not commited
|
2015-02-03 00:01:18 +13:00 |
|
rbygrave
|
0551b3066f
|
Fix for #237: find method is returning old entity rather than updated entity in some situations
|
2015-02-02 23:12:37 +13:00 |
|
rbygrave
|
af36c9ec7d
|
No effective change - update TestQueryFindPagedList with better test case error message
|
2015-02-02 22:03:42 +13:00 |
|
rbygrave
|
bd99badb28
|
No effective change - code cleanup of BindableProperty to remove unused parameter (property name)
|
2015-02-02 21:43:08 +13:00 |
|
rbygrave
|
ace45a038e
|
Fix for #240 - Add support for using Joda LocalDateTime and DateTime with @CreatedTimestamp, @UpdatedTimestamp
|
2015-02-02 20:39:06 +13:00 |
|
rbygrave
|
36dd2bbee7
|
Add test for #234 - Not-trimmed values in configuration properties
|
2015-01-29 22:29:02 +13:00 |
|
rbygrave
|
b1b9f68b7e
|
Fix for #228 - LazyLoad bug with QueryIterator. Getting EntityNotFoundException("Bean has been deleted - lazy loading failed")
|
2015-01-12 20:41:37 +13:00 |
|
rbygrave
|
a998c0be55
|
Fix for #226 - Json - support parsing json with unknown bean properties
|
2014-12-19 00:01:02 +13:00 |
|