Robin Bygrave
|
db8dd48e53
|
#513 - Column Constraint for Enum types should cover all Enum values in an inheritance hierachy
|
2016-05-19 20:55:16 +12:00 |
|
Robin Bygrave
|
b197d8a637
|
#695 - ENH: Add @DbArray for storing scalar types (UUID, Long, String) to Postgres ARRAY type
|
2016-05-09 22:38:51 +12:00 |
|
Robin Bygrave
|
2c95d9dc9a
|
#693 - ENH: Add support for mapping @DbJson to list of scalar types like List<String>
|
2016-05-05 16:36:16 +12:00 |
|
Robin Bygrave
|
5bcfce9cd4
|
#684 - Refactor - rename @CacheStrategy to @Cache ... require explicit enableQueryCache=true for query cache use
|
2016-04-29 21:52:50 +12:00 |
|
Robin Bygrave
|
1b8b05790e
|
#650 - Refactor: Optimise L2 cache entry for serialisation
|
2016-04-14 11:56:31 +12:00 |
|
Robin Bygrave
|
4059034891
|
#642 - ENH: Add support for OneToMany expression isEmpty() / isNotEmpty() ... which is effectively an EXISTS and NOT EXISTS subquery
|
2016-04-08 13:41:43 +12:00 |
|
Robin Bygrave
|
6fe557e237
|
#616 - No effective change - rename methods
|
2016-03-23 18:11:25 +13:00 |
|
Robin Bygrave
|
7d89b97e2b
|
#615 - ENH: Change DDL generation with @SoftDelete to add 'default false' to column definition
|
2016-03-23 11:10:35 +13:00 |
|
Robin Bygrave
|
b99f002968
|
#599 - ElasticSearch - add query join support for find, findList, findPagedList, findEach, findEachWhile
|
2016-03-14 17:40:26 +13:00 |
|
Robin Bygrave
|
57836af5b5
|
#593 - Refactor SPI - Move methods from ElPropertyValue to ExpressionPath
|
2016-03-08 21:21:46 +13:00 |
|
Robin Bygrave
|
583fc11945
|
#593 - Refactor SPI - Move methods from ElPropertyValue to ExpressionPath
|
2016-03-08 21:02:39 +13:00 |
|
Robin Bygrave
|
32bcd5e853
|
#589 - ElasticSearch - JsonReader given BeanType
|
2016-03-07 16:27:16 +13:00 |
|
Robin Bygrave
|
5c0fb7c8cd
|
#584 - ElasticSearch: Internal changes - Enum and UUID tests
|
2016-03-04 00:04:58 +13:00 |
|
Robin Bygrave
|
c315067ff0
|
#585 - Refactor of ScalarType jsonWrite() method such that it only takes JsonGenerator - part 3, remove JsonToken from jsonRead()
|
2016-03-03 21:06:09 +13:00 |
|
Robin Bygrave
|
a4f0e3936a
|
#585 - Refactor of ScalarType jsonWrite() method such that it only takes JsonGenerator - part 2, use JsonGenerator
|
2016-03-03 20:27:13 +13:00 |
|
Robin Bygrave
|
fc96685ed0
|
#585 - Refactor of ScalarType jsonWrite() method such that it only takes JsonGenerator - part 1, remove field name
|
2016-03-03 19:51:07 +13:00 |
|
Robin Bygrave
|
5b10d06348
|
#584 - ElasticSearch: Internal changes for config, expressions and JSON conversion
|
2016-03-03 17:46:32 +13:00 |
|
Robin Bygrave
|
8d3b4a0407
|
#304 - ElasticSearch integration part 1 / doc store integration
|
2016-03-01 15:36:44 +13:00 |
|
Robin Bygrave
|
638446680c
|
#365 - ENH: Add @DbComment with DDL generation of table and column comments
|
2015-12-09 16:52:58 +13:00 |
|
Robin Bygrave
|
93b2f4035c
|
#485 - @SoftDelete with join to nullable relation (optional @ManyToOne for example) ... will incorrectly filter out row from result when FK value is null.
|
2015-12-09 10:12:25 +13:00 |
|
Robin Bygrave
|
ff8e5af4e5
|
#481 - ENH: @Draftable ... add support for transient @Draft boolean draft; property ... used to distinguish a 'live' instance from a 'draft' instance.
|
2015-12-07 11:11:22 +13:00 |
|
Robin Bygrave
|
f39a684c8e
|
#118 - ENH: Add support for for Soft Deletes (Logical Deletion) ...
|
2015-12-02 21:38:34 +13:00 |
|
Robin Bygrave
|
0ad52cf6a7
|
#118 - ENH: Add support for for Soft Deletes (Logical Deletion) ... - initial
|
2015-12-01 23:21:11 +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
|
7b76e13bce
|
#461 - ENH: Add @Draftable support - phase 1
|
2015-11-19 20:44:25 +13: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
|
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
|
0731084ec0
|
No effective change - remove unused
|
2015-08-02 08:47:37 +12:00 |
|
Robin Bygrave
|
334a8b66bd
|
No effective change - code cleanup - removed not required throws
|
2015-08-01 19:20:51 +12:00 |
|
Robin Bygrave
|
0c9bcca584
|
No effective change - code cleanup - BeanPropertyOverride - unused override of sql formula
|
2015-08-01 17:21:09 +12:00 |
|
Robin Bygrave
|
a27433dc11
|
No effective change - code cleanup - unused params
|
2015-08-01 17:16:33 +12:00 |
|
Robin Bygrave
|
2e1f02163c
|
No effective change - code cleanup - remove unused - TableJoin properties
|
2015-07-31 22:22:57 +12:00 |
|
Robin Bygrave
|
c0fc7d69a6
|
No effective change - code cleanup - remove unused validateCascade property
|
2015-07-31 21:38:05 +12:00 |
|
Robin Bygrave
|
ea5ceb61ca
|
No effective change - code cleanup - BeanProperty - remove unused extraAttributeMap
|
2015-07-31 20:45:58 +12:00 |
|
Robin Bygrave
|
972609281f
|
No effective change - code cleanup - BeanProperty - remove unused defaultValue
|
2015-07-31 20:43:30 +12:00 |
|
Robin Bygrave
|
82489636d5
|
#347 - @History support with query.asOf(Timestamp)
|
2015-07-24 10:18:17 +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
|
e95d3304bf
|
#322 - RawSql fetch object with inheritance
|
2015-07-14 23:09:38 +12:00 |
|
rbygrave
|
721a50219d
|
#307 - Add back support for JsonValueAdapter and JsonReadOptions into 4.x
|
2015-06-21 01:46:23 +12:00 |
|
rbygrave
|
4e1cda691f
|
No effective change - reformat and tidy
|
2015-05-19 01:35:27 +12:00 |
|
rbygrave
|
7081d3f54a
|
No effective change - remove unused writer Method (left over from dynamic proxy support)
|
2015-05-13 20:53:51 +12:00 |
|
rbygrave
|
89db75e8c5
|
No effective change - change newline char
|
2015-05-09 01:08:33 +12:00 |
|
rbygrave
|
07cdb69a5b
|
Add Period support via CompoundTypePeriod, rename server/reflect to server/properties
|
2014-11-18 23:09:26 +13:00 |
|
rbygrave
|
7f30dc7b1e
|
WIP Java8 types - ScalarTypeDuration etc
|
2014-11-17 00:05:20 +13:00 |
|
Rob Bygrave
|
1677917465
|
Move from javax.json to jackson-core for parser/generator
|
2014-11-10 20:31:11 +13:00 |
|
Rob Bygrave
|
bfefdbac41
|
Merge from JSON refactoring branch
|
2014-11-06 23:32:27 +13:00 |
|
Rob Bygrave
|
b313809894
|
WIP json refactor - initial tidy
|
2014-11-05 23:15:09 +13:00 |
|
Rick van Biljouw
|
31f56621ff
|
Added @Index annotation to generate single-column indexes
|
2014-07-28 18:43:50 +01:00 |
|
Rob Bygrave
|
0ceda6406e
|
WIP on JSON refactor
|
2014-06-28 03:09:10 +12:00 |
|