Robin Bygrave
|
2caeb4fff1
|
#392 - Fix for AutoCommit mode ... fixing change from #204 ... such that AutoCommitJdbcTransaction works as expected
|
2015-08-20 22:38:53 +12:00 |
|
Robin Bygrave
|
84190f3c2a
|
#390 - ENH: Add Change log mechanism for easy fine grained logging of insert, update, delete activity
|
2015-08-20 20:46:28 +12:00 |
|
Robin Bygrave
|
1dd0841f00
|
#374 - MsSqlServer - adjust tests (due to jdbc batch support etc) add in support for unique index handling
|
2015-08-06 21:49:04 +12:00 |
|
Robin Bygrave
|
689d201b04
|
Update for pg - Internal changes for DB Migration / DDL generation #369
|
2015-08-05 20:59:09 +12:00 |
|
Robin Bygrave
|
3bd281bea0
|
DB migration initial
|
2015-08-04 17:37:16 +12:00 |
|
Robin Bygrave
|
3fa8f04a4c
|
#358 - ENH: Add ServerConfig updateAllPropertiesInBatch with a default of true
|
2015-07-27 22:59:18 +12:00 |
|
Robin Bygrave
|
d396f09b3a
|
#296 - ENH: Add to transaction setUpdateAllLoadedProperties() - force update all properties api
|
2015-07-24 21:56:11 +12:00 |
|
Robin Bygrave
|
1085a8d608
|
#348 - ENH: Add @WhenCreated and @WhenModified ... as alias to existing @CreatedTimestamp and @UpdatedTimstamp
|
2015-07-24 10:50:35 +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
|
0f503b2a2f
|
No effective change - format code
|
2015-07-19 09:35:27 +12:00 |
|
rbygrave
|
0d92807308
|
No effective change - change test code to use Long as @Version on BasicDomain
|
2015-06-01 12:14:20 +12:00 |
|
rbygrave
|
6aa915b420
|
Fix test for cross database use
|
2015-05-29 20:38:38 +12:00 |
|
rbygrave
|
2ed5e026e0
|
#275 - ENH: Add support for @SequenceGenerator initialValue and allocationSize
|
2015-04-12 12:10:57 +12:00 |
|
Megazord
|
c140574eba
|
Adds support to multiple methods as event listeners
Fixes #244
|
2015-02-07 01:26:03 -02:00 |
|
rbygrave
|
a447361ea0
|
#238 - Potential fix for stackOverflow error / recursion issue
|
2015-02-05 00:06:03 +13:00 |
|
rbygrave
|
c0810a375e
|
No effective change - code formatting
|
2014-12-17 23:04:59 +13:00 |
|
rbygrave
|
56fd6b90be
|
Rename db columns that clash with sql server keywords etc
|
2014-12-17 00:49:23 +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
|
370267ab6f
|
Refactor properties bootup, remove GlobalProperties and allow ServerConfig.loadFromProperties()
|
2014-11-30 17:08:02 +13:00 |
|
rbygrave
|
6a6cff2236
|
Fix for #209 - refresh() ... does not refresh OneToMany or ManyToMany properties
|
2014-11-25 23:40:21 +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 |
|
rbygrave
|
c99bec4940
|
Add First/Second/SuperSecond test
|
2014-10-29 00:07:25 +13:00 |
|
Rob Bygrave
|
241f6f3d6d
|
#196 - Add support for using java.net.InetAddress in entity beans
|
2014-10-20 22:31:22 +13:00 |
|
Rob Bygrave
|
ab9762bbd9
|
Fix for #190 - javax.persistence.PersistenceException: Server [null] was not found? at EntityBeanIntercept.loadBean(EntityBeanIntercept.java:693)
|
2014-09-10 00:00:49 +12:00 |
|
Rick van Biljouw
|
31f56621ff
|
Added @Index annotation to generate single-column indexes
|
2014-07-28 18:43:50 +01:00 |
|
rbygrave
|
fdb573bfe2
|
Fix for #177 - EbeanServer.refresh() not loading/refreshing @Lob property unless it is annotated with @Basic(fetch=FetchType.EAGER)
|
2014-07-26 00:09:26 +12:00 |
|
rbygrave
|
6403a83e0e
|
No effective change - format only
|
2014-07-18 22:52:49 +12:00 |
|
rbygrave
|
f2d422ff5a
|
Test case for #165 - Incorrect join used when query language with where
expression has a many property and ends with a foreign key column
|
2014-07-10 01:20:51 +12:00 |
|
Rob Bygrave
|
1ddc103582
|
Fix for #157 - Regression for @OrderBy on a @ManyToMany property due to change from issue 154
|
2014-07-02 23:56:42 +12:00 |
|
Rob Bygrave
|
b973cc3b86
|
No effective change - imports of Assert in tests + formatting
|
2014-07-02 23:29:54 +12:00 |
|
Rob Bygrave
|
0b2ba2a82e
|
Fix for #151 - IllegalArgumentException using enum in filter - toBeanType() throws
|
2014-06-24 00:04:32 +12:00 |
|
Rob Bygrave
|
dd83bc4d26
|
Test BeanPersistAdapter with stateless update
|
2014-06-19 02:03:59 +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
|
a49cd42a0c
|
Fix for #119 - Add support for @PrePersist, @PostPersist, @PostLoad
|
2014-05-17 01:24:32 +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
|
44ee64cde5
|
Fix for #57 - Embedded Entities with Autofetch Exception, plus some additional tests
|
2014-05-14 23:13:14 +12:00 |
|
Rob Bygrave
|
54ad2e0ad0
|
remove the Object[] transient from the test
|
2014-04-29 21:21:44 +12:00 |
|
Rob Bygrave
|
77f7bc2a7e
|
Fix for #111 - Ebean doesn't honor @Transient for non-primitive array properties
|
2014-04-29 21:20:42 +12:00 |
|
Rob Bygrave
|
1a13fc9742
|
Fixes for #94 - Additional API - added update(Collection beans); and insert(Collection beans); and #93 - ebean.properties defaultDeleteMissingChildren moved to updatesDeleteMissingChildren
|
2014-04-26 23:43:08 +12:00 |
|
Rob Bygrave
|
75bcbc06e1
|
#53 - Add test for protected constructor
|
2014-04-25 15:19:50 +12:00 |
|
Rob Bygrave
|
ed0fe7fd57
|
Caching changes and refactoring, includes Fix for Wobu - TestCacheCollectionIds test case
|
2014-04-25 03:06:22 +12:00 |
|
 wbuchnerandRob Bygrave
