rbygrave
|
6362634924
|
Fix for #230 - Delete with OneToOne fails with foreign key constraint violation
|
2015-01-13 00:43:27 +13:00 |
|
rbygrave
|
676a9c8d6c
|
Fix for #229 - EbeanCacheWarmer timer not canceled
|
2015-01-12 20:59:32 +13:00 |
|
rbygrave
|
b1b9f68b7e
|
Fix for #228 - LazyLoad bug with QueryIterator. Getting EntityNotFoundException("Bean has been deleted - lazy loading failed")
|
2015-01-12 20:41:37 +13:00 |
|
rbygrave
|
961b219e3e
|
Fix for #227 - Many2Many cache bug, incorrect query plan hash calculation
|
2015-01-11 20:45:07 +13:00 |
|
rbygrave
|
a998c0be55
|
Fix for #226 - Json - support parsing json with unknown bean properties
|
2014-12-19 00:01:02 +13:00 |
|
rbygrave
|
e0159ccb4f
|
Modify JsonContext added support for toBean() toList() and toObject() using JsonParser
|
2014-12-18 22:07:47 +13:00 |
|
rbygrave
|
54f21836b0
|
Javadoc update for RawSql
|
2014-12-18 00:44:58 +13:00 |
|
rbygrave
|
4adf5a9eba
|
Fix for #224 - ENH: Add tableAliasMapping() to RawSqlBuilder ... for better mapping of complex objects with raw sql
|
2014-12-17 23:58:27 +13:00 |
|
rbygrave
|
b6a0653a3c
|
Fix for #223 - RawSql that includes a OneToMany not working
|
2014-12-17 23:05:53 +13:00 |
|
rbygrave
|
c0810a375e
|
No effective change - code formatting
|
2014-12-17 23:04:59 +13:00 |
|
rbygrave
|
90fe19eb8d
|
cleanup of ebean.properties
|
2014-12-17 21:04:21 +13:00 |
|
rbygrave
|
43ecfe7c19
|
Fix for #185 - RawSql parse not working with "order siblings by NAME"
|
2014-12-17 21:03:53 +13:00 |
|
rbygrave
|
15be5dd4c7
|
Small tweak to example ebean.properties
|
2014-12-17 00:54:34 +13:00 |
|
rbygrave
|
d54cffacea
|
#222 - SQL Server - OnetoMany with compound key using IN is not legal in mssql
|
2014-12-17 00:53:42 +13:00 |
|
rbygrave
|
965de6e84d
|
#101 - SQL SERVER - drop.sql does not disable referential integrity
|
2014-12-17 00:52:31 +13:00 |
|
rbygrave
|
56fd6b90be
|
Rename db columns that clash with sql server keywords etc
|
2014-12-17 00:49:23 +13:00 |
|
rbygrave
|
dd85eba3f0
|
Rename db columns that clash with sql server keywords etc
|
2014-12-17 00:32:43 +13:00 |
|
rbygrave
|
d1a40d5676
|
Enable disallowBatchOnCascade per DatabasePlatform (added for SQL Server)
|
2014-12-17 00:31:29 +13:00 |
|
rbygrave
|
b0462bcda6
|
Enable disallowBatchOnCascade per DatabasePlatform (added for SQL Server)
|
2014-12-17 00:28:28 +13:00 |
|
rbygrave
|
59428bb214
|
Rename db columns that clash with sql server keywords etc
|
2014-12-17 00:20:48 +13:00 |
|
rbygrave
|
563cdd3b3b
|
Fix for #221 - ebean 4.4.1 does no longer respects ebean.namingConvention.useForeignKeyPrefix
|
2014-12-13 01:12:28 +13:00 |
|
rbygrave
|
1bd7b99235
|
Added @Transactional support for PersistBatch #220
|
2014-12-12 23:32:41 +13:00 |
|
rbygrave
|
6bb38f2674
|
#220 - Refactor Persist batch, add effectively add PersistBatch.INSERT (to ALL and NONE) and allow batching per request (save(), insert(), update(), delete())
|
2014-12-10 03:29:44 +13:00 |
|
rbygrave
|
bb6571f426
|
javadoc update, eol characters
|
2014-12-04 01:47:11 +13:00 |
|
rbygrave
|
1ee679c5ae
|
javadoc update
|
2014-12-04 01:20:35 +13:00 |
|
rbygrave
|
3a86be5f3d
|
#219 - Update PagedList javadoc - enable foreground query for getTotalRowCount() when loadRowCount() has not been used
|
2014-12-03 22:33:35 +13:00 |
|
rbygrave
|
9dd412cd19
|
#218 - Internal change - modify SequenceIdGenerator to use Long instead of Integer
|
2014-12-01 23:35:25 +13:00 |
|
rbygrave
|
8237072f5b
|
#217 - ENH: Restore findFutureList() removing its previous deprecated status. Change implementation to use its own PersistenceContext (aka PersistenceContextScope.QUERY)
|
2014-12-01 23:09:25 +13:00 |
|
rbygrave
|
dd30b43d59
|
#216 - ENH: Add Model.Finder deleteById(id) method
|
2014-12-01 23:02:58 +13:00 |
|
rbygrave
|
09f8967459
|
#215 - Remove findPagingList() ... it has been deprecated for a while, please migrate to findPagedList()
|
2014-12-01 21:52:40 +13:00 |
|
rbygrave
|
e3bf3629ee
|
Remove extraneous ServerConfig.enhanceLogLevel which is no longer used
|
2014-12-01 21:27:27 +13:00 |
|
rbygrave
|
b6edd33f9a
|
Fix for #214 - Change default lazyLoadBatchSize from 1 to 10 (in ServerConfig)
|
2014-12-01 21:16:30 +13:00 |
|
rbygrave
|
3a11a23e01
|
Fix for #213 - Make PathProperties easier to use - deprecate JsonWriteOptions
|
2014-12-01 21:10:51 +13:00 |
|
rbygrave
|
370267ab6f
|
Refactor properties bootup, remove GlobalProperties and allow ServerConfig.loadFromProperties()
|
2014-11-30 17:08:02 +13:00 |
|
rbygrave
|
fe65a0ccb9
|
Change Test - make test more explicit wrt batch lazy loading
|
2014-11-30 12:55:46 +13:00 |
|
rbygrave
|
2837324a03
|
Change Test - make test more explicit wrt batch lazy loading
|
2014-11-30 12:55:16 +13:00 |
|
rbygrave
|
cc788e281f
|
No effective change - javadoc update
|
2014-11-26 23:53:06 +13:00 |
|
rbygrave
|
d55a7b26f8
|
No effective change - javadoc warnings
|
2014-11-26 23:08:01 +13:00 |
|
rbygrave
|
2195d7ecbc
|
#211 - ENH: Add support for File as a bean type ... for streaming into/from db
|
2014-11-26 22:45:33 +13:00 |
|
rbygrave
|
983391af94
|
#210 - ENH: Add Query.setLazyLoadBatch(int size) method ... for per query control
|
2014-11-26 20:24:14 +13:00 |
|
rbygrave
|
478053263f
|
#210 - ENH: Add Query.setLazyLoadBatch(int size) method ... for per query control
|
2014-11-26 20:13:30 +13:00 |
|
rbygrave
|
6a6cff2236
|
Fix for #209 - refresh() ... does not refresh OneToMany or ManyToMany properties
|
2014-11-25 23:40:21 +13:00 |
|
rbygrave
|
d5d6ac675b
|
Add support for java.time types for use with @CreatedTimestamp and @UpdatedTimestamp
|
2014-11-24 20:41:46 +13:00 |
|
rbygrave
|
8ea1f51c7f
|
Remove deprecated Expression.join() methods
|
2014-11-23 00:53:48 +13:00 |
|
rbygrave
|
6ecb77dcc2
|
Fix for #206 - Reuse SqlUpdate when binding a list that can vary in size
|
2014-11-22 23:40:14 +13:00 |
|
rbygrave
|
216806074c
|
Remove PersistenceContextScope.NONE for now
|
2014-11-22 12:46:40 +13:00 |
|
rbygrave
|
65cb2ae94d
|
#203: ENH: Add Transaction hook ... for preCommit(), postCommit(), postRollback()
|
2014-11-22 12:14:21 +13:00 |
|
rbygrave
|
6677a6199c
|
Fix for #207: Add support for PeristenceContextScope QUERY and NONE (in addition to the existing TRANSACTION scope)
|
2014-11-20 00:53:32 +13:00 |
|
rbygrave
|
55eaa0b484
|
Fix for #204: Revert change from #163 - Add back support for DataSource with autocommit=true
|
2014-11-19 20:10:50 +13:00 |
|
rbygrave
|
353f662d70
|
Fix for #205: For JsonContext API wrap checked IOException in runtime JsonIOException
|
2014-11-19 20:00:31 +13:00 |
|