Robin Bygrave
|
3baa5bca46
|
#352 - Remove deprecated API - ValuePair getValue1() getValue2() ... use getNewValue() getOldValue()
|
2015-07-24 20:15:13 +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
|
71798afadd
|
#350 - ENH: Add @History findVersions() query - add default ordering to lower sys period desc
|
2015-07-24 16:52:58 +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
|
61a0651439
|
No effective change - code format
|
2015-07-24 12:33:35 +12:00 |
|
Robin Bygrave
|
eae06059c9
|
#349 - ENH: Add @WhoCreated @WhoModified ... with CurrentUserProvider interface
|
2015-07-24 12:33:04 +12:00 |
|
Robin Bygrave
|
a1ff9034b6
|
No effective change - format
|
2015-07-24 12:09:04 +12:00 |
|
Robin Bygrave
|
1085a8d608
|
#348 - ENH: Add @WhenCreated and @WhenModified ... as alias to existing @CreatedTimestamp and @UpdatedTimstamp
|
2015-07-24 10:50:35 +12:00 |
|
Robin Bygrave
|
3a547bf487
|
#347 - @History support with query.asOf(Timestamp) - javadoc update
|
2015-07-24 10:24:28 +12:00 |
|
Robin Bygrave
|
82489636d5
|
#347 - @History support with query.asOf(Timestamp)
|
2015-07-24 10:18:17 +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
|
cc8c860709
|
Internal DefaultOrmQuery cleanup : timeout can default to 0 (rather than -1)
|
2015-07-20 12:51:24 +12:00 |
|
Robin Bygrave
|
7d25e31289
|
No effective change - unused imports
|
2015-07-20 12:48:08 +12:00 |
|
Robin Bygrave
|
936e56835c
|
Internal SpiQuery : remove unused lazyLoadForParentsIds
|
2015-07-20 12:47:09 +12:00 |
|
Robin Bygrave
|
0d848e9311
|
Internal SpiQuery : remove unused context additions
|
2015-07-20 12:44:26 +12:00 |
|
Robin Bygrave
|
b794b6c77e
|
Internal SpiQuery : remove unused convertWhereNaturalKeyToId()
|
2015-07-20 12:40:08 +12:00 |
|
Robin Bygrave
|
f45d240682
|
#345 - Expose Query.getId() and Query.getBeanType() methods ... (previously on SpiQuery)
|
2015-07-20 12:24:56 +12:00 |
|
Robin Bygrave
|
1a6f68edd3
|
No effective change - javadoc
|
2015-07-20 11:55:24 +12:00 |
|
Robin Bygrave
|
81683c5d2a
|
No effective change - javadoc
|
2015-07-20 11:50:38 +12:00 |
|
Robin Bygrave
|
2b535d59b8
|
No effective change - javadoc
|
2015-07-20 11:41:23 +12:00 |
|
Robin Bygrave
|
ae0bbaaaf8
|
#344 - Remove deprecated annotation @ColumnHstore ... migrate to @DbHstore
|
2015-07-20 11:38:40 +12:00 |
|
Robin Bygrave
|
aaca20f9c3
|
#343 - Remove deprecated interface BeanFinder<T> ... migrate to BeanFindController
|
2015-07-20 11:34:05 +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
|
1c040e4583
|
No effective change - code format
|
2015-07-20 10:24:10 +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
|
920635c6df
|
#326 - API Addition - saveAll(), deleteAll() etc
|
2015-07-20 09:51:36 +12:00 |
|
Robin Bygrave
|
89bed8be67
|
#326 - API Addition - saveAll(), deleteAll() etc
|
2015-07-20 09:42:05 +12:00 |
|
Robin Bygrave
|
55000a3515
|
No effective change - rename parameter ctx -> parser
|
2015-07-20 09:01:54 +12:00 |
|
Robin Bygrave
|
95b7574d04
|
No effective change - format
|
2015-07-20 08:49:31 +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
|
a00980c61f
|
#329 - JSON - Remove @Deprecated from JsonWriteOptions ... to support ObjectMapper which can be used for serialize/deserialize of @Transient properties
|
2015-07-19 21:38:27 +12:00 |
|
Robin Bygrave
|
72d2fcb59e
|
#330 - JSON - Add ebean @JsonIgnore ... with serialize() default false and deserialize() default false
|
2015-07-19 21:37:37 +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
|
0e0fa37f0d
|
#324 - ENH: Add Ebean.getDefaultServer()
|
2015-07-18 07:46:42 +12:00 |
|
Robin Bygrave
|
f7bbd5b3bb
|
No effective change - code format (fix variable names)
|
2015-07-18 07:35:19 +12:00 |
|
Robin Bygrave
|
ba614cd287
|
No effective change - code format
|
2015-07-18 07:34:56 +12:00 |
|
Robin Bygrave
|
e95d3304bf
|
#322 - RawSql fetch object with inheritance
|
2015-07-14 23:09:38 +12:00 |
|