Rob Bygrave
|
b313809894
|
WIP json refactor - initial tidy
|
2014-11-05 23:15:09 +13:00 |
|
Rob Bygrave
|
0ceda6406e
|
WIP on JSON refactor
|
2014-06-28 03:09:10 +12:00 |
|
Rob Bygrave
|
1109d412e7
|
Fix for #154 - @OrderBy on a @OneToMany property is not used when lazy loading
|
2014-06-26 00:37:31 +12:00 |
|
Rob Bygrave
|
9b4b7a1a01
|
Opps, part of #108
|
2014-06-19 02:03:14 +12:00 |
|
Rob Bygrave
|
548fa745d6
|
Fix for #108 - ENH (443) : Postgres HStore support
|
2014-06-19 01:35:07 +12:00 |
|
Rob Bygrave
|
b1de821817
|
Fix for #135 Make Model abstract, change db() and db(server) to be
static methods.
|
2014-05-30 01:30:57 +12:00 |
|
Rob Bygrave
|
5491b27528
|
Fix for #131 - Memory issue (Hard refs) when using findIterate
|
2014-05-27 20:35:53 +12:00 |
|
Rob Bygrave
|
08602afcff
|
Fix for #37 - disjunction expression should not produce inner join - left outer join instead
|
2014-05-18 21:17:19 +12:00 |
|
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
|
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
|
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
|
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
|
ed0fe7fd57
|
Caching changes and refactoring, includes Fix for Wobu - TestCacheCollectionIds test case
|
2014-04-25 03:06:22 +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
|
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
|
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
|
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
|
96e4b4640f
|
Merge in v4 code changes
|
2014-04-03 03:47:55 +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
|
456a1d8608
|
Remove AutoFetch query statistics meta entity beans, Remove Xml bean parsing (for json etc)
|
2014-01-31 00:22:38 +13:00 |
|
Rob Bygrave
|
ef39bfcf14
|
Merge branch 'many-lazy-load'
|
2014-01-30 22:32:50 +13:00 |
|
Rob Bygrave
|
749f8d0d45
|
Change *ToMany lazy loading to not use the parent entity/table
|
2014-01-30 22:27:52 +13:00 |
|
Rob Bygrave
|
ee96c4afa6
|
Fix for Issue 72 - Bug - models.Role cannot be cast to java.util.Map [error] at com.avaje.ebeaninternal.server.persist.DefaultPersister.saveAssocManyDetails(DefaultPersister.java:877)
|
2014-01-23 00:50:09 +13:00 |
|
Rob Bygrave
|
acca803a80
|
Add MetaObjectGraphNodeStats and MetaQueryPlanOriginCount etc
|
2014-01-22 01:05:22 +13:00 |
|
Rob Bygrave
|
f287205421
|
Refactor of query plan hash - add HashQueryPlan, HashQuery etc
|
2014-01-21 00:48:38 +13:00 |
|
Rob Bygrave
|
6bd8c2bd05
|
Add MetaInfoManager API, remove MetaQueryStatistic entity bean, refactor query execution stats collection
|
2014-01-19 22:49:18 +13:00 |
|
Rob Bygrave
|
73452a5f68
|
Fix for issue 68 - findRowCount sql error when using a @Formula property in the where clause
|
2014-01-16 20:36:23 +13:00 |
|
Rob Bygrave
|
9c7f62e8b1
|
Allow more flexibility with JSON marshalling of non-entity beans
|
2013-08-02 12:16:00 +12:00 |
|
Rob Bygrave
|
44d95dc06c
|
Fix for Issue 43 - Support for JSON unmarshalling of @XmlRootElement
beans.
|
2013-07-29 23:24:30 +12:00 |
|
Robin Bygrave
|
c176e4f05e
|
Fix for Issue 34 - JSR 303 Validation groups are ignored for DDL
generation (of @NotNull)
|
2013-07-01 09:50:42 +12:00 |
|
Robin Bygrave
|
4bbbad9b3b
|
Fix for Issue 30 Invalidating L2 Cache on deletion for referenced
OneToMany relations not working
|
2013-06-27 23:13:06 +12:00 |
|
Robin Bygrave
|
9ad4931c12
|
Add fix and test for BUG 408 from Eddie
|
2013-06-19 22:35:42 +12:00 |
|
Robin Bygrave
|
4ec62a5772
|
initial rework for new enhancement
|
2013-06-19 20:36:24 +12:00 |
|
Robert Biter
|
703ee59792
|
removed dead code in TableJoin
|
2013-05-02 11:05:49 +03:00 |
|
Robin Bygrave
|
513a61503e
|
Fix for commented out code for setConcurrencyMode(). Bah!!
|
2013-04-28 00:14:03 +12:00 |
|
Robin Bygrave
|
97cc2984cf
|
Fix for Issue 11 - Jaxrs and Inheritance - BeanDescriptor bug
|
2013-04-25 16:10:34 +12:00 |
|
Robin Bygrave
|
f4b02b0121
|
Optionally check javax.validation annotations, Remove some Ldap code
|
2013-04-22 22:49:11 +12:00 |
|
Robin Bygrave
|
2567022d95
|
Remove Subclassing/Dynamic Proxy support - beans must be enhanced
|
2013-04-19 16:25:10 +12:00 |
|