Rob Bygrave
|
a49cd42a0c
|
Fix for #119 - Add support for @PrePersist, @PostPersist, @PostLoad
|
2014-05-17 01:24:32 +12:00 |
|
Rob Bygrave
|
8c8442ec58
|
Fix for #112 - ENH (411) : RawSql to support discriminator column mapping.
|
2014-05-17 00:11:44 +12:00 |
|
Rob Bygrave
|
41f3173adf
|
Add PagedList was part of #96
|
2014-05-16 01:41:56 +12:00 |
|
Rob Bygrave
|
fffda7c789
|
Test and additional fix for #56 - Using findIterate with MySQL streams
the entire result set at once
|
2014-05-15 22:08:23 +12:00 |
|
Rob Bygrave
|
fcbedda597
|
Fix for #102 - When using @Transient along with @Formula I'm not seeing any values in the field.
|
2014-05-14 23:35:15 +12:00 |
|
Rob Bygrave
|
2055349d76
|
Fix for #103 DDL creation doesn't handle nullable attribute of @JoinColumn
|
2014-05-14 23:21:31 +12:00 |
|
Rob Bygrave
|
44ee64cde5
|
Fix for #57 - Embedded Entities with Autofetch Exception, plus some additional tests
|
2014-05-14 23:13:14 +12:00 |
|
Rob Bygrave
|
9f916998c9
|
Test and Fix for #127 Exception using findIds() with inheritance
SINGLE_TABLE
|
2014-05-14 21:10:52 +12:00 |
|
Rob Bygrave
|
538ebdc899
|
Fix for #122 Allow the global row limit for queries to be configurable ( CQuery.GLOBAL_ROW_LIMIT)
|
2014-05-01 00:12:48 +12:00 |
|
Rob Bygrave
|
d6e0d661fb
|
no effective change - javadoc update
|
2014-05-01 00:11:59 +12:00 |
|
Rob Bygrave
|
289deb397a
|
Embedded beans support in l2 cache - initial work
|
2014-04-30 01:49:20 +12:00 |
|
Rob Bygrave
|
563293f7a9
|
Test case and fix for #113 (395) : On save @OneToOne does not cascade parent IDs to child node
|
2014-04-30 00:01:54 +12:00 |
|
Rob Bygrave
|
77f7bc2a7e
|
Fix for #111 - Ebean doesn't honor @Transient for non-primitive array properties
|
2014-04-29 21:20:42 +12:00 |
|
Rob Bygrave
|
5ba66e4d78
|
#96 - marking findPagingList() as deprecated
|
2014-04-27 01:52:44 +12:00 |
|
Rob Bygrave
|
0eb7139426
|
Fix for #95 - Deprecating - Query findFutureList() and SqlQuery findFutureList()
|
2014-04-27 01:44:26 +12:00 |
|
Rob Bygrave
|
d16d92db54
|
Test case and Fix for #67 - Bug - @AttributeOverrides annotation for attribute definition in entity does not work for embedded primary keys
|
2014-04-27 00:57:29 +12:00 |
|
Rob Bygrave
|
1a13fc9742
|
Fixes for #94 - Additional API - added update(Collection beans); and insert(Collection beans); and #93 - ebean.properties defaultDeleteMissingChildren moved to updatesDeleteMissingChildren
|
2014-04-26 23:43:08 +12:00 |
|
Rob Bygrave
|
27803afe64
|
Test and Fix for #39 - TestOnCascadeDeleteChildrenWithCompositeKeys from hei1233212000, with fix included
|
2014-04-25 22:32:33 +12:00 |
|
Rob Bygrave
|
14034ffaa0
|
Change to use enhancement for creating new entity bean instances
|
2014-04-25 15:54:07 +12:00 |
|
Rob Bygrave
|
bc75736780
|
merge of develop-v4
|
2014-04-25 14:36:06 +12:00 |
|
Rob Bygrave
|
ed0fe7fd57
|
Caching changes and refactoring, includes Fix for Wobu - TestCacheCollectionIds test case
|
2014-04-25 03:06:22 +12:00 |
|
 Wolfgang BuchnerandRob Bygrave