|
696dabc658
|
Add Wobu TestCacheDelete test case for cached beans
|
2014-04-24 02:42:28 +12:00 |
|
Rob Bygrave
|
4c4e084e43
|
WIP update/refactoring on caching
|
2014-04-24 01:57:52 +12:00 |
|
 Wolfgang BuchnerandRob Bygrave
|
2dccb818a2
|
unit test for: update ManyToMany collection cache on updating cached beans
|
2014-04-23 21:19:06 +12:00 |
|
Rob Bygrave
|
a7df7da984
|
Fix #23 - Covers: unit tests for: stateless updates which fails when executing without...
|
2014-04-23 21:16:30 +12:00 |
|
 Wolfgang BuchnerandRob Bygrave
|
b012720a5e
|
unit test for: ensuring many relations won't be deleted on a partial stateless update when using BeanPersistAdapter
|
2014-04-23 03:29:10 +12:00 |
|
Rob Bygrave
|
0d1c9e2883
|
Fix for #91 Stateless Update API Change, #90 Removed BeanState.setReference(), #89 Remove support for multiple @Id properties
|
2014-04-23 01:51:27 +12:00 |
|
Rob Bygrave
|
2344f57f84
|
#88 - v4 - Breaking API Change - BeanPersistRequest.getOldValues() replaced with ... Map<String,ValuePair> getUpdatedValues()
|
2014-04-20 22:52:02 +12:00 |
|