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
db17ddd069
No effective change - tidy up test for findPagedList
2014-06-10 23:10:27 +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
b57abfa732
Update README.md
2014-05-30 03:28:25 +12:00
Rob Bygrave
4a4927b1f3
Update README.md
2014-05-30 03:27:38 +12:00
Rob Bygrave
6ac34bec97
Update README.md
2014-05-30 03:26:59 +12:00
Rob Bygrave
82725e6a98
[maven-release-plugin] prepare for next development iteration
2014-05-30 03:07:28 +12:00
Rob Bygrave
a744c8b375
[maven-release-plugin] prepare release avaje-ebeanorm-4.0.4
avaje-ebeanorm-4.0.4
2014-05-30 03:07:04 +12:00
Rob Bygrave
5e2a34de39
removing maven-javadoc-plugin section from pom as it breaks oss sonatype
...
deployment
2014-05-30 03:05: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
515256abfd
pom - javadoc + remove unused enhancement section
2014-05-30 01:36:20 +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
f4dceb97b0
[maven-release-plugin] prepare for next development iteration
2014-05-27 22:28:35 +12:00
Rob Bygrave
ad79f175da
[maven-release-plugin] prepare release avaje-ebeanorm-4.0.3
avaje-ebeanorm-4.0.3
2014-05-27 22:28:09 +12:00
Rob Bygrave
a4b145bc2d
Updated Model - javadoc and cleanup
2014-05-27 22:19:41 +12:00
Rob Bygrave
5491b27528
Fix for #131 - Memory issue (Hard refs) when using findIterate
2014-05-27 20:35:53 +12:00
Rob Bygrave
9211c7e6ab
Update Model - insert,update,delete to other server, db(), db(server)
...
and javadoc tweaks
2014-05-26 01:18:17 +12:00
Rob Bygrave
5bcb6cd116
Cleanup of Model and Finder
2014-05-25 02:33:08 +12:00
Rob Bygrave
534f2c8b07
Initial cleanup of Model and Finder
2014-05-25 02:22:36 +12:00
Rob Bygrave
7ad390934e
Add protected method on Ebean to specifically support mocking out the
...
default server.
2014-05-25 01:59:34 +12:00
Rob Bygrave
2a651c38e3
Initial add of Model and Finder
2014-05-25 00:27:32 +12:00
James Roper and Rob Bygrave
ddd30f9ea0
Backport to JDK 6
...
Replaced all uses of ju.Objects.hashCode and ju.Objects.equals with a
copy of their implementations inlined into the code.
Also changed source/target for compiler plugin.
To test, I compiled my own avaje launchagent against 6, and changed to
use that in the pom, compiled/tested the whole project using JDK 7,
then ran mvn surefire:test using JDK 6 - running surefire:test ensures
that mvn doesn't try to recompile everything against 6, since that's not
possible because of some of the delegate classes having delegate methods
to JDK 7 jdbc classes.
2014-05-24 22:51:05 +12:00
Rob Bygrave
01d41b7eea
Update README.md
2014-05-19 00:26:21 +12:00
Rob Bygrave
4cdea33073
[maven-release-plugin] prepare for next development iteration
2014-05-18 23:19:06 +12:00
Rob Bygrave
33d7e10ad8
[maven-release-plugin] prepare release avaje-ebeanorm-4.0.2
avaje-ebeanorm-4.0.2
2014-05-18 23:18:42 +12:00
Rob Bygrave
2201f9220e
Change version in pom for 4.0.2 release
2014-05-18 23:17:17 +12:00
Rob Bygrave
b8743a5ef2
Fix for #85 - Invalid query when ORDER BY with DISTINCT
2014-05-18 23:00:28 +12:00
Rob Bygrave
b587aa8172
No effective change - touch up test assert
2014-05-18 22:04:37 +12:00
Rob Bygrave
c37fa83675
No effective change - update test with better assert
2014-05-18 21:51:14 +12:00
Rob Bygrave
08602afcff
Fix for #37 - disjunction expression should not produce inner join - left outer join instead
2014-05-18 21:17:19 +12:00
Rob Bygrave
5b98d82f58
No effective change - reformat
2014-05-17 23:53:23 +12:00
Rob Bygrave
22cd5b0e82
Fix for #128 storing UUID as binary
2014-05-17 21:52:51 +12:00
Rob Bygrave
93855478dd
Fix for #128 storing UUID as binary
2014-05-17 21:52:18 +12:00
Rob Bygrave
59b86d5b19
Fix for #128 - UUID stored as binary(16) rather than varchar(40)
2014-05-17 21:51:18 +12:00
Rob Bygrave
27afb9ee2e
Merge pull request #41 from corux/master
...
Unit test for BUG 402 / #37
2014-05-17 01:31:21 +12:00
Rob Bygrave
a49cd42a0c
Fix for #119 - Add support for @PrePersist, @PostPersist, @PostLoad
2014-05-17 01:24:32 +12:00
Rob Bygrave
8c8442ec58
Fix for #112 - ENH (411) : RawSql to support discriminator column mapping.
2014-05-17 00:11:44 +12:00
Rob Bygrave
41f3173adf
Add PagedList was part of #96
2014-05-16 01:41:56 +12:00
Rob Bygrave
1a4192b40f
Add another embedded bean l2 cache test
2014-05-15 23:57:20 +12:00
Rob Bygrave
fffda7c789
Test and additional fix for #56 - Using findIterate with MySQL streams
...
the entire result set at once
2014-05-15 22:08:23 +12:00
Rob Bygrave
b7f6596bcb
Test case for #109 - Ebean magically adding +1 hour for a datetime that is inside the hour of a daylight saving change. This issue does not reproduce.
2014-05-15 00:18:03 +12:00
Rob Bygrave
1ea49dd206
Test for #110 - BeanSet of sub type with inheritance has null listen mode
2014-05-15 00:07:25 +12:00
Rob Bygrave
32e4f114b4
No effective change - cleanup of imports on test code
2014-05-14 23:47:46 +12:00
Rob Bygrave
fcbedda597
Fix for #102 - When using @Transient along with @Formula I'm not seeing any values in the field.
2014-05-14 23:35:15 +12:00
Rob Bygrave
2055349d76
Fix for #103 DDL creation doesn't handle nullable attribute of @JoinColumn
2014-05-14 23:21:31 +12:00