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
|
afaacd4eeb
|
#461 - ENH: Add @Draftable support - javadoc
|
2015-11-23 23:26:09 +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
|
42e7103aa6
|
#458 - Support use of test-ebean.properties without an existing ebean.properties
|
2015-11-12 10:17:30 +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
|
fe7b110577
|
#457 - When ebean.properties does not exist do not log error message
|
2015-11-10 09:47:33 +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
|
11f4c8d7a3
|
#449 - Remove whitespace from generated Postgres trigger DDL (as Play evolution not parsing it)
|
2015-11-03 16:28:00 +13:00 |
|
Robin Bygrave
|
788a200d16
|
#445 - Multiple @*ToMany relations referencing the same type
|
2015-11-02 14:11:23 +13:00 |
|
Robin Bygrave
|
e18d2004dc
|
#448 - ENH: Postgres Support for UUID mapping to native DB UUID type (relating to #430)
|
2015-11-02 12:57:47 +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
|
ec1a68a133
|
#435 - Duplicate foreign key name with ManyToMany relations
|
2015-10-29 17:44:29 +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 |
|
Robin Bygrave
|
a8232d2d8b
|
#441 - ENH: Add support for test-ebean.properties ... for mechanism to configure ebean to run tests
|
2015-10-27 00:17:47 +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
|
f3102ba02c
|
#432 - Delete using Query does not commit
|
2015-10-22 13:29:21 +13:00 |
|
Robin Bygrave
|
0351eab3a7
|
#431 - Annotation PrivateOwned seems not enough to update an change in the list of children (fix)
|
2015-10-22 11:10:41 +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
|
19459b71b4
|
Fix for #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:35:10 +13:00 |
|
Robin Bygrave
|
986eadd023
|
#424 - DDL generation - support turning off lower casing of table and column names DbConstraintNaming, DbConstraintNormalise
|
2015-09-30 22:44:47 +13:00 |
|
Robin Bygrave
|
c6787d0901
|
Update javadoc
|
2015-09-30 17:26:30 +13:00 |
|
Robin Bygrave
|
3792e06859
|
Update javadoc
|
2015-09-30 17:26:05 +13:00 |
|
Robin Bygrave
|
c77446ba24
|
Update javadoc
|
2015-09-30 17:25:26 +13:00 |
|
Robin Bygrave
|
dba245c517
|
#421 - ENH: Add support for unsetting the loaded state of a bean property (via BeanState)
|
2015-09-22 13:21:19 +12:00 |
|
Robin Bygrave
|
489eb483c0
|
No effective change - parameter name from val -> value
|
2015-09-22 12:34:30 +12:00 |
|
Robin Bygrave
|
11301846be
|
#422 - ENH: Add jsonBetween() expression
|
2015-09-22 12:32:46 +12:00 |
|
Robin Bygrave
|
d022e4aec8
|
No effective change - parameter name from val -> value
|
2015-09-22 11:48:41 +12:00 |
|
Robin Bygrave
|
eddd6a36d6
|
No effective change - javadoc only
|
2015-09-21 17:36:13 +12:00 |
|
Robin Bygrave
|
5726410f6f
|
#417 - ENH: Add JSON expressions ... path exists and value at path equals value
|
2015-09-21 16:20:14 +12:00 |
|