Robin Bygrave
|
ae44b59c5f
|
#532 - Change example expression such that it supports nested beans
|
2016-01-18 23:52:28 +13:00 |
|
Robin Bygrave
|
3639c2a540
|
#518 - Refactor: Remove getDdlGenerator() from SpiEbeanServer.
|
2016-01-07 14:27:27 +13:00 |
|
Robin Bygrave
|
e4fa031cd3
|
#494 - ENH: Support findPagingList() ... that uses firstRow & maxRows (rather than pageIndex, pageSize)
|
2015-12-10 14:52:27 +13:00 |
|
Robin Bygrave
|
f252b80c2d
|
#476 - ENH: Enable ServiceConfig to use alternate ClassLoader - was ServiceConfig add setClassloader api --- part 3: Refactor with ClassLoadConfig
|
2015-12-07 22:13:27 +13:00 |
|
Robin Bygrave
|
aea7a7fd65
|
#118 - ENH: Add support for for Soft Deletes (Logical Deletion) ...
|
2015-12-02 23:46:26 +13:00 |
|
Robin Bygrave
|
fae39fe650
|
#291 - ENH: Add ability to validate a query or property expression - Was Please check column exist on entity
|
2015-11-30 15:10:22 +13:00 |
|
Robin Bygrave
|
a578eda2b1
|
#467 - Delete bean with unloaded version property throws OptimisticLockException - API Change, return boolean
|
2015-11-26 16:09:25 +13:00 |
|
Robin Bygrave
|
8620dbf337
|
#464 - ENH: Add draftRestore(Class<?> beanType, Object id) ... to refresh a draft from the live (@Draftable feature)
|
2015-11-25 23:36:17 +13:00 |
|
Robin Bygrave
|
555e5ba6fd
|
#461 - ENH: Add @Draftable support - API sans transaction
|
2015-11-24 01:01:14 +13:00 |
|
Robin Bygrave
|
5e8afbe50d
|
#461 - ENH: Add @Draftable support - @DraftDirty
|
2015-11-23 23:11:15 +13:00 |
|
Robin Bygrave
|
db371cbc6a
|
#461 - ENH: Add @Draftable support - publish
|
2015-11-23 21:28:58 +13:00 |
|
Robin Bygrave
|
7b76e13bce
|
#461 - ENH: Add @Draftable support - phase 1
|
2015-11-19 20:44:25 +13:00 |
|
Robin Bygrave
|
3d62f58930
|
#439 - @EnumValue("01") stored as integer rather than string - ENum stores strings as numerics?
|
2015-10-28 08:53:14 +13:00 |
|
Robin Bygrave
|
bcf2a44187
|
#430 - ENH: Support for UUID mapping to native DB UUID type (Postgres, H2)
|
2015-10-26 20:52:16 +13:00 |
|
Robin Bygrave
|
bfa86f241b
|
#427 - ENH: Add support for Removing ShutdownManager.shutdownHook ... manually control entire shutdown.
|
2015-10-01 10:33:09 +13:00 |
|
Robin Bygrave
|
0a8c902790
|
#411 - Refactor AutoFetch, rename to "AutoTune", store/load tuning and profiling as XML
|
2015-09-10 23:20:57 +12:00 |
|
Robin Bygrave
|
262d52ed44
|
Merge AutoTune refactor with master
|
2015-09-10 10:27:24 +12:00 |
|
Robin Bygrave
|
0096477757
|
AutoTune update - repackage tests and sort profiling xml entries
|
2015-09-10 09:16:39 +12:00 |
|
Robin Bygrave
|
71dd0e5728
|
AutoTune update - rename and profiling against original query
|
2015-09-10 00:17:49 +12:00 |
|
Robin Bygrave
|
116cc3a3fe
|
AutoTune update - remove resources
|
2015-09-09 15:21:10 +12:00 |
|
Robin Bygrave
|
5b8ce8eaa0
|
WIP AutoTune refactor
|
2015-09-04 08:48:25 +12:00 |
|
Robin Bygrave
|
088fcfb296
|
#406 - Remove diff "non flat mode" ... so diff going forward only supports flat mode
|
2015-09-03 14:29:03 +12:00 |
|
Robin Bygrave
|
54172aec6c
|
#405 - ENH: Add @ReadAudit and associated functionality for auditing reads including queries and L2 cache access
|
2015-09-03 13:54:52 +12:00 |
|
Robin Bygrave
|
5c1de0a886
|
WIP Autotune refactor
|
2015-09-02 09:28:17 +12:00 |
|
Robin Bygrave
|
987fe38618
|
WIP AutoTune refactor
|
2015-09-01 07:55:25 +12:00 |
|
Robin Bygrave
|
1c23720605
|
#398 - ENH: Support delete using a Query instance
|
2015-08-29 00:58:47 +12:00 |
|
Robin Bygrave
|
aaefaa5dcd
|
#390 - ChangeLog - Add inheritance hierarchy check for @ChangeLog
|
2015-08-26 10:42:12 +12:00 |
|
Robin Bygrave
|
f3e66c459a
|
#390 - ChangeLog - Add ServerConfig.isChangeLogIncludeInserts() and ChangeLogInsertMode enum with associated changes
|
2015-08-25 13:54:34 +12:00 |
|
Robin Bygrave
|
16d5e04809
|
#390 - ChangeLog - Change userContext to be Map<String,String>
|
2015-08-25 13:22:09 +12:00 |
|
Robin Bygrave
|
b01df515bd
|
#390 - ChangeLog - Refactor DefaultChangeLogListener (simplify to use standard logger)
|
2015-08-25 13:05:58 +12:00 |
|
Robin Bygrave
|
fe8a32ea18
|
#390 - ENH: Add Change log mechanism for easy fine grained logging of insert, update, delete activity.
This adds default implementations for register,filter, prepare and log of the change sets.
|
2015-08-22 12:10:30 +12:00 |
|
Robin Bygrave
|
547fa342c4
|
Internal change only - just reuse class name as bean descriptor key
|
2015-08-21 18:28:10 +12:00 |
|
Robin Bygrave
|
f8b8a41bce
|
#394 - ENH: Add plugin API SpiServer, SpiBeanType ... migrate plugins towards using this API, migrate away from direct use of BeanDescriptor etc.
|
2015-08-21 17:33:43 +12:00 |
|
Robin Bygrave
|
7c705e2baa
|
#377 - Add back support for JsonWriteBeanVisitor
|
2015-08-21 08:20:47 +12:00 |
|
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 |
|