rob bygrave
|
59537227b6
|
#1426 - ENH: Add bitwiseNot expression ... e.g. bitwiseNot("flags", BwFlags.HAS_COLOUR)
|
2018-06-14 23:28:30 +12:00 |
|
rob bygrave
|
81c6d4601d
|
#1425 - Stateless update with OneToMany with SoftDelete and deleteMissingChildren = true ... does a hard delete
|
2018-06-14 16:09:45 +12:00 |
|
rob bygrave
|
50593a7f9d
|
#1423 - Close resources - InputStream of entity bean properties of File type
|
2018-06-14 00:04:43 +12:00 |
|
rob bygrave
|
c088cfa339
|
#1421 - Nested programatic transaction using auto close / try with resources ... does not end/rollback the parent/outer transaction
|
2018-06-13 22:22:29 +12:00 |
|
rob bygrave
|
81897bd54d
|
#1418 - Add saveAll() and deleteAll() to io.ebean.BeanRepository
|
2018-06-12 21:40:39 +12:00 |
|
rob bygrave
|
2427630c07
|
#1400 - Postgres @History table sys_period empty with multiple updates
|
2018-06-11 22:10:43 +12:00 |
|
rob bygrave
|
32e9b48359
|
#1414 - Support dynamic aggregate formula without alias e.g. query.select("date, sum(totalKms), sum(hours)")
|
2018-06-11 14:13:13 +12:00 |
|
rob bygrave
|
ec2f1f7243
|
#1414 - Support dynamic aggregate formula without alias e.g. query.select("date, sum(totalKms), sum(hours)")
|
2018-06-11 13:20:39 +12:00 |
|
rob bygrave
|
f031bb72b6
|
#1408 - Incorrect SQL when @Aggregation formula matches the property - sum(t0.sum(totalKms))
|
2018-06-08 17:38:15 +12:00 |
|
rob bygrave
|
42f0b419e8
|
#1405 - ENH: add findSingleDecimal() and findSingleLong() alias methods for SqlQuery.findSingleAttribute() ...
|
2018-06-08 02:19:36 +12:00 |
|
rob bygrave
|
7cbae758fc
|
#1407 - ENH: Add SqlQuery RowMapper and RowConsumer ... for raw JDBC ResultSet mapping and consuming
|
2018-06-08 02:04:38 +12:00 |
|
rob bygrave
|
fb32cfa170
|
#1406 - ENH: Add SqlQuery.findSingleAttributeList() ... for returning lists of scalar values via SqlQuery
|
2018-06-07 22:39:19 +12:00 |
|
rob bygrave
|
ffa8268125
|
#1405 - ENH: Add SqlQuery.findSingleAttribute() ... for returning single scalar values via SqlQuery
|
2018-06-07 22:17:01 +12:00 |
|
rob bygrave
|
eba1003c19
|
#1404 - Query.findCount() with query.setDistinct(true) ... doesn't give count distinct SQL query
|
2018-06-07 00:32:39 +12:00 |
|
rob bygrave
|
e9faef2692
|
#1401 - FOR UPDATE queries inside a transaction are not honored when beans are already cached (in the persistence context)
|
2018-06-01 11:33:41 +12:00 |
|
rob bygrave
|
11e3649b85
|
#1398 - Support EQ / "Equal to" predicate on client side encrypted entity property - @Encrypted(dbEncryption = false)
|
2018-05-31 16:02:49 +12:00 |
|
rob bygrave
|
ddc00fedb6
|
#1397 - @DbForeignKey(noConstraint = true) is ignored on @ManyToMany ... foreign constraints still added
|
2018-05-31 10:55:58 +12:00 |
|
rob bygrave
|
7f9ce5bdd4
|
#1396 merge() with ManyToMany throwing error Referential integrity constraint violation
|
2018-05-30 03:32:38 +12:00 |
|
rob bygrave
|
23e5de0819
|
#1394 #1395 - ENH: Add addBatch() and executeBatch() to SqlUpdate ... alternative to changing transaction batch mode enhancement
|
2018-05-30 03:32:23 +12:00 |
|
rob bygrave
|
9a096e272e
|
#1392 - MergeOptionsBuilder setClientGeneratedIds() ... should not be required if the Id property does not have Identity/Sequence generator assigned
|
2018-05-29 15:24:32 +12:00 |
|
rob bygrave
|
21e87e12cb
|
Adjust test for #1391 ... such that OrganizationTreeNode has at least one db column as part of insert (for PG)
|
2018-05-29 13:38:17 +12:00 |
|
 chrishartlandRoland Praml
