Robin Bygrave
|
2b602f6e51
|
#570 - ENH: Add ability to configure eBean to use true "ilike" expression
|
2016-05-06 14:26:08 +12:00 |
|
Robin Bygrave
|
2797f6bbcc
|
No effective change - Add test for undo of soft deleted bean
|
2016-05-06 13:38:09 +12:00 |
|
Robin Bygrave
|
e9e1a975f9
|
No effective change - @DbJsonB use in test
|
2016-05-06 13:28:26 +12:00 |
|
Robin Bygrave
|
13f7d37e76
|
#542 - ENH: @DbJson fields are auto serialized and deserialized to specified classes.
|
2016-05-06 13:20:51 +12:00 |
|
Robin Bygrave
|
deb6ce23d7
|
#693 - ENH: ... support @DbJson with Set<String> and Set<Long> support
|
2016-05-05 21:34:29 +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
|
0508b0254f
|
#692 - MigrationVersion parses version "0.1.1-SNAPSHOT" as "0.1"
|
2016-05-05 08:31:31 +12:00 |
|
Robin Bygrave
|
dc230af60b
|
No effective change - add test for explicit deleted = true property use
|
2016-05-04 10:50:30 +12:00 |
|
Robin Bygrave
|
8a68e72305
|
No effective change - modify test, add l2 cache await
|
2016-05-02 16:32:08 +12:00 |
|
Robin Bygrave
|
9da5ce01a7
|
#686 - Trouble with non-standard java.sql.Date values caching in 7.8.1.
|
2016-04-29 22:22:38 +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
|
a6d276d4d3
|
#683 - Refactor - rename @CacheTuning to @CacheBeanTuning ... for consistency
|
2016-04-29 09:48:36 +12:00 |
|
Robin Bygrave
|
5cf2d3c39a
|
#680 - Remove deprecated SqlQuery.findFutureList()
|
2016-04-29 08:49:07 +12:00 |
|
Robin Bygrave
|
840c5f8992
|
#679 - Remove SqlQuery.setListener() ... migrate to SqlQuery.findEach() or SqlQuery.findEachWhile()
|
2016-04-29 08:43:30 +12:00 |
|
Robin Bygrave
|
f867cd4c01
|
#678 - Remove SqlQuery.findSet() and SqlQuery.findMap() ... migrate to use SlqQuery.findList()
|
2016-04-29 08:37:52 +12:00 |
|
Robin Bygrave
|
8a84eaf7a7
|
#675 - ENH: Add SqlQuery.findEach() and SqlQuery.findEachWhile() methods ... to replace setListener()
|
2016-04-28 22:15:41 +12:00 |
|
Robin Bygrave
|
81531b6cda
|
#671 - ENH: Add support for @View and extra-ddl.xml to nicely support entity beans based on views
|
2016-04-28 20:19:05 +12:00 |
|
Robin Bygrave
|
69c2810fbe
|
No effective change - add test for SqlQuery listener
|
2016-04-28 09:54:17 +12:00 |
|
Robin Bygrave
|
f8b5a7f312
|
#666 - deleteAll(beans) return int , but deleteAll(beanType,ids) return void in EbeanServer
|
2016-04-27 08:04:43 +12:00 |
|
Robin Bygrave
|
ae261d3782
|
#660 - findPagedList() does not handle raw sql order by
|
2016-04-26 22:54:34 +12:00 |
|
Robin Bygrave
|
d2ae044d1f
|
#665 - Remove deprecated @DocStoreEmbedded ... should migrate to @DocEmbedded
|
2016-04-26 21:35:57 +12:00 |
|
Robin Bygrave
|
03189ac92a
|
#661 - ENH: Add deletePermanent(beanType, id) and deleteAllPermanent(beanType, ids) ... (basically missing API)
|
2016-04-26 21:30:52 +12:00 |
|
Robin Bygrave
|
2067568a5e
|
No effective change - migrate test from deprecated method
|
2016-04-26 21:12:22 +12:00 |
|
Robin Bygrave
|
4cec878242
|
#662 - Postgres Timestamp with time zone testing
|
2016-04-26 16:41:11 +12:00 |
|
Robin Bygrave
|
2e7aec3b3d
|
#662 - Postgres Timestamp with time zone testing - remove extra oracle test code
|
2016-04-26 10:13:33 +12:00 |
|
Robin Bygrave
|
104dc599e8
|
#662 - Postgres Timestamp with time zone testing
|
2016-04-26 10:12:37 +12:00 |
|
Robin Bygrave
|
e769abf737
|
#659 - ENH: Add support for Instant with @WhenCreated @WhenModified
|
2016-04-22 16:51:30 +12:00 |
|
Robin Bygrave
|
523ddbab63
|
#658 - REFACTOR: Simplify LocalDateTime -> Timestamp conversion, use Timestamp.valueOf()
|
2016-04-21 20:11:39 +12:00 |
|
Robin Bygrave
|
4eb1aded2d
|
#651 - ENH: Add type support for java.nio.file.Path ... such that it stores the underlying URI as VARCHAR/string
|
2016-04-21 11:34:33 +12:00 |
|
Robin Bygrave
|
221f5ad879
|
#651 - ENH: Add type support for java.nio.file.Path ... such that it stores the underlying URI as VARCHAR/string
|
2016-04-21 11:33:26 +12:00 |
|
Robin Bygrave
|
658ce3c5d3
|
#653 - Change format of all Timestamp/Date time types to use epoch millis
|
2016-04-18 12:49:16 +12:00 |
|
Robin Bygrave
|
2de78cd20f
|
#652 - ENH: L2 cache - add @CacheQueryTuning annotation
|
2016-04-18 09:46:42 +12:00 |
|
Robin Bygrave
|
1b8b05790e
|
#650 - Refactor: Optimise L2 cache entry for serialisation
|
2016-04-14 11:56:31 +12:00 |
|
Robin Bygrave
|
444b848c22
|
#648 - Test that does not reproduce this issue
|
2016-04-13 19:36:26 +12:00 |
|
Robin Bygrave
|
3fb9a7414c
|
#647 - REFACTOR: L2 cache - remove cache warming support (from @CacheStrategy and API)
|
2016-04-12 23:44:24 +12:00 |
|
Robin Bygrave
|
2c6f637dab
|
#646 - REFACTOR: L2 cache towards remote data grid caches (like Ignite etc)
|
2016-04-12 23:20:16 +12:00 |
|
Robin Bygrave
|
a1ff83e9e4
|
#643 - NPE on OrmQueryProperties.java:474
|
2016-04-08 15:15:34 +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
|
c58db0033d
|
No effective change - add more tests for raw use of exists / not exists
|
2016-04-08 08:28:13 +12:00 |
|
Robin Bygrave
|
524be4ce55
|
#641 - ENH: Add EbeanServer.setBeanId(bean, id) ... to make it easy to convert id value to appropriate type and set
|
2016-04-08 01:15:34 +12:00 |
|
Robin Bygrave
|
6233392548
|
ENH: Add DB Migration runner (as alternative to running via FlywayDB etc) #636
|
2016-04-06 15:14:50 +12:00 |
|
Robin Bygrave
|
abaa1ff934
|
#636 - ENH: Add DB Migration runner (as alternative to running via FlywayDB etc)
|
2016-04-06 14:31:57 +12:00 |
|
Robin Bygrave
|
a7b239a1b7
|
ENH: Add DB Migration runner (as alternative to running via FlywayDB etc) #636
|
2016-04-06 14:31:20 +12:00 |
|
Robin Bygrave
|
e5179432a0
|
#634 - Refactor internal class path scanning to use avaje-classpath-scanner-api / avaje-classpath-scanner
|
2016-04-01 16:43:59 +13:00 |
|
Robin Bygrave
|
c9b0fd708a
|
#631 - With find by id query, and id value type conversion (e.g. String to Long) this does not hit L2 cache
|
2016-03-31 15:18:33 +13:00 |
|
Robin Bygrave
|
9a912390d4
|
#628 - Refactor Clustering - extract ClusterBroadcast implementations (TCP and Multicast)
|
2016-03-30 16:20:24 +13:00 |
|
Robin Bygrave
|
30a5769973
|
No effective change - remove http elastic test (as that is all in avaje-ebeanorm-elastic)
|
2016-03-29 17:00:36 +13:00 |
|
Robin Bygrave
|
de6ba31996
|
#627 - Rename Query.includeSoftDeletes() to Query.setIncludeSoftDeletes()
|
2016-03-29 16:38:09 +13:00 |
|
Robin Bygrave
|
32f4a56ab4
|
#626 - ENH: Add support for where().idIn(...) using varargs
|
2016-03-29 16:10:00 +13:00 |
|
Robin Bygrave
|
04965892f0
|
#625 - Rename @DocStoreEmbedded to @DocEmbedded (with deprecation)
|
2016-03-29 15:46:10 +13:00 |
|