Rob Bygrave
|
ab9762bbd9
|
Fix for #190 - javax.persistence.PersistenceException: Server [null] was not found? at EntityBeanIntercept.loadBean(EntityBeanIntercept.java:693)
|
2014-09-10 00:00:49 +12:00 |
|
Rob Bygrave
|
29f1e63146
|
Fix for #186 - Fix for Lazy load when fetched optional ManyToOne bean is null in database
|
2014-08-22 00:41:12 +12:00 |
|
rbygrave
|
62c083a6ea
|
Add LongMaxUpdater, change CQueryPlanStats to use LongMaxUpdater
|
2014-07-29 23:48:38 +12:00 |
|
rbygrave
|
7f8e4be396
|
Merge branch 'master' of github.com:ebean-orm/avaje-ebeanorm
|
2014-07-29 23:44:38 +12:00 |
|
rbygrave
|
2ad39974e8
|
No effective change - code format and javadoc tidy
|
2014-07-29 23:44:03 +12:00 |
|
Rick van Biljouw
|
5cf668f65b
|
Disallow Index annotation on fields that have a relationship annotation (OneToMany, ManyToOne or OneToOne)
|
2014-07-28 19:44:25 +01:00 |
|
Rick van Biljouw
|
31f56621ff
|
Added @Index annotation to generate single-column indexes
|
2014-07-28 18:43:50 +01:00 |
|
rbygrave
|
fdb573bfe2
|
Fix for #177 - EbeanServer.refresh() not loading/refreshing @Lob property unless it is annotated with @Basic(fetch=FetchType.EAGER)
|
2014-07-26 00:09:26 +12:00 |
|
rbygrave
|
ae0e1fe691
|
No effective change - remove some incorrect javadoc
|
2014-07-25 23:21:14 +12:00 |
|
rbygrave
|
e50656871d
|
Fix for #175 - Change to use System.getProperty("ebean.serverfactory")
rather than GlobalProperties
|
2014-07-21 22:31:01 +12:00 |
|
rbygrave
|
f7ece0f13c
|
Fix for #174 - Incorrect SQL generated with syntax error at the "order by" clause
|
2014-07-21 21:49:31 +12:00 |
|
rbygrave
|
63e9f603ec
|
Code cleanup - move old iterator/while loops to for loops
|
2014-07-19 19:10:13 +12:00 |
|
rbygrave
|
0c4fc4eea3
|
Fix for #173 - Ability to use a MappedSuperClass without being enhanced as long as it doesn't have persistent fields
|
2014-07-19 17:49:03 +12:00 |
|
rbygrave
|
2dca1bdf5b
|
Fix for #172 - Regression: @Where predicates not applied in eager fetch (but are on lazy load)
|
2014-07-18 23:35:14 +12:00 |
|
rbygrave
|
3f2676ab49
|
Fix for #168 - ENH: DataSource - add support for configuring autocommit=true
|
2014-07-16 21:58:32 +12:00 |
|
rbygrave
|
3f29acb25c
|
Fix for #169 - Caused by: java.lang.ClassCastException: org.example.Order cannot be cast to org.example.Customer
|
2014-07-15 23:09:08 +12:00 |
|
rbygrave
|
6d1a41f979
|
Fix for #167 - Ebean try to do update child nodes instead of inserting them on cascading save resulting in OptimisticLockException
|
2014-07-15 22:05:56 +12:00 |
|
rbygrave
|
4e2bc6cce6
|
Fix for #166 - Incorrect join with @OneToOne optional on one side and
NOT optional on other side
|
2014-07-10 03:05:52 +12:00 |
|
rbygrave
|
176197513d
|
No effective change - format only
|
2014-07-09 23:51:19 +12:00 |
|
rbygrave
|
1e3035c558
|
Fix for #164 - Incorrect join used when where expression has a many
property and ends with a foreign key column
|
2014-07-09 23:31:15 +12:00 |
|
rbygrave
|
17f7143447
|
Fix for #163 - Remove detection of autocommit=true from JdbcTransaction
|
2014-07-09 22:24:28 +12:00 |
|
Rob Bygrave
|
452ce78c3d
|
Fix for #161 - DDL Generation - @OneToOne (foreign key column / JoinColumn) should default to having a unique constraint on it
|
2014-07-08 23:23:46 +12:00 |
|
Rob Bygrave
|
4cb13760c2
|
Fix for #160 - DDL generation throwing NPE at com.avaje.ebeaninternal.server.ddl.CreateTableVisitor.isDbColumnWritten(CreateTableVisitor.java:60)
|
2014-07-08 23:04:27 +12:00 |
|
Rob Bygrave
|
5cc2eff0d4
|
Fix for #158 - Add support for using setDistinct (by excluding id property from generated sql)
|
2014-07-07 23:29:48 +12:00 |
|
Rob Bygrave
|
cceb7c035c
|
Fix for #159 - Refactor - cleanup clode when closing query only transaction + change default option
|
2014-07-05 22:10:53 +12:00 |
|
Rob Bygrave
|
1ddc103582
|
Fix for #157 - Regression for @OrderBy on a @ManyToMany property due to change from issue 154
|
2014-07-02 23:56:42 +12:00 |
|
Rob Bygrave
|
10f0ea9bae
|
No effective change - code format and tidy up
|
2014-07-02 23:10:53 +12:00 |
|
Rob Bygrave
|
c49dd54500
|
Improve exception throw in BeanReflectProperties when _ebean_props not found
|
2014-07-02 21:23:28 +12:00 |
|
Rob Bygrave
|
f88524b34c
|
Fix for #156 - NPE in DDL Generation when Embedded bean as column with unique constraint
|
2014-06-30 22:03:31 +12:00 |
|
Rob Bygrave
|
6838b4df4f
|
Fix for #155 Add markAsDirty() method
|
2014-06-27 23:08:36 +12:00 |
|
Rob Bygrave
|
7966d74eb3
|
Just tweaking some very common string appending with buffer size prediction
|
2014-06-26 01:15:48 +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
|
3e33ece65a
|
No effective change - add protected modified
|
2014-06-26 00:12:55 +12:00 |
|
Rob Bygrave
|
0b2ba2a82e
|
Fix for #151 - IllegalArgumentException using enum in filter - toBeanType() throws
|
2014-06-24 00:04:32 +12:00 |
|
Rob Bygrave
|
df526b8f3c
|
Fix for #149 - OneToMany with nested ManyToMany deletion bug
|
2014-06-23 23:34:22 +12:00 |
|
Rob Bygrave
|
8fe1f32e78
|
No effective change - code reformat on PersistRequestBean
|
2014-06-21 00:03:28 +12:00 |
|
Rob Bygrave
|
c5ea93fb8e
|
Fix for #150 - Stateless update - property changed in BeanPersistAdapter
preUpdate not included in update
|
2014-06-20 23:49:29 +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
|
7d83e3f49e
|
Fix for #97 - ENH: (406) Add support for Postgres Serial type
|
2014-06-13 23:48:45 +12:00 |
|
Rob Bygrave
|
974284bf8a
|
Addition to fix for #139 - DDL constraint generation when table with schema
|
2014-06-13 02:38:14 +12:00 |
|
Rob Bygrave
|
b446f00cd8
|
Addition to fix for #139 - DDL constraint generation when table with schema
|
2014-06-12 23:48:40 +12:00 |
|
Rob Bygrave
|
a4095b4ae5
|
Fix for #142 - ENH: Add support for using RawSql with user supplied ResultSet
|
2014-06-12 21:11:14 +12:00 |
|
Rob Bygrave
|
af6dbd0dbe
|
Fix for #140 - Add some support for RawSql findRowCount, remove BeanCollection.hasMoreRows()
|
2014-06-10 23:52:05 +12:00 |
|
Rob Bygrave
|
b6b85225e7
|
Fix for #139 - DDL constraint generation when table with schema
|
2014-06-10 21:13:16 +12:00 |
|
Rob Bygrave
|
8a9ab39a01
|
Fix for #138 Issue with lazy loading after a findIterate query
|
2014-05-30 02:50:51 +12:00 |
|
Rob Bygrave
|
84e5a6145e
|
Fix for #137 - transaction.setBatchFlushOnQuery(false) not working for
some queries
|
2014-05-30 01:35:19 +12:00 |
|
Rob Bygrave
|
1f5618d0e3
|
Fix for #136 - Minor - not log extra SQL into log when using jdbc batch
mode
|
2014-05-30 01:32:44 +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
|
a4b145bc2d
|
Updated Model - javadoc and cleanup
|
2014-05-27 22:19:41 +12:00 |
|