Robin Bygrave
|
deed0bb01d
|
No effective change - add final modifier
|
2015-07-31 13:53:10 +12:00 |
|
Robin Bygrave
|
7f2c705b94
|
No effective change - remove unused
|
2015-07-31 13:42:09 +12:00 |
|
Robin Bygrave
|
6c0401b191
|
No effective change - remove unused
|
2015-07-31 13:34:32 +12:00 |
|
Robin Bygrave
|
331d28b512
|
No effective change - Code cleanup, remove unused param
|
2015-07-31 13:33:35 +12:00 |
|
Robin Bygrave
|
9fd936c521
|
No effective change - Code cleanup, remove redundant variables
|
2015-07-31 13:29:42 +12:00 |
|
Robin Bygrave
|
4a13fc307b
|
No effective change - Code cleanup, remove unnecessary return
|
2015-07-31 13:25:54 +12:00 |
|
Robin Bygrave
|
adef15ce2b
|
No effective change - Code cleanup, simplified if
|
2015-07-31 13:23:49 +12:00 |
|
Robin Bygrave
|
88340618af
|
No effective change - Code cleanup, simplified if
|
2015-07-31 13:20:23 +12:00 |
|
Robin Bygrave
|
49b97887b0
|
No effective change - Code cleanup,remove unnecessary comma
|
2015-07-31 13:18:26 +12:00 |
|
Robin Bygrave
|
6843c72149
|
No effective change - Code cleanup,remove unnecessary public modifier on interfaces
|
2015-07-31 13:16:36 +12:00 |
|
Robin Bygrave
|
f78c217d83
|
No effective change - Code cleanup,remove unnecessary public modifier on interfaces
|
2015-07-31 13:11:08 +12:00 |
|
Robin Bygrave
|
ede91ecf78
|
No effective change - Code cleanup,remove unnecessary public modifier on interfaces
|
2015-07-31 13:08:07 +12:00 |
|
Robin Bygrave
|
efe4e69ed1
|
No effective change - Code cleanup,remove unnecessary public modifier on interfaces
|
2015-07-31 13:05:22 +12:00 |
|
Robin Bygrave
|
8a3d9edd34
|
No effective change - Code cleanup, convert unnecessary fields to local vars
|
2015-07-31 13:00:53 +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
|
a5e94f6ae2
|
#357 - batch insertAll has no effect when tx commited
|
2015-07-30 04:23:02 +12:00 |
|
Kefeng Deng
|
7734919010
|
Merge branch 'master' of github.com:kdeng/avaje-ebeanorm
|
2015-07-29 21:10:45 +12:00 |
|
Robin Bygrave
|
19f40cb2e5
|
No effective change - format
|
2015-07-29 20:56:58 +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
|
a6edafbf2d
|
No effective change - add generics type on variable
|
2015-07-29 15:40:21 +12:00 |
|
Robin Bygrave
|
5fab66204c
|
#359 - ENH: add BeanState.setDisableLazyLoad(boolean)
|
2015-07-29 15:36:11 +12:00 |
|
Kefeng Deng
|
2fa7c57357
|
Introduced a service interface to allow multiple ClassPathSearchs with its own customized search way
|
2015-07-28 21:31:49 +12:00 |
|
Robin Bygrave
|
554c5a7bfc
|
No effective change - format
|
2015-07-27 23:02:33 +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
|
962d7f601d
|
#356 - ENH: Change to Binder logging such that the value in the bind log is the converted/bound value
|
2015-07-27 20:59:40 +12:00 |
|
Robin Bygrave
|
f2aa2b5b8b
|
No effective change - format and tidy
|
2015-07-27 20:47:23 +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
|
5a55b5235d
|
No effective change - tidy
|
2015-07-27 15:56:06 +12:00 |
|
Robin Bygrave
|
97adb76eac
|
No effective change - remove unused methods
|
2015-07-27 15:54:20 +12:00 |
|
Robin Bygrave
|
d0d5ab474d
|
No effective change - remove unused import
|
2015-07-27 15:42:57 +12:00 |
|
Robin Bygrave
|
d396f09b3a
|
#296 - ENH: Add to transaction setUpdateAllLoadedProperties() - force update all properties api
|
2015-07-24 21:56:11 +12:00 |
|
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 |
|