|
89f7d2bace
|
Test and fix for TestStatelessUpdate.testStatelessRecursiveUpdateWithVersionField()
|
2014-04-24 02:34:01 +12:00 |
|
Rob Bygrave
|
4c4e084e43
|
WIP update/refactoring on caching
|
2014-04-24 01:57:52 +12:00 |
|
Rob Bygrave
|
a7df7da984
|
Fix #23 - Covers: unit tests for: stateless updates which fails when executing without...
|
2014-04-23 21:16:30 +12:00 |
|
Rob Bygrave
|
1451ec0084
|
Fix for TestStatelessUpdate.testWithoutChangesAndVersionColumnAndIgnoreNullValues
|
2014-04-23 03:27:39 +12:00 |
|
Rob Bygrave
|
654b10154e
|
Fix for #83 - Bug: Stateless update cascading to OneToOne or ManyToOne incorrectly tries to INSERT rather than UPDATE
|
2014-04-23 02:31:08 +12:00 |
|
Rob Bygrave
|
0d1c9e2883
|
Fix for #91 Stateless Update API Change, #90 Removed BeanState.setReference(), #89 Remove support for multiple @Id properties
|
2014-04-23 01:51:27 +12:00 |
|
Rob Bygrave
|
5e2d592c2a
|
v4 refactor for diff() support
|
2014-04-21 12:34:51 +12:00 |
|
Rob Bygrave
|
2344f57f84
|
#88 - v4 - Breaking API Change - BeanPersistRequest.getOldValues() replaced with ... Map<String,ValuePair> getUpdatedValues()
|
2014-04-20 22:52:02 +12:00 |
|
Rob Bygrave
|
fc628d336d
|
Fix for #87 - v4 - Remove Query setBackgroundFetchAfter() feature
|
2014-04-20 19:30:40 +12:00 |
|
Rob Bygrave
|
18d9c53ce3
|
Fix for #86 - v4 - Remove deprecated QueryListener. You must convert to findIterate() or findVisit()
|
2014-04-20 17:18:13 +12:00 |
|
Rob Bygrave
|
811d298355
|
WIP - rename EntityBeanIntercept lazy loading property methods
|
2014-04-20 17:01:36 +12:00 |
|
Rob Bygrave
|
f7a37537db
|
WIP update api
|
2014-04-20 16:57:14 +12:00 |
|
Rob Bygrave
|
0435ab0991
|
Fix for #84 Fix for classpath searching with maven surefire / jarfile with manifest
|
2014-04-03 23:14:55 +13:00 |
|
Rob Bygrave
|
96e4b4640f
|
Merge in v4 code changes
|
2014-04-03 03:47:55 +13:00 |
|
Rob Bygrave
|
18961047a1
|
Fix for #80 - Exposing discriminator value in entity bean throws
exception when updating or deleting
|
2014-03-31 22:49:44 +13:00 |
|
Rob Bygrave
|
34347fc3e1
|
Fix for #77 - NPE when lazy loading on a OneToMany that is not a leaf
|
2014-03-31 22:06:10 +13:00 |
|
Rob Bygrave
|
189e0a2ea9
|
Part of fix for #79 - moving deactivate() and notifyCommit() into finally block
|
2014-03-21 21:54:47 +13:00 |
|
Rob Bygrave
|
182e027521
|
Further changes for #79 - returning/cleanup of bad connection
|
2014-03-21 02:42:41 +13:00 |
|
Rob Bygrave
|
f85fa2c21d
|
Fix for #79 - Rollback in case of connection closed - deactivate() not called when connection.rollback() fails
|
2014-03-20 20:14:14 +13:00 |
|
Rob Bygrave
|
5a5f479568
|
Merge pull request #81 from rvowles/master
assume that if includes are specified then turn default includes off
|
2014-03-16 15:02:28 +13:00 |
|
Rob Bygrave
|
9ca2486c9c
|
Change defaultJarMatch back to default to false (as per previous release)
|
2014-03-16 14:31:21 +13:00 |
|
Richard Vowles
|
656b239925
|
assume that if includes are specified then turn default includes off
|
2014-03-16 13:11:51 +13:00 |
|
Rob Bygrave
|
5d46904341
|
Fix for introduced issue with sub-query expression
|
2014-03-16 00:05:43 +13:00 |
|
Rob Bygrave
|
f0dd069ed2
|
Fix for #70 - @PrivateOwned makes Ebean try to remove non persistent objects from DB and throws OptimisticLockException
|
2014-03-15 13:48:56 +13:00 |
|
Rob Bygrave
|
eeebaf9a08
|
Fix for #78 - Wrong collection used in excludeJar
|
2014-03-15 12:53:58 +13:00 |
|
Rob Bygrave
|
636a148509
|
Fix for #79 - Rollback in case of connection closed
|
2014-03-15 12:45:44 +13:00 |
|
Rob Bygrave
|
0014ea3501
|
Remove unused Lucene references including Query.UserIndex and associated methods
|
2014-01-31 01:26:12 +13:00 |
|
Rob Bygrave
|
8bfa331c61
|
Cleanup of expressions after FilterExprPath now only needed on FilterExpressionList
|
2014-01-31 00:48:59 +13:00 |
|
Rob Bygrave
|
456a1d8608
|
Remove AutoFetch query statistics meta entity beans, Remove Xml bean parsing (for json etc)
|
2014-01-31 00:22:38 +13:00 |
|