Robin Bygrave
|
2caeafaaa2
|
#498 - @Draftable - lazy loading after stateless update results in - EntityNotFoundException: Bean not found during lazy load or refresh
|
2015-12-15 14:38:39 +13:00 |
|
Robin Bygrave
|
5cd21de174
|
#496 - @EnumValue is being trimmed, may result in unexpected behaviour with CHAR columns for some database systems
|
2015-12-14 17:21:01 +13:00 |
|
Robin Bygrave
|
282463c2e8
|
#247 - @AttributeOverride at class level not read - was: @AttributeOverride annotation does not seem to work (Play 2.2.0 - ebean 3.2.2)
|
2015-12-11 10:23:34 +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
|
638446680c
|
#365 - ENH: Add @DbComment with DDL generation of table and column comments
|
2015-12-09 16:52:58 +13:00 |
|
Robin Bygrave
|
b8bcbd8af9
|
#489 - @Draftable - insert does not set 'draft' to true ... so subsequent update fails
|
2015-12-09 11:06:48 +13:00 |
|
Robin Bygrave
|
d70768277b
|
#488 - BeanPropertyAssocManyJsonHelp error when Jackson not in classPath
|
2015-12-09 11:00:21 +13:00 |
|
Robin Bygrave
|
b39b4a2e8c
|
#487 - DDL - @SoftDelete deleted column should have NOT NULL constraint in create table DDL
|
2015-12-09 10:27:04 +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
|
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
|
2859ea657e
|
#484 - JDBC4+ drivers do not need Class.forName() registration - removing that call
|
2015-12-07 21:02:00 +13:00 |
|
Robin Bygrave
|
7d85398139
|
#483 - ENH: Draftable - Add FK from live table back to draft table (for top level @Draftable tables)
|
2015-12-07 15:21:22 +13:00 |
|
Robin Bygrave
|
f42be3d65a
|
#482 - ENH: @Draftable - Save or update is not allowed on a 'live' bean - only draft beans ... add this check when @Draft property is used
|
2015-12-07 12:09:10 +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
|
526d67eeb4
|
No effective change - whitespace
|
2015-12-07 11:02:32 +13:00 |
|
Robin Bygrave
|
9c6c59afab
|
#479 - Insert of @Draftable with getGeneratedKeys ... PersistenceException executing insert
|
2015-12-07 09:21:26 +13:00 |
|
Robin Bygrave
|
c3eae0d3a5
|
#477 - findUnique() should throw NonUniqueResultException and not PersistenceException
|
2015-12-04 11:12:45 +13:00 |
|
Robin Bygrave
|
8318bbc4ca
|
#118 - Additional: Add query includeSoftDeletes() asDraft() to ExpressionList (for fluid style when added after predicates)
|
2015-12-03 17:42:26 +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
|
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
|
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
|
579812d717
|
#455 - Should not generate "FOR UPDATE" for delete query
|
2015-11-30 16:50: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
|
debd8ad617
|
#465 - The encrypt key is logged out in sql statement - when included in where predicate
|
2015-11-30 12:25:25 +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
|
a578eda2b1
|
#467 - Delete bean with unloaded version property throws OptimisticLockException - API Change, return boolean
|
2015-11-26 16:09:25 +13:00 |
|
Robin Bygrave
|
a2ee0bfdbe
|
#467 - Delete bean with unloaded version property throws OptimisticLockException
|
2015-11-26 15:12:59 +13:00 |
|
Robin Bygrave
|
872f0e21cb
|
#466 - Delete of @Draftable bean ... means also delete matching live bean (aka delete has automatic publish behavior)
|
2015-11-26 00:49:18 +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
|
555e5ba6fd
|
#461 - ENH: Add @Draftable support - API sans transaction
|
2015-11-24 01:01:14 +13:00 |
|
Robin Bygrave
|
5d3da60828
|
#461 - ENH: Add @Draftable support - delete
|
2015-11-24 00:46:45 +13:00 |
|
Robin Bygrave
|
97462cb21a
|
#461 - ENH: Add @Draftable support - delete
|
2015-11-24 00:01:28 +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
|
fd9a5167b1
|
#461 - ENH: Add @Draftable support - load context
|
2015-11-23 10:07:09 +13:00 |
|
Robin Bygrave
|
7b76e13bce
|
#461 - ENH: Add @Draftable support - phase 1
|
2015-11-19 20:44:25 +13:00 |
|
Robin Bygrave
|
29ca678f01
|
No effective change - remove unused code
|
2015-11-12 09:59:36 +13:00 |
|
Robin Bygrave
|
cca6143420
|
No effective change - code format
|
2015-11-12 09:48:18 +13:00 |
|
Robin Bygrave
|
bfa8837e61
|
#451 - avaje-ebeanorm-jackson - com.fasterxml.jackson.core.JsonParseException: Expecting start_array event but got START_OBJECT at
|
2015-11-05 16:38:22 +13:00 |
|
Robin Bygrave
|
511ebd8a29
|
#450 - @ManyToMany with cascade and jdbc batch - ensure flush occurs
|
2015-11-03 16:31:27 +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
|
b4506aa718
|
#444 - Spring Boot classpath scanning not finding entity beans - part2 - embedded jar scanning
|
2015-10-29 08:59:06 +13:00 |
|
Robin Bygrave
|
848a3b8888
|
#444 - Spring Boot classpath scanning not finding entity beans
|
2015-10-28 15:45:09 +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
|
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
|
a30948d38d
|
#438 - findPagedList and getTotalRowCount, the query.getAlias() is null
|
2015-10-28 08:15:15 +13:00 |
|