Commit Graph

  • 041324d177 #310 - Child bean with @Id long id = 0 ... when cascade saved from parent ... tries to update instead of insert resulting in OptimisticLockingException rbygrave 2015-06-17 23:16:02 +12:00
  • 7d02a42276 #309 - ScalarTypeConverters for Java8 time datatypes not working rbygrave 2015-06-17 21:13:48 +12:00
  • 2a900165f0 #305 - ENH: Add EbeanServerFactory.createWithContextClassLoader() to support OSGi rbygrave 2015-06-03 20:47:29 +12:00
  • e7c40e9552 No effective change - update javadoc on annotations rbygrave 2015-06-01 12:26:59 +12:00
  • 0d92807308 No effective change - change test code to use Long as @Version on BasicDomain rbygrave 2015-06-01 12:14:20 +12:00
  • 16f7de30c6 No effective change - format code rbygrave 2015-06-01 12:11:53 +12:00
  • 3d250b0eca No effective change - format code, tidy rbygrave 2015-05-30 21:42:50 +12:00
  • 8403adac90 #298 - JndiDataSourceLookup assumes java: prefix rbygrave 2015-05-30 20:54:51 +12:00
  • c006aa3f48 No effective change - inline String messages rbygrave 2015-05-30 20:54:12 +12:00
  • dcb7054248 #303 - Change beginTransaction() to use REQUIRED scope by default rbygrave 2015-05-30 20:10:56 +12:00
  • 12833bc918 Bump pom version to 4.7.1-SNAPSHOT rbygrave 2015-05-30 19:43:15 +12:00
  • 71d805bc17 #302 - Postgres specific - Rename @ColumnHstore to @DbHstore (deprecate @ColumnHstore ) rbygrave 2015-05-30 19:41:54 +12:00
  • ab8704e2c9 Bump version in README rbygrave 2015-05-29 21:52:43 +12:00
  • 327e2baae7 No effective change - format only rbygrave 2015-05-29 21:52:00 +12:00
  • 6e89c551d5 [maven-release-plugin] prepare for next development iteration rbygrave 2015-05-29 21:17:29 +12:00
  • 0a3941227f [maven-release-plugin] prepare release avaje-ebeanorm-4.6.3 avaje-ebeanorm-4.6.3 rbygrave 2015-05-29 21:17:08 +12:00
  • 0013cb1a76 #301 - MySQL specific issue - java.sql.SQLException: Streaming result set com.mysql.jdbc.RowDataDynamic@3ef4415f is still active. No statements may be issued when any streaming result sets a re open and in use on a given connection. Ensure that you have called .close() on any active streaming result sets before attempting more queries rbygrave 2015-05-29 21:13:30 +12:00
  • 8fe91f66c0 #300 - Stateless update with deleteMissingChildren and JDBC batched inserts on those children ... can delete newly inserted child rbygrave 2015-05-29 20:51:23 +12:00
  • 053fdf4abb No effective change - format and tidy rbygrave 2015-05-29 20:49:55 +12:00
  • 24be907dc5 No effective change - improved logging when PooledConnection.close() throws exception rbygrave 2015-05-29 20:39:54 +12:00
  • 6aa915b420 Fix test for cross database use rbygrave 2015-05-29 20:38:38 +12:00
  • 40d87af5b1 Fix test for cross database use rbygrave 2015-05-29 20:38:07 +12:00
  • 75082fe0c0 Fix test for cross database use rbygrave 2015-05-29 20:37:12 +12:00
  • 7d43f5a3d7 Fix test for cross database use rbygrave 2015-05-29 20:36:51 +12:00
  • 99203a35a2 No effective change - reformat and tidy rbygrave 2015-05-29 00:40:47 +12:00
  • 67f427b83e #299 - ENH: Add support for mapping Jackson JsonNode as JSON content to DB including Postgres JSON and JSON types rbygrave 2015-05-28 22:54:32 +12:00
  • f5a2cf8ff9 #297 - ENH: Add support for mapping Map<String,Object> as JSON content to DB including Postgres JSON and JSON types. rbygrave 2015-05-28 00:02:57 +12:00
  • 4e1cda691f No effective change - reformat and tidy rbygrave 2015-05-19 01:35:27 +12:00
  • 64b01324d1 No effective change - reformat and tidy rbygrave 2015-05-19 01:25:51 +12:00
  • 3cba238073 No effective change - reformat and tidy rbygrave 2015-05-18 23:23:11 +12:00
  • b5b4a4639f No effective change - reformat and tidy rbygrave 2015-05-18 22:17:28 +12:00
  • 2d0a179c3b No effective change - reformat and tidy rbygrave 2015-05-15 00:09:19 +12:00
  • 40f7a0088d No effective change - add tests for ConvertInetAddressesTest and DefaultTypeFactoryTest rbygrave 2015-05-14 23:22:19 +12:00
  • d6983422bf Merge pull request #3 from abguorui0928/master Rob Bygrave 2015-05-14 22:45:43 +12:00
  • 6a02a8d69f No effective change - code format and tidy rbygrave 2015-05-14 22:42:37 +12:00
  • ed18cbcabf No effective change - add test for ConvertInetAddresses rbygrave 2015-05-14 21:57:38 +12:00
  • 3ce4f2fb35 Merge pull request #294 from andersha/add_distinct_db2 Rob Bygrave 2015-05-14 21:35:59 +12:00
  • 962a27f838 add distinct to db2 Anders H. Abrahamsen 2015-05-13 15:52:50 +02:00
  • 2b583cf707 Update README.md rbygrave 2015-05-13 23:09:49 +12:00
  • ef9ade4f5c [maven-release-plugin] prepare for next development iteration rbygrave 2015-05-13 22:56:09 +12:00
  • b1b7774a23 [maven-release-plugin] prepare release avaje-ebeanorm-4.6.2 avaje-ebeanorm-4.6.2 rbygrave 2015-05-13 22:55:48 +12:00
  • c6632bbc25 No effective change - code tidy, remove unused rbygrave 2015-05-13 22:51:28 +12:00
  • 8c12fc762c No effective change - code tidy, remove unused rbygrave 2015-05-13 22:30:40 +12:00
  • 8cb0b13ccb No effective change - code tidy, remove unused rbygrave 2015-05-13 22:01:10 +12:00
  • c2faffb6f4 No effective change - code tidy rbygrave 2015-05-13 21:58:19 +12:00
  • e17d823c17 No effective change - code tidy rbygrave 2015-05-13 21:41:23 +12:00
  • 9bf9338ba9 Fix for #293 - Invalid result rows when ManyToMany "fetch joined" with additional child OneToMany or ManyToMany child relationship fetched rbygrave 2015-05-13 21:01:00 +12:00
  • 0da764ed0c Test for #293 - Invalid result rows when ManyToMany "fetch joined" with additional child OneToMany or ManyToMany child relationship fetched rbygrave 2015-05-13 21:00:10 +12:00
  • 43003f4a3a No effective change - adjust test to miss cache rbygrave 2015-05-13 20:54:54 +12:00
  • 7081d3f54a No effective change - remove unused writer Method (left over from dynamic proxy support) rbygrave 2015-05-13 20:53:51 +12:00
  • cce2c2e28f No effective change - remove unused writer Method (left over from dynamic proxy support) rbygrave 2015-05-13 20:52:58 +12:00
  • 6d4b3ad84e Create AgentLoaderSupport.java guor 2015-05-11 21:01:58 +08:00
  • 61ecf16978 No effective change - reformat rbygrave 2015-05-11 23:59:41 +12:00
  • 9ff4e63c32 #290 - Tries to register abstract class that implements custom ScalarType interface rbygrave 2015-05-11 23:51:23 +12:00
  • a13fd55f64 [maven-release-plugin] prepare for next development iteration rbygrave 2015-05-09 08:58:08 +12:00
  • a90d413e01 [maven-release-plugin] prepare release avaje-ebeanorm-4.6.1 avaje-ebeanorm-4.6.1 rbygrave 2015-05-09 08:55:41 +12:00
  • f2559f80ef #285 - ENH: support disable search classes config via ServerConfig.setDisableClasspathSearch(true) rbygrave 2015-05-09 01:30:38 +12:00
  • 23da6f3de8 No effective change - change newline char rbygrave 2015-05-09 01:12:21 +12:00
  • bdf35646a6 No effective change - change newline char rbygrave 2015-05-09 01:12:09 +12:00
  • f947a76fce No effective change - change newline char rbygrave 2015-05-09 01:11:56 +12:00
  • 88f144ec33 No effective change - change newline char rbygrave 2015-05-09 01:11:44 +12:00
  • 21c8dd524a No effective change - change newline char rbygrave 2015-05-09 01:11:26 +12:00
  • 624da4a34a No effective change - change newline char rbygrave 2015-05-09 01:11:09 +12:00
  • e3cccfa9a3 No effective change - change newline char rbygrave 2015-05-09 01:10:56 +12:00
  • 3358ab16a7 No effective change - change newline char rbygrave 2015-05-09 01:10:42 +12:00
  • 4eaa6adf08 No effective change - change newline char rbygrave 2015-05-09 01:09:57 +12:00
  • 4143c0de26 No effective change - change newline char rbygrave 2015-05-09 01:09:32 +12:00
  • 726d3a0c38 No effective change - change newline char rbygrave 2015-05-09 01:09:16 +12:00
  • 8f12bbb6c4 No effective change - change newline char rbygrave 2015-05-09 01:08:53 +12:00
  • 89db75e8c5 No effective change - change newline char rbygrave 2015-05-09 01:08:33 +12:00
  • dfb69e3cde No effective change - change newline char rbygrave 2015-05-09 01:08:05 +12:00
  • 39520e367d No effective change - change newline char rbygrave 2015-05-09 01:07:41 +12:00
  • 30d697d490 No effective change - change newline char rbygrave 2015-05-09 01:06:00 +12:00
  • 241a1236b8 No effective change - change newline char rbygrave 2015-05-09 01:05:11 +12:00
  • ccada72323 No effective change - change newline char rbygrave 2015-05-09 01:03:40 +12:00
  • c2ddab2ba0 No effective change - change newline char rbygrave 2015-05-09 01:02:55 +12:00
  • 27a0e93fda No effective change - change newline char rbygrave 2015-05-09 01:01:45 +12:00
  • f306672c6c No effective change - change newline char rbygrave 2015-05-09 00:59:59 +12:00
  • dc86b8b447 No effective change - change newline char and remove extraneous public modifiers on interfaces rbygrave 2015-05-09 00:55:12 +12:00
  • d63eb7abe1 No effective change - change newline char and remove extraneous public modifiers on interfaces rbygrave 2015-05-09 00:51:49 +12:00
  • cc200e8607 No effective change - change newline char and remove extraneous public modifiers on interfaces rbygrave 2015-05-09 00:28:43 +12:00
  • fffc684edd Add test for beginTransaction() with existing active transaction rbygrave 2015-05-08 23:51:55 +12:00
  • 82471c2573 #288 - Exclude MaxRows FirstRow in findRowCount rbygrave 2015-05-08 23:49:11 +12:00
  • f7fa778e99 #287 - ENH: Support nested transactions with the Ebean.beginTransaction() API rbygrave 2015-05-08 21:55:49 +12:00
  • c766793f2e Merge pull request #272 from rlamarche/develop-3.3 Rob Bygrave 2015-05-08 09:29:28 +12:00
  • fc3e1083d7 #283 - SPI change: Rename BootupEbeanManager to SpiContainer ... with a view to future exposing cluster specific methods rbygrave 2015-05-01 22:06:55 +12:00
  • 819edb20e8 #282 - API: Add Model.Find as alternative to Model.Finder ... which uses reflection to determine entity bean type literal rbygrave 2015-05-01 21:03:38 +12:00
  • e669a86135 Bump pom to 4.6.1-SNAPSHOT rbygrave 2015-05-01 21:02:45 +12:00
  • 4f67d2be4e Attempt to create test case for #281 - test case not failing rbygrave 2015-04-30 20:30:12 +12:00
  • 0356067d86 [maven-release-plugin] prepare for next development iteration rbygrave 2015-04-24 23:50:25 +12:00
  • 74c9c14838 [maven-release-plugin] prepare release avaje-ebeanorm-4.5.6 avaje-ebeanorm-4.5.6 rbygrave 2015-04-24 23:50:02 +12:00
  • fc53e281e8 #276 - WriteJson not write Transient properties (without using PathProperties) rbygrave 2015-04-24 23:16:10 +12:00
  • 0c5e092d16 Fix for #277 - please check fetchPaths not null - NPE on OrmQueryDetail.convertManyFetchJoinsToQueryJoins(OrmQueryDetail.java:331) rbygrave 2015-04-24 22:18:22 +12:00
  • 1260edc8ed Tweak to PrimaryServer to handle empty string defaultServerName values rbygrave 2015-04-12 18:13:26 +12:00
  • de372bfb89 Merge pull request #270 from Ryszard-Trojnacki/master Rob Bygrave 2015-04-12 17:46:22 +12:00
  • 2ed5e026e0 #275 - ENH: Add support for @SequenceGenerator initialValue and allocationSize rbygrave 2015-04-12 12:10:57 +12:00
  • 6c37dc494b Fix for #265 - java.lang.NoClassDefFoundError: Could not initialize class com.avaje.ebean.Ebean rbygrave 2015-04-11 19:40:39 +12:00
  • 6807499d01 Tweak test for #261 rbygrave 2015-04-11 19:30:05 +12:00
  • cb6faa022b Fix for #260 - Trying to insert() or save() an entity with no @Id results in NPE rbygrave 2015-04-11 19:16:36 +12:00
  • 3b30388b35 Fix for #258 - Missing Inserts for Large Batches - Ebean 3.2.2 rbygrave 2015-04-11 18:55:08 +12:00