rbygrave
|
1ced574cd8
|
bump pom version to 4.4.1-SNAPSHOT
|
2014-12-01 23:36:41 +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
|
a6bd614f87
|
bump version in readme
|
2014-11-27 01:20:57 +13:00 |
|
rbygrave
|
dfaf4b2f31
|
[maven-release-plugin] prepare for next development iteration
|
2014-11-27 01:01:41 +13:00 |
|
rbygrave
|
0f26160e1b
|
[maven-release-plugin] prepare release avaje-ebeanorm-4.3.1
avaje-ebeanorm-4.3.1
|
2014-11-27 01:00:53 +13:00 |
|
rbygrave
|
cb66aaf66c
|
Change pom to attach javadocs as jar for deploy to central
|
2014-11-27 00:58:47 +13:00 |
|
rbygrave
|
78b1c05de1
|
[maven-release-plugin] prepare for next development iteration
|
2014-11-26 23:54:47 +13:00 |
|
rbygrave
|
c70a4f80eb
|
[maven-release-plugin] prepare release avaje-ebeanorm-4.3.0
avaje-ebeanorm-4.3.0
|
2014-11-26 23:54:21 +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
|
1cd31e13b9
|
bump pom to 4.3.0-SNAPSHOT
|
2014-11-25 23:55:24 +13:00 |
|
rbygrave
|
374d7faae9
|
bump pom to 4.3.0-SNAPSHOT
|
2014-11-25 23:54:46 +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 |
|
rbygrave
|
c95d76d6f6
|
Fix for #201: Change BeanPersistListener to use isRegisterFor() method rather than generics type (just like BeanPersistController)
|
2014-11-19 19:43:34 +13:00 |
|
Rob Bygrave
|
e04d6979d1
|
Merge pull request #202 from ebean-orm/java8
Add support for java.time types, tidy up ScalarTypes
|
2014-11-19 00:13:37 +13:00 |
|
rbygrave
|
b8078083b1
|
Add MonthDay support, ScalarTypeMonthDay
|
2014-11-18 23:57:53 +13:00 |
|
rbygrave
|
07cdb69a5b
|
Add Period support via CompoundTypePeriod, rename server/reflect to server/properties
|
2014-11-18 23:09:26 +13:00 |
|
rbygrave
|
98f6e1e6af
|
Update ScalarTypeMonth and ScalarTypeDayOfWeek
|
2014-11-18 20:06:13 +13:00 |
|
rbygrave
|
fd4d757f87
|
WIP Java8 types - ScalarTypeDuration etc
|
2014-11-18 01:20:26 +13:00 |
|
rbygrave
|
b71b0fc8e2
|
WIP Java8 types - ScalarTypeDuration etc
|
2014-11-17 01:09:43 +13:00 |
|
rbygrave
|
4303bcfd13
|
No effective change - tidy up on DeployCreateProperties
|
2014-11-17 00:23:30 +13:00 |
|
rbygrave
|
7f30dc7b1e
|
WIP Java8 types - ScalarTypeDuration etc
|
2014-11-17 00:05:20 +13:00 |
|
rbygrave
|
4a882b537c
|
#197 - Add Query findEach() findEachWhile() ... as better method names for findVisit(). More consistent with forEach() methods
|
2014-11-14 21:26:32 +13:00 |
|
rbygrave
|
641385aab5
|
ScalarTypeLocalDate update - some test ordering issues
|
2014-11-14 01:01:32 +13:00 |
|
rbygrave
|
33ab7eb7a5
|
Add ScalarTypeLocalDate
|
2014-11-13 23:13:51 +13:00 |
|
Rob Bygrave
|
f6674f8e3b
|
[maven-release-plugin] prepare for next development iteration
|
2014-11-13 01:28:18 +13:00 |
|
Rob Bygrave
|
4e8b3f22de
|
[maven-release-plugin] prepare release avaje-ebeanorm-4.2.0
avaje-ebeanorm-4.2.0
|
2014-11-13 01:27:58 +13:00 |
|
Rob Bygrave
|
55e43ddc36
|
Add whitespace for MANIFEST.MF
|
2014-11-13 01:26:47 +13:00 |
|
Rob Bygrave
|
97d75c06a1
|
Revert MANIFEST.MF - invalid header
|
2014-11-13 01:15:47 +13:00 |
|
Rob Bygrave
|
adcfa939e4
|
revert MANIFEST.MF - invalid jackson part
|
2014-11-13 01:11:07 +13:00 |
|