Robin Bygrave
b8a2aac95a
#336 - Remove deprecated method - delete(Iterator<?> it, Transaction transaction)
2015-07-20 10:59:52 +12:00
Robin Bygrave
7b090a6346
#335 - Remove deprecated method - delete(Collection<?> beans) ... migrate to deleteAll()
2015-07-20 10:54:18 +12:00
Robin Bygrave
b10c68489f
#334 - Remove deprecated method - delete(Iterator<?> it) ... change to iterate yourself and delete()
2015-07-20 10:47:51 +12:00
Robin Bygrave
2dbb2d9911
#333 - Remove deprecated method - save(Iterator<?> it) ... change to iterate yourself and save()
2015-07-20 10:43:37 +12:00
Robin Bygrave
b3b4c72a77
#332 - Remove deprecated method - save(Collection<?> beans) ... migrate to saveAll(beans)
2015-07-20 10:39:15 +12:00
Robin Bygrave
1c040e4583
No effective change - code format
2015-07-20 10:24:10 +12:00
Robin Bygrave
9677e585b6
#331 - Remove deprecated method - EbeanServer.findVisit() ... in favor of findEachWhile() or findEach()
2015-07-20 10:22:50 +12:00
Robin Bygrave
c53806224f
[maven-release-plugin] prepare for next development iteration
2015-07-20 09:53:59 +12:00
Robin Bygrave
6fd5927c64
[maven-release-plugin] prepare release avaje-ebeanorm-5.1.1
avaje-ebeanorm-5.1.1
2015-07-20 09:53:35 +12:00
Robin Bygrave
920635c6df
#326 - API Addition - saveAll(), deleteAll() etc
2015-07-20 09:51:36 +12:00
Robin Bygrave
fb1c29b57c
Bump pom to 5.1.1-SNAPSHOT
2015-07-20 09:46:31 +12:00
Robin Bygrave
89bed8be67
#326 - API Addition - saveAll(), deleteAll() etc
2015-07-20 09:42:05 +12:00
Robin Bygrave
776e48a501
[maven-release-plugin] prepare for next development iteration
2015-07-20 09:06:01 +12:00
Robin Bygrave
0666a72df7
[maven-release-plugin] prepare release avaje-ebeanorm-4.9.1
avaje-ebeanorm-4.9.1
2015-07-20 09:05:34 +12:00
Robin Bygrave
55000a3515
No effective change - rename parameter ctx -> parser
2015-07-20 09:01:54 +12:00
Robin Bygrave
8307e259ba
bump pom to 4.9.1-SNAPSHOT
2015-07-20 08:50:54 +12:00
Robin Bygrave
95b7574d04
No effective change - format
2015-07-20 08:49:31 +12:00
Robin Bygrave
f6466d3211
#280 - ENH: Add ServerConfig.setJsonInclude(...) ALL, NON_NULL, NON_EMPTY
2015-07-20 08:45:46 +12:00
Robin Bygrave
160e4d7dd1
#318 - JSON - toBean error at Transient (with support for #327 , #328 , #329 )
2015-07-19 21:41:20 +12:00
Robin Bygrave
a00980c61f
#329 - JSON - Remove @Deprecated from JsonWriteOptions ... to support ObjectMapper which can be used for serialize/deserialize of @Transient properties
2015-07-19 21:38:27 +12:00
Robin Bygrave
72d2fcb59e
#330 - JSON - Add ebean @JsonIgnore ... with serialize() default false and deserialize() default false
2015-07-19 21:37:37 +12:00
Robin Bygrave
0f503b2a2f
No effective change - format code
2015-07-19 09:35:27 +12:00
Robin Bygrave
a79e2e786a
#324 - on effective change, sync internal name from primaryServer to defaultServer
2015-07-19 09:20:03 +12:00
Robin Bygrave
c9ffa2673f
#324 - ENH: Add Ebean.getDefaultServer()
2015-07-18 07:46:53 +12:00
Robin Bygrave
0e0fa37f0d
#324 - ENH: Add Ebean.getDefaultServer()
2015-07-18 07:46:42 +12:00
Robin Bygrave
f7bbd5b3bb
No effective change - code format (fix variable names)
2015-07-18 07:35:19 +12:00
Robin Bygrave
ba614cd287
No effective change - code format
2015-07-18 07:34:56 +12:00
Robin Bygrave
7d028f3318
[maven-release-plugin] prepare for next development iteration
2015-07-14 23:28:55 +12:00
Robin Bygrave
21b04c244b
[maven-release-plugin] prepare release avaje-ebeanorm-4.8.1
avaje-ebeanorm-4.8.1
2015-07-14 23:28:32 +12:00
Robin Bygrave
957c2def43
bump pom to 4.8.1-SNAPSHOT
2015-07-14 23:24:34 +12:00
Robin Bygrave
35f9cd3821
Bump pom to 4.8.1-SNAPSHOT
2015-07-14 23:18:51 +12:00
Robin Bygrave
e95d3304bf
#322 - RawSql fetch object with inheritance
2015-07-14 23:09:38 +12:00
rbygrave
0f7c9da5d2
#319 - Beans loaded without an @Id value ... return in NEW state rather than LOADED state (also refer to #317 )
2015-07-09 22:18:03 +12:00
rbygrave
b4008da70c
#317 - RawSql getting error - Caused by: java.sql.SQLException: Column Index out of range, 0 < 1.
2015-07-09 21:44:45 +12:00
rbygrave
34a0f16c74
No effective change - bump mysql-connector-java test dependency version
2015-07-07 23:07:10 +12:00
Rob Bygrave
a880109201
Merge pull request #316 from castovoid/master
...
Resolve NullPointerException on JtaTransacionManager constructor
2015-06-30 21:17:27 +12:00
Rob Bygrave
0607151ac8
Merge pull request #315 from ossd/patch-1
...
Update ScalarTypeEnumStandard.java
2015-06-30 21:15:47 +12:00
Leone Parise
5c4ad4c01c
Resolve NullPointerException on JtaTransacionManager
2015-06-30 01:01:35 -03:00
ossd
3564504e00
Update ScalarTypeEnumStandard.java
...
Using toString() to calculate the Enum length is wrong. If you overwrite the Enum's toString() the length may be shorter. In this situation, the ddl script will create a to small varchar field for the value and you get an exception on save
2015-06-29 22:36:24 +02:00
rbygrave
49babef495
#314 - ServerCache API - change from int to long for ServerCacheStatistics (hitCount, missCount) and ServerCache remove putIfAbsent() method
2015-06-30 00:56:11 +12:00
rbygrave
9e3362d004
No effective change - tidy
2015-06-26 23:05:40 +12:00
Rob Bygrave
3f0dcdb6d1
Update README.md
2015-06-25 00:12:16 +12:00
rbygrave
481116251d
[maven-release-plugin] prepare for next development iteration
2015-06-24 23:50:22 +12:00
rbygrave
d490966025
[maven-release-plugin] prepare release avaje-ebeanorm-4.7.3
avaje-ebeanorm-4.7.3
2015-06-24 23:50:02 +12:00
rbygrave
5bc0b01a6c
#308 - Deprecate BeanFinder ... preference now to use BeanFindController
2015-06-24 23:42:35 +12:00
rbygrave
2bd14db8f7
#308 - Add BeanFindController
2015-06-24 23:36:34 +12:00
rbygrave
17a0933860
#308 - Add BeanFindController
2015-06-24 23:12:34 +12:00
rbygrave
5bb8384567
No effective change - format only
2015-06-24 22:44:08 +12:00
rbygrave
29a6bbb6e6
#312 - Ability to remove deregister BeanPersistListeners removed
2015-06-24 22:32:12 +12:00
rbygrave
46a1324f58
[maven-release-plugin] prepare for next development iteration
2015-06-22 00:22:45 +12:00