Roland Praml
|
3701b314a0
|
FIX some java warnings / rawtypes
|
2016-11-04 12:19:38 +01:00 |
|
Rob Bygrave
|
fad8358a9d
|
Bump to java8-parent, update to Java8 LongAdder
|
2016-11-04 20:04:25 +13:00 |
|
Rob Bygrave
|
f08dd01035
|
#836 - ENH: Add support for @DbArray even for H2 db
|
2016-11-04 01:16:32 +13:00 |
|
Rob Bygrave
|
a1b4af2716
|
Refactor - no effective change - remove un-required callback from PersistExecute to PersistRequestBean
|
2016-11-03 23:42:43 +13:00 |
|
Rob Bygrave
|
8c500c5836
|
#846 - Add soft delete related callbacks
|
2016-11-03 23:27:39 +13:00 |
|
Rob Bygrave
|
c1d6cc7b75
|
Refactor - no real change - tighter access on SqlTreeNodeBean
|
2016-11-03 23:18:14 +13:00 |
|
Rob Bygrave
|
d0230491e5
|
#99 - ENH (419) : Simplify aggregation queries - part 2
|
2016-11-03 23:06:54 +13:00 |
|
Rob Bygrave
|
3526f71f0a
|
#99 - ENH (419) : Simplify aggregation queries
|
2016-11-02 22:10:22 +13:00 |
|
Rob Bygrave
|
cd62686337
|
#845 - Fix EQL parsing to support the 'inverse' form - e.g. where 'Rob' eq firstName (where the path is on the RHS rather than LHS)
|
2016-10-31 21:32:29 +13:00 |
|
Rob Bygrave
|
ea5e9fa75a
|
#842 - For @DbJson map the type Map<String, ?> (using the wildcard) ... the same as Map<String, Object>
|
2016-10-31 20:15:23 +13:00 |
|
Roland Praml
|
0e5ebf3fea
|
FIX: softDeleting an entity calls now preUpdate/postUpdate
|
2016-10-26 15:47:54 +02:00 |
|
Roland Praml
|
42d35f8ec6
|
FIX: removed trailing commas in logs
|
2016-10-26 15:45:10 +02:00 |
|
Rob Bygrave
|
44ad78b5e0
|
#239 - Support Geometric types of Postgres
|
2016-10-21 02:45:06 +13:00 |
|
Rob Bygrave
|
deac291951
|
#835 - A query that includes a fetch() of a many that is @SoftDelete where all the rows are soft deleted returns incorrect results
|
2016-10-17 20:52:18 +13:00 |
|
Rob Bygrave
|
9158f46bb3
|
#832 - Refactor: Change generated SQL to use "left join" rather than "left outer join"
|
2016-10-15 14:36:11 +13:00 |
|
Rob Bygrave
|
7c9dda586e
|
No effective change - format only
|
2016-10-14 23:49:00 +13:00 |
|
 Rob BygraveandGitHub
|
3ca0f7b776
|
Merge pull request #828 from FOCONIS/feature/postconstruct
Feature/postconstruct
|
2016-10-14 23:44:45 +13:00 |
|
Rob Bygrave
|
ff85a51994
|
No effective change - format only
|
2016-10-14 23:29:27 +13:00 |
|
 Rob BygraveandGitHub
