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
|
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
|
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
|
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
|
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
|
fd4d757f87
|
WIP Java8 types - ScalarTypeDuration etc
|
2014-11-18 01:20:26 +13:00 |
|
Rob Bygrave
|
eaee3a9c02
|
JSON refactor - tidy up
|
2014-11-12 22:10:28 +13:00 |
|
rbygrave
|
0f3b1eb812
|
Tidy up test - TestInfoOneToOne, oneToOne cascade update
|
2014-10-29 23:45:24 +13:00 |
|
rbygrave
|
306cc4adf4
|
Add test for oneToOne cascade update
|
2014-10-29 23:43:11 +13:00 |
|
rbygrave
|
c99bec4940
|
Add First/Second/SuperSecond test
|
2014-10-29 00:07:25 +13:00 |
|
Rob Bygrave
|
130b7e3327
|
Add another self referencing test - SelfParent
|
2014-10-20 23:06:50 +13:00 |
|
Rob Bygrave
|
241f6f3d6d
|
#196 - Add support for using java.net.InetAddress in entity beans
|
2014-10-20 22:31:22 +13:00 |
|
Eddie Mc Greal
|
1065a84709
|
FIX for ManyToOne targetType & OSGI MANIFEST
|
2014-10-14 08:10:31 +02: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
|
f7ece0f13c
|
Fix for #174 - Incorrect SQL generated with syntax error at the "order by" clause
|
2014-07-21 21:49:31 +12:00 |
|
rbygrave
|
562c6fafc9
|
Update maven-enhancer to 4.1.5, improve test - TestNotEnhancedMappedSuper
|
2014-07-19 19:41:57 +12:00 |
|
rbygrave
|
0c4fc4eea3
|
Fix for #173 - Ability to use a MappedSuperClass without being enhanced as long as it doesn't have persistent fields
|
2014-07-19 17:49:03 +12:00 |
|
rbygrave
|
6403a83e0e
|
No effective change - format only
|
2014-07-18 22:52:49 +12:00 |
|
rbygrave
|
6d1a41f979
|
Fix for #167 - Ebean try to do update child nodes instead of inserting them on cascading save resulting in OptimisticLockException
|
2014-07-15 22:05:56 +12:00 |
|
rbygrave
|
713ba4889d
|
Clean up of test for #162
|
2014-07-10 21:23:45 +12:00 |
|
rbygrave
|
0543745e18
|
Test case for #162 - no issue reproduced, no assert failing
|
2014-07-10 19:48:06 +12:00 |
|
rbygrave
|
4e2bc6cce6
|
Fix for #166 - Incorrect join with @OneToOne optional on one side and
NOT optional on other side
|
2014-07-10 03:05:52 +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
|
df526b8f3c
|
Fix for #149 - OneToMany with nested ManyToMany deletion bug
|
2014-06-23 23:34:22 +12:00 |
|
Rob Bygrave
|
dd83bc4d26
|
Test BeanPersistAdapter with stateless update
|
2014-06-19 02:03:59 +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
|
a49cd42a0c
|
Fix for #119 - Add support for @PrePersist, @PostPersist, @PostLoad
|
2014-05-17 01:24:32 +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
|
44ee64cde5
|
Fix for #57 - Embedded Entities with Autofetch Exception, plus some additional tests
|
2014-05-14 23:13:14 +12:00 |
|
Rob Bygrave
|
289deb397a
|
Embedded beans support in l2 cache - initial work
|
2014-04-30 01:49:20 +12:00 |
|
Rob Bygrave
|
563293f7a9
|
Test case and fix for #113 (395) : On save @OneToOne does not cascade parent IDs to child node
|
2014-04-30 00:01:54 +12:00 |
|
Rob Bygrave
|
5049694fd3
|
Add test for old 408 bug - does not reproduce, not sure when fixed at this point
|
2014-04-29 23:19:03 +12:00 |
|
Rob Bygrave
|
a9c8d1960c
|
Add test - self referencing relationships: ResourceFile
|
2014-04-29 22:25:14 +12:00 |
|
Rob Bygrave
|
066b409a65
|
No effective change -Add test: Truck, Car, Wheel plus test code cleanup
|
2014-04-29 22:00:07 +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 |
|