Robin Bygrave
|
0ad52cf6a7
|
#118 - ENH: Add support for for Soft Deletes (Logical Deletion) ... - initial
|
2015-12-01 23:21:11 +13:00 |
|
Robin Bygrave
|
51bee836d4
|
#472 - DDL column ordering for @WhoCreated / @WhoModified. These columns should appear in the DDL with the @WhenCreated/@WhenModified columns.
|
2015-12-01 10:19:36 +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
|
6450ba219c
|
#469 - Embedded bean made dirty after a prior insert does not trigger dirty state on 'outer' bean
|
2015-11-27 18:19:59 +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
|
4f51a3b130
|
#463 - ENH: Add @DraftReset support - property that is set to null on the draft been when it is published (@Draftable feature)
|
2015-11-25 11:06:14 +13:00 |
|
Robin Bygrave
|
0efbe061ab
|
#461 - ENH: Add @Draftable support - optimise publish query
|
2015-11-24 01:01:37 +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
|
b326724139
|
#443 - ENH: Enum mapping - Add annotation @DbEnumValue that can be used to on a enum method which provides DB values
|
2015-10-30 21:42:21 +13:00 |
|
Robin Bygrave
|
fc0b47342b
|
#436 - @DiscriminatorColumn mapped also as @Column leads to NullPointerException
|
2015-10-29 22:01:28 +13:00 |
|
Robin Bygrave
|
67c711d75f
|
#442 - @JsonIgnore / @Expose ... not working on @OneToMany or @ManyToMany - was - @Transient field on @MappedSuperclass is not ignored by toJson()
|
2015-10-28 09:10:19 +13:00 |
|
Robin Bygrave
|
47829f3985
|
#410 - Require findPagedList() query to specify an order by clause - throw exception if no order by supplied
|
2015-09-14 11:29:38 +12: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
|
a2a4a15f32
|
AutoTune update - rename and profiling against original query
|
2015-09-10 00:18:11 +12:00 |
|
Robin Bygrave
|
116cc3a3fe
|
AutoTune update - remove resources
|
2015-09-09 15:21:10 +12:00 |
|
Robin Bygrave
|
572bb41b73
|
Code Cleanup - move diff flatten into DiffHelp class from DiffHelpUpdate #406
|
2015-09-03 14:31:36 +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
|
76783d525a
|
No effective change - improve error message
|
2015-08-31 15:36:56 +12:00 |
|
Robin Bygrave
|
1c23720605
|
#398 - ENH: Support delete using a Query instance
|
2015-08-29 00:58:47 +12:00 |
|
Robin Bygrave
|
ccba5d08ef
|
#368 - ENH: Enhance @Index to support multiple columns, unique flag and hence also be able to put on the class (annotation target TYPE)
|
2015-08-28 21:56:38 +12:00 |
|
Robin Bygrave
|
d592e7d35f
|
No effective change - format only
|
2015-08-26 10:47:22 +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
|
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
|
580b51381e
|
#384 - ENH: Add findVersionsBetween(start, end) ... including implementation support for Oracle total recall
|
2015-08-18 23:57:11 +12:00 |
|
Robin Bygrave
|
10937de24b
|
#382 - ENH: Add support for @History using Oracle Total Recall ... for 'as of' queries
|
2015-08-18 22:19:55 +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
|
13ed298ee8
|
MySql update - Internal changes for DB Migration / DDL generation #369
|
2015-08-06 11:15:31 +12:00 |
|
Robin Bygrave
|
689d201b04
|
Update for pg - Internal changes for DB Migration / DDL generation #369
|
2015-08-05 20:59:09 +12:00 |
|
Robin Bygrave
|
30c3a435d6
|
Internal changes for DB Migration / DDL generation #369
|
2015-08-03 17:29:57 +12:00 |
|
Robin Bygrave
|
8f12442ac7
|
#363 - API CHANGE - BeanPersistController postLoad() ... moved to new/separate BeanPostLoad interface
|
2015-08-02 21:56:56 +12:00 |
|
Robin Bygrave
|
d5a8bf38ad
|
No effective change - @SuppressWarnings("unchecked")
|
2015-08-02 13:48:15 +12:00 |
|
Robin Bygrave
|
0e793036fb
|
No effective change - remove unused ScalarTypeConverter from BeanPropertyCompound (ala wrapper type like Option)
|
2015-08-02 13:27:32 +12:00 |
|
Robin Bygrave
|
19b7637d46
|
No effective change - param always true
|
2015-08-02 13:18:40 +12:00 |
|
Robin Bygrave
|
b687305be2
|
No effective change - param always true, removed
|
2015-08-02 11:15:43 +12:00 |
|
Robin Bygrave
|
d389f8b5ac
|
No effective change - remove unread variable
|
2015-08-02 09:52:56 +12:00 |
|
Robin Bygrave
|
56348938fb
|
No effective change - remove unread variable (include props)
|
2015-08-02 09:48:00 +12:00 |
|
Robin Bygrave
|
9239d61c74
|
No effective change - simplify ManyType to be an enum
|
2015-08-02 09:34:11 +12:00 |
|
Robin Bygrave
|
58a110e109
|
No effective change - remove unused
|
2015-08-02 09:33:46 +12:00 |
|
Robin Bygrave
|
b255102780
|
No effective change - remove unused
|
2015-08-02 09:18:49 +12:00 |
|
Robin Bygrave
|
3a14b4c87f
|
No effective change - remove unused methods
|
2015-08-02 09:17:10 +12:00 |
|
Robin Bygrave
|
e1d6bf5961
|
No effective change - BeanPropertyAssocOne - importedPrimaryKey never set
|
2015-08-02 09:04:46 +12:00 |
|
Robin Bygrave
|
8e546bde0b
|
No effective change - remove unused methods
|
2015-08-02 09:04:07 +12:00 |
|
Robin Bygrave
|
0731084ec0
|
No effective change - remove unused
|
2015-08-02 08:47:37 +12:00 |
|