|
6dc3038d0d
|
Merge pull request #830 from lvffilho/master
Add NamingConvention support to ManyToMany columns
|
2016-10-14 23:27:32 +13:00 |
|
Rob Bygrave
|
f04ab28c3f
|
#831 - EQL query language parser needs to throw exception on invalid query ... "find ..."
|
2016-10-14 21:08:23 +13:00 |
|
Luiz Filho
|
9ce6007330
|
Add NamingConvention support to ManyToMany columns
|
2016-10-07 16:46:40 -03:00 |
|
Roland Praml
|
fe7e929a99
|
Refactor: Removed duplicate code from BootupClasses - use generics.
|
2016-10-05 21:50:22 +02:00 |
|
Roland Praml
|
3ee0b0224e
|
ENH: Support for javax.annotation.PostConstruct. BeanPostConstructListener will be informed when an entity-bean is constructed/created to perform dependency-injection (e.g. Spring-Autowire)
|
2016-10-05 21:48:11 +02:00 |
|
Roland Praml
|
169eba4296
|
No effective code change - fixed commets
|
2016-10-05 21:39:44 +02:00 |
|
Robin Bygrave
|
4f98ca5d91
|
#821 - CQueryIteratorSimple not working with consecutive calls to hasNext() - ie. without matching calls to next()
|
2016-10-03 23:36:03 +13:00 |
|
Robin Bygrave
|
014a9aef6f
|
#826 - Remove deprecated methods - migrate findRowCount() to findCount() & findFutureRowCount() to findFutureCount()
|
2016-10-03 22:31:33 +13:00 |
|
Robin Bygrave
|
d0ad5f6c48
|
#824 - Refactor com.avaje.ebean.config.dbplatform DbType & DbPlatformType
|
2016-09-23 00:17:51 +12:00 |
|
Robin Bygrave
|
a3143b1cf6
|
#822 - EbeanServer.getBeanId(entity) does not trigger jdbc batch flush - when bean inserted with jdbc batch mode
|
2016-09-22 21:25:22 +12:00 |
|
Robin Bygrave
|
bd3e7c8035
|
#823 - Remove deprecated API from PagedList
|
2016-09-22 21:02:28 +12:00 |
|
Robin Bygrave
|
b753ce3a73
|
#820 - #718 Removed PagedList.getPageIndex() - Can it be added back?
|
2016-09-22 20:57:17 +12:00 |
|
Roland Praml
|
adfe5f0305
|
FIX: Bean did not get dirty when modified with ExpressionPath.pathSet
|
2016-08-30 09:13:44 +02:00 |
|
Robin Bygrave
|
4bad4358f0
|
Merge branch 'master' of https://github.com/ebean-orm/ebean
|
2016-08-29 21:06:55 +12:00 |
|
Robin Bygrave
|
92665ebc3b
|
Refactor - tidy of DefaultSqlRow - no logical change
|
2016-08-29 21:06:31 +12:00 |
|
Robin Bygrave
|
59670d0303
|
#817 - SqlRow getBoolean() does not treat numeric 1 value as true (with MySql and other DB's without native boolean type)
|
2016-08-29 20:54:49 +12:00 |
|
Robin Bygrave
|
244275fd72
|
#816 - Error saving circular relationships (when generated Id values)
|
2016-08-25 22:44:22 +12:00 |
|
Robin Bygrave
|
157dfcfeb6
|
#815 - ENH: When loading ebean-autotune.xml also look in resources (if not found as file)
|
2016-08-24 22:19:46 +12:00 |
|
Robin Bygrave
|
da15d0b2c6
|
No effective change - format javadoc
|
2016-08-23 20:00:07 +12:00 |
|
Roland Praml
|
f5c8d8896f
|
Used @Repeatable feature from JDK8 for @Indices
|
2016-08-23 09:27:12 +02:00 |
|
Roland Praml
|
b45226dd41
|
Merge remote-tracking branch 'ebean/master'
|
2016-08-16 11:06:47 +02:00 |
|
Robin Bygrave
|
ce045ca0fe
|
No effective change - remove unused methods (from ImportedId)
|
2016-08-11 20:22:35 +12:00 |
|
Robin Bygrave
|
c427009b93
|
#812 - Remove deprecated includeSoftDeletes() ... migrate to setIncludeSoftDeletes()
|
2016-08-05 13:47:32 +12:00 |
|
Robin Bygrave
|
43afaf1344
|
#811 - ENH: Restore findIterate() as alternative to findEach / findEachWhile
|
2016-08-05 13:01:42 +12:00 |
|
Robin Bygrave
|
6c182ecaa5
|
#810 - ENH: Add transaction.isRollbackOnly()
|
2016-08-05 12:14:58 +12:00 |
|
Robin Bygrave
|
16be213faf
|
#808 - ENH: Add Transaction commitAndContinue() ...
|
2016-08-05 10:39:17 +12:00 |
|
Robin Bygrave
|
3344f0ddb0
|
Refactor - remove unused method JdbcTransaction.notifyQueryOnly().
|
2016-08-04 23:25:50 +12:00 |
|
Robin Bygrave
|
479ac38537
|
#807 - Deprecate TransactionEventListener ... migrate to TransactionCallback
|
2016-08-04 23:17:57 +12:00 |
|
Robin Bygrave
|
e30ad80f5f
|
#806 - Deprecate OnQueryOnly.CLOSE ...
|
2016-08-04 23:02:26 +12:00 |
|
Robin Bygrave
|
08e46d6bf3
|
#805 - ENH: Add BeanState.resetForInsert() ... This resets bean state such that a save() results in an insert
|
2016-08-04 22:49:07 +12:00 |
|
Robin Bygrave
|
876476fdc1
|
#804 - Remove API - findMap(property, type) ... migrate to query.setMapKey()
|
2016-08-04 20:30:18 +12:00 |
|
Robin Bygrave
|
81de83a6e7
|
#803 - Fix generics on findMap() to ... <K> Map<K, T> findMap();
|
2016-08-04 20:23:11 +12:00 |
|