|
bccb9f8ddb
|
Fix/create reference with descriptor using inheritance (#13)
* FIXED: Discriminator must be ask for inherited classes
* Fixed: Compile
* Refactoring and Testing
|
2018-05-28 16:54:53 +02:00 |
|
 Roland PramlandRob Bygrave
|
5a7f24da5d
|
FIX: jsonRead of transient maps (#1389)
FIX: jsonRead of transient maps - to skip the read of start_array - Avoid error "Unexpected token start_object - expecting start_array "
|
2018-05-28 23:06:45 +12:00 |
|
rob bygrave
|
33ec8abb9d
|
No effective change - update test remove unused exception
|
2018-05-27 17:38:33 +12:00 |
|
rob bygrave
|
ae58d9223a
|
No effective change - add test for PrimaryKeyJoinColumn - insertWithoutExtra
|
2018-05-24 00:07:30 +12:00 |
|
 Roland PramlandRob Bygrave
|
ab301f970c
|
FIX: correct caching when collection with different inherited beans is put to the cache (#1379)
* FIX: correct cahcing when collection with different inherited beans is put to the cache
* removed some sysouts
|
2018-05-20 16:53:56 +12:00 |
|
rob bygrave
|
89789f3347
|
#1372 - Missing @OneToOne mapping yields unusable error messages.
Restore mapping.
|
2018-05-14 21:33:11 +12:00 |
|
rob bygrave
|
9dc5ca602c
|
#1372 - Missing @OneToOne mapping yields unusable error messages.
|
2018-05-14 21:32:48 +12:00 |
|
 Roland PramlandRob Bygrave
|
0a49fc9b62
|
FIX: NPE when fetching inherited beans from cache (#1373)
|
2018-05-14 21:12:42 +12:00 |
|
rob bygrave
|
cfaedcdbc5
|
#1371 - Regression in 11.15.5 with @Inheritance on abstract class with discriminatorType = INTEGER
|
2018-05-10 17:20:09 +12:00 |
|
rob bygrave
|
33031d1c69
|
#1369 - BeanListener and/or BeanPersistAdapter not fired on delete of children when cascaded
|
2018-05-06 20:21:10 +12:00 |
|
 Roland PramlandRob Bygrave
|
49d9d88fbe
|
FIX: load all props from cache when inheritance is involved (#1366)
|
2018-04-27 14:44:18 +12:00 |
|
rob bygrave
|
e49a0c9ffb
|
#1360 - ENH: Add transaction.setNestedUseSavepoint() ... such that nested transactions are actually Savepoints
Additional tests
|
2018-04-05 21:48:54 +12:00 |
|
rob bygrave
|
dd6f223ae1
|
#1360 - ENH: Add transaction.setNestedUseSavepoint() ... such that nested transactions are actually Savepoints
|
2018-04-05 21:35:29 +12:00 |
|
Rob Bygrave
|
b8c4e1c3d3
|
#1357 - Regression in 11.15.2 - for nested Ebean.beginTransaction(TxScope.requiresNew()); ... where closed via ebeanServer.endTransaction(); rather than transaction.end()
|
2018-03-29 10:22:12 +13:00 |
|
Rob Bygrave
|
acd5578d8a
|
#115 - Mapping - Add support for @ElementCollection enhancement
Add element collection L2 cache support
|
2018-03-29 01:15:58 +13:00 |
|
Rob Bygrave
|
07946cd505
|
#115 - Mapping - Add support for @ElementCollection enhancement
Add element collection notification - combine into preUpdate/postUpdate of the bean
|
2018-03-28 17:31:53 +13:00 |
|
Rob Bygrave
|
57870aaa05
|
#115 - Mapping - Add support for @ElementCollection enhancement
Add embedded bean support
|
2018-03-28 13:22:46 +13:00 |
|
Rob Bygrave
|
dfa7b765f9
|
#1354 - ENH: Add SqlUpdate setNextParameter() ... as alternative for positioned parameters
|
2018-03-27 22:58:19 +13:00 |
|
Rob Bygrave
|
eb96c726fd
|
No effective change - Modify some tests to use transaction try with resources
|
2018-03-27 10:47:24 +13:00 |
|
Rob Bygrave
|
abbcd35ee6
|
#1353 - Use of ebeanServer.commitTransaction() in nested transaction doesn't match transction.commit() and closes parent scope
|
2018-03-27 09:14:45 +13:00 |
|
 Yuan XueguiandRob Bygrave
|
6cf5e3386d
|
ENH: Add mappingsLocation config to search xml mapping files. (#1350)
ENH: Add mappingsLocation config and search xml mapping files feature.
|
2018-03-26 16:37:25 +13:00 |
|
Rob Bygrave
|
057d7480b0
|
#115 - Mapping - Add support for @ElementCollection enhancement
Add simple Map support with Json
|
2018-03-21 00:15:40 +13:00 |
|
Rob Bygrave
|
85c4385498
|
#115 - Mapping - Add support for @ElementCollection enhancement
Initial support - add simple Set support and Json support for simple List and Set.
|
2018-03-20 17:24:35 +13:00 |
|
Rob Bygrave
|
74a9019535
|
#115 - Mapping - Add support for @ElementCollection enhancement
Initial support - simple List.
|
2018-03-20 14:22:29 +13:00 |
|
Rob Bygrave
|
f3251691e2
|
Test only change - Add test for SavePoint and compare to transaction.setRollbackOnly()
|
2018-03-19 09:18:00 +13:00 |
|
Rob Bygrave
|
9895e48485
|
#1349 - Example passing test for - RawSql fetch object with inheritance / 2
|
2018-03-15 22:47:37 +13:00 |
|
Rob Bygrave
|
4799c56e25
|
#225 - Mapping - Add / review support for @IdClass
|
2018-03-15 18:19:17 +13:00 |
|
Rob Bygrave
|
602a35d0b6
|
#1348 - ENH: Add support for bitwiseAnd / bitwiseAny / bitwiseAll .. expressions for use with integer/long "Flags" properties
|
2018-03-14 16:23:16 +13:00 |
|
Rob Bygrave
|
afead2da41
|
#1221 - ENH: Add a merge(bean) and merge(bean, paths)
|
2018-03-13 23:55:47 +13:00 |
|