Robin Bygrave
|
dc968f16bf
|
Q: Ebean @ManyToMany(cascade=REMOVE) described #429
|
2015-10-06 14:38:05 +13:00 |
|
Robin Bygrave
|
5e97c3bbbc
|
#425 - Extra instance of root level bean with findIterate() and fetch of OneToMany relationship - Ebean parses the first bean correctly and the rest not
|
2015-09-30 23:24:53 +13:00 |
|
Robin Bygrave
|
606e1e6d3a
|
#414 - Enh info: @History support for H2
|
2015-09-18 17:16:46 +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
|
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
|
fca80ac649
|
#399 - ENH: Add new Finder ... to effectively replace Model.Finder
|
2015-08-28 20:32:40 +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
|
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
|
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
|
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
|
13ed298ee8
|
MySql update - Internal changes for DB Migration / DDL generation #369
|
2015-08-06 11:15:31 +12:00 |
|
Robin Bygrave
|
efd5e16511
|
Update tests for better cross database execution (ordering of results etc)
|
2015-08-06 07:27:04 +12:00 |
|
Robin Bygrave
|
d1584bed40
|
Change tests for better portability - Internal changes for DB Migration / DDL generation #369
|
2015-08-06 05:28:25 +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
|
3bd281bea0
|
DB migration initial
|
2015-08-04 17:37:16 +12:00 |
|
Robin Bygrave
|
069b83b78d
|
No effective change - code cleanup - unused imports
|
2015-07-31 14:37:13 +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
|
d396f09b3a
|
#296 - ENH: Add to transaction setUpdateAllLoadedProperties() - force update all properties api
|
2015-07-24 21:56:11 +12:00 |
|
Robin Bygrave
|
eae06059c9
|
#349 - ENH: Add @WhoCreated @WhoModified ... with CurrentUserProvider interface
|
2015-07-24 12:33: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
|
160e4d7dd1
|
#318 - JSON - toBean error at Transient (with support for #327, #328, #329)
|
2015-07-19 21:41:20 +12:00 |
|
Robin Bygrave
|
0f503b2a2f
|
No effective change - format code
|
2015-07-19 09:35:27 +12:00 |
|
rbygrave
|
041324d177
|
#310 - Child bean with @Id long id = 0 ... when cascade saved from parent ... tries to update instead of insert resulting in OptimisticLockingException
|
2015-06-17 23:16:02 +12:00 |
|
rbygrave
|
0d92807308
|
No effective change - change test code to use Long as @Version on BasicDomain
|
2015-06-01 12:14:20 +12:00 |
|
rbygrave
|
6aa915b420
|
Fix test for cross database use
|
2015-05-29 20:38:38 +12:00 |
|
rbygrave
|
67f427b83e
|
#299 - ENH: Add support for mapping Jackson JsonNode as JSON content to DB including Postgres JSON and JSON types
|
2015-05-28 22:54:32 +12:00 |
|
rbygrave
|
f5a2cf8ff9
|
#297 - ENH: Add support for mapping Map<String,Object> as JSON content to DB including Postgres JSON and JSON types.
|
2015-05-28 00:02:57 +12:00 |
|
rbygrave
|
819edb20e8
|
#282 - API: Add Model.Find as alternative to Model.Finder ... which uses reflection to determine entity bean type literal
|
2015-05-01 21:03:38 +12:00 |
|
rbygrave
|
2ed5e026e0
|
#275 - ENH: Add support for @SequenceGenerator initialValue and allocationSize
|
2015-04-12 12:10:57 +12:00 |
|
rbygrave
|
cb6faa022b
|
Fix for #260 - Trying to insert() or save() an entity with no @Id results in NPE
|
2015-04-11 19:16:36 +12:00 |
|
Megazord
|
c140574eba
|
Adds support to multiple methods as event listeners
Fixes #244
|
2015-02-07 01:26:03 -02:00 |
|
rbygrave
|
4ab2f0df3c
|
#238 - update to test, still not reproducing yet
|
2015-02-05 00:09:43 +13:00 |
|
rbygrave
|
a447361ea0
|
#238 - Potential fix for stackOverflow error / recursion issue
|
2015-02-05 00:06:03 +13:00 |
|
rbygrave
|
8fc3f2da15
|
#238 - unsuccessful attempt to reproduce issue 238
|
2015-02-04 23:13:53 +13:00 |
|
rbygrave
|
bd99badb28
|
No effective change - code cleanup of BindableProperty to remove unused parameter (property name)
|
2015-02-02 21:43:08 +13:00 |
|
rbygrave
|
ace45a038e
|
Fix for #240 - Add support for using Joda LocalDateTime and DateTime with @CreatedTimestamp, @UpdatedTimestamp
|
2015-02-02 20:39:06 +13:00 |
|
rbygrave
|
c0810a375e
|
No effective change - code formatting
|
2014-12-17 23:04:59 +13:00 |
|
rbygrave
|
56fd6b90be
|
Rename db columns that clash with sql server keywords etc
|
2014-12-17 00:49:23 +13:00 |
|
rbygrave
|
59428bb214
|
Rename db columns that clash with sql server keywords etc
|
2014-12-17 00:20:48 +13:00 |
|
rbygrave
|
1bd7b99235
|
Added @Transactional support for PersistBatch #220
|
2014-12-12 23:32:41 +13:00 |
|
rbygrave
|
6bb38f2674
|
#220 - Refactor Persist batch, add effectively add PersistBatch.INSERT (to ALL and NONE) and allow batching per request (save(), insert(), update(), delete())
|
2014-12-10 03:29:44 +13:00 |
|
rbygrave
|
370267ab6f
|
Refactor properties bootup, remove GlobalProperties and allow ServerConfig.loadFromProperties()
|
2014-11-30 17:08:02 +13:00 |
|
rbygrave
|
2195d7ecbc
|
#211 - ENH: Add support for File as a bean type ... for streaming into/from db
|
2014-11-26 22:45:33 +13:00 |
|
rbygrave
|
6a6cff2236
|
Fix for #209 - refresh() ... does not refresh OneToMany or ManyToMany properties
|
2014-11-25 23:40:21 +13:00 |
|
rbygrave
|
d5d6ac675b
|
Add support for java.time types for use with @CreatedTimestamp and @UpdatedTimestamp
|
2014-11-24 20:41:46 +13:00 |
|
rbygrave
|
c95d76d6f6
|
Fix for #201: Change BeanPersistListener to use isRegisterFor() method rather than generics type (just like BeanPersistController)
|
2014-11-19 19:43:34 +13:00 |
|
rbygrave
|
b8078083b1
|
Add MonthDay support, ScalarTypeMonthDay
|
2014-11-18 23:57:53 +13:00 |
|
rbygrave
|
07cdb69a5b
|
Add Period support via CompoundTypePeriod, rename server/reflect to server/properties
|
2014-11-18 23:09:26 +13:00 |
|
rbygrave
|
fd4d757f87
|
WIP Java8 types - ScalarTypeDuration etc
|
2014-11-18 01:20:26 +13:00 |
|