Robin Bygrave
|
ba5c67f936
|
#346 - ENH: Add @Nullable annotation on find by id and findUnique() methods
|
2015-07-20 20:06:55 +12:00 |
|
Robin Bygrave
|
936e56835c
|
Internal SpiQuery : remove unused lazyLoadForParentsIds
|
2015-07-20 12:47:09 +12:00 |
|
Robin Bygrave
|
245cbb0ea1
|
#342 - Remove deprecated method - JsonContext createJsonContext() ... migrate to json()
|
2015-07-20 11:27:00 +12:00 |
|
Robin Bygrave
|
dbe984c668
|
#341 - Remove deprecated method - insert(Collection<?> beans); ... migrate to insertAll()
|
2015-07-20 11:22:16 +12:00 |
|
Robin Bygrave
|
89088f9480
|
#340 - Remove deprecated method - update(Collection<?> beans) ... migrate to updateAll()
|
2015-07-20 11:18:51 +12:00 |
|
Robin Bygrave
|
80253c4e07
|
#339 - Remove deprecated method - save(Collection<?> beans, Transaction transaction) ... migrate to saveAll()
|
2015-07-20 11:15:10 +12:00 |
|
Robin Bygrave
|
f96ce11c73
|
#338 - Remove deprecated method - save(Iterator<?> it, Transaction transaction) ... please change to iterate yourself and save.
|
2015-07-20 11:11:45 +12:00 |
|
Robin Bygrave
|
b8f8cb5ae7
|
#337 - Remove deprecated method - delete(Class<?> beanType, Collection<?> ids) ... migrate to deleteAll()
|
2015-07-20 11:07:52 +12:00 |
|
Robin Bygrave
|
b8a2aac95a
|
#336 - Remove deprecated method - delete(Iterator<?> it, Transaction transaction)
|
2015-07-20 10:59:52 +12:00 |
|
Robin Bygrave
|
7b090a6346
|
#335 - Remove deprecated method - delete(Collection<?> beans) ... migrate to deleteAll()
|
2015-07-20 10:54:18 +12:00 |
|
Robin Bygrave
|
b10c68489f
|
#334 - Remove deprecated method - delete(Iterator<?> it) ... change to iterate yourself and delete()
|
2015-07-20 10:47:51 +12:00 |
|
Robin Bygrave
|
2dbb2d9911
|
#333 - Remove deprecated method - save(Iterator<?> it) ... change to iterate yourself and save()
|
2015-07-20 10:43:37 +12:00 |
|
Robin Bygrave
|
b3b4c72a77
|
#332 - Remove deprecated method - save(Collection<?> beans) ... migrate to saveAll(beans)
|
2015-07-20 10:39:15 +12:00 |
|
Robin Bygrave
|
9677e585b6
|
#331 - Remove deprecated method - EbeanServer.findVisit() ... in favor of findEachWhile() or findEach()
|
2015-07-20 10:22:50 +12:00 |
|
Robin Bygrave
|
89bed8be67
|
#326 - API Addition - saveAll(), deleteAll() etc
|
2015-07-20 09:42:05 +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
|
0f503b2a2f
|
No effective change - format code
|
2015-07-19 09:35:27 +12:00 |
|
Robin Bygrave
|
a79e2e786a
|
#324 - on effective change, sync internal name from primaryServer to defaultServer
|
2015-07-19 09:20:03 +12:00 |
|
Robin Bygrave
|
c9ffa2673f
|
#324 - ENH: Add Ebean.getDefaultServer()
|
2015-07-18 07:46:53 +12:00 |
|
Robin Bygrave
|
e95d3304bf
|
#322 - RawSql fetch object with inheritance
|
2015-07-14 23:09:38 +12:00 |
|
rbygrave
|
0f7c9da5d2
|
#319 - Beans loaded without an @Id value ... return in NEW state rather than LOADED state (also refer to #317)
|
2015-07-09 22:18:03 +12:00 |
|
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 |
|