Robin Bygrave
|
2caeb4fff1
|
#392 - Fix for AutoCommit mode ... fixing change from #204 ... such that AutoCommitJdbcTransaction works as expected
|
2015-08-20 22:38:53 +12:00 |
|
Robin Bygrave
|
84190f3c2a
|
#390 - ENH: Add Change log mechanism for easy fine grained logging of insert, update, delete activity
|
2015-08-20 20:46:28 +12:00 |
|
Robin Bygrave
|
a15dd33380
|
#374 - Add GeneratedWhenCreated and GeneratedWhenModified marker interfaces etc - used to find bean properties with those behaviours
|
2015-08-16 20:08:56 +12:00 |
|
Robin Bygrave
|
845faf74ff
|
WIP: Db migration alterColumn ...
|
2015-08-10 14:26:47 +12:00 |
|
Robin Bygrave
|
1dd0841f00
|
#374 - MsSqlServer - adjust tests (due to jdbc batch support etc) add in support for unique index handling
|
2015-08-06 21:49:04 +12:00 |
|
Robin Bygrave
|
483538bbc1
|
#374 -Move DdlGenerator
|
2015-08-06 12:16:06 +12:00 |
|
Robin Bygrave
|
1eabb7fdb4
|
#373 - Internals for Oracle - Remove the oracle proprietary jdbc batch handling in favour of standard jdbc batch api
|
2015-08-06 08:02:44 +12:00 |
|
Robin Bygrave
|
fceeeacf88
|
#367 - ENH: Add EbeanServer deleteAll() with an explicit transaction
|
2015-08-02 12:43:19 +12:00 |
|
Robin Bygrave
|
da65256208
|
No effective change - ArrayStack cleanup
|
2015-08-01 22:00:00 +12:00 |
|
Robin Bygrave
|
17d97623d5
|
No effective change - add test HashQueryPlanTest
|
2015-08-01 20:41:07 +12:00 |
|
Robin Bygrave
|
069b83b78d
|
No effective change - code cleanup - unused imports
|
2015-07-31 14:37:13 +12:00 |
|
Robin Bygrave
|
54f3dbf35a
|
#361 - ENH: Add ServerConfig expressionEqualsWithNullAsNoop - Can eq ne gt ... methods in ExpressionList treat null value as 1=1 ?
|
2015-07-30 06:41:51 +12:00 |
|
Rob Bygrave
|
27847424b3
|
Merge pull request #362 from kdeng/master
Introduce a ClassPathSearchService to support multiple ClassPath search processes with customise search methods
|
2015-07-30 05:12:47 +12:00 |
|
Robin Bygrave
|
3d4bd15dac
|
#360 ENH: Add query setDisableLazyLoading(true) ... for use when graph serialised via external library (and you don't want lazy loading to fire)
|
2015-07-29 20:31:25 +12:00 |
|
Kefeng Deng
|
3549f88232
|
Introduced a service interface to allow multiple ClassPathSearchs with its own customized search way
|
2015-07-29 20:14:44 +12:00 |
|
Robin Bygrave
|
3fa8f04a4c
|
#358 - ENH: Add ServerConfig updateAllPropertiesInBatch with a default of true
|
2015-07-27 22:59:18 +12:00 |
|
Robin Bygrave
|
87b485cfa4
|
#355 - ENH: Add notIn(...) expressions. Just to make life easier in those cases
|
2015-07-27 20:39:34 +12:00 |
|
Robin Bygrave
|
c00484026c
|
#351 - ENH: Add diff to Version beans returned from findVersions()
|
2015-07-24 20:12:26 +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 |
|
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
|
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 |
|
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
|
29a6bbb6e6
|
#312 - Ability to remove deregister BeanPersistListeners removed
|
2015-06-24 22:32:12 +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
|
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
|
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
|
f7fa778e99
|
#287 - ENH: Support nested transactions with the Ebean.beginTransaction() API
|
2015-05-08 21:55:49 +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 |
|
rbygrave
|
6bb38f2674
|
#220 - Refactor Persist batch, add effectively add PersistBatch.INSERT (to ALL and NONE) and allow batching per request (save(), insert(), update(), delete())
|
2014-12-10 03:29:44 +13:00 |
|
rbygrave
|
09f8967459
|
#215 - Remove findPagingList() ... it has been deprecated for a while, please migrate to findPagedList()
|
2014-12-01 21:52:40 +13:00 |
|
rbygrave
|
370267ab6f
|
Refactor properties bootup, remove GlobalProperties and allow ServerConfig.loadFromProperties()
|
2014-11-30 17:08:02 +13:00 |
|
rbygrave
|
d5d6ac675b
|
Add support for java.time types for use with @CreatedTimestamp and @UpdatedTimestamp
|
2014-11-24 20:41:46 +13:00 |
|
rbygrave
|
6ecb77dcc2
|
Fix for #206 - Reuse SqlUpdate when binding a list that can vary in size
|
2014-11-22 23:40:14 +13:00 |
|
rbygrave
|
b8078083b1
|
Add MonthDay support, ScalarTypeMonthDay
|
2014-11-18 23:57:53 +13:00 |
|