Roland Praml
|
e8237cc04f
|
ENH: Support for @Formula in combination with @ManyToOne
|
2016-11-09 16:15:59 +01:00 |
|
Thibault Meyer
|
ec6a8f5ea2
|
Replace "for" with "foreach"
|
2016-11-08 09:06:13 +01:00 |
|
 Rob BygraveandGitHub
|
c0b1c3d3ee
|
Merge pull request #868 from 0xbaadf00d/feature/array-copy-performance
Use "Collection.addAll(...)" rather than manually copying arrays
|
2016-11-08 00:16:33 +13:00 |
|
Rob Bygrave
|
ae69fcb80a
|
#862 - ENH: Change ServerConfig such that if H2 ... no using createOnly = true in case the test EbeanServer instance is created for each test (and hence we need to drop if the same in memory db is used)
|
2016-11-08 00:10:15 +13:00 |
|
Rob Bygrave
|
2986290947
|
Refactor - change use of 31 prime in various hash to 92821
|
2016-11-07 23:57:51 +13:00 |
|
Rob Bygrave
|
376cb9ebcb
|
#869 - Clash on bind hash value for query cache with consecutive values of "01","20" and "02", "10"
|
2016-11-07 23:47:29 +13:00 |
|
Thibault Meyer
|
98aa5e9da9
|
Use "Collection.addAll(...)" rather than manually copying arrays
|
2016-11-07 11:07:37 +01:00 |
|
Thibault Meyer
|
6704ccc6a7
|
Merge branch 'master' into feature/redundant-local-var
|
2016-11-07 10:11:03 +01:00 |
|
Thibault Meyer
|
5f35e3c944
|
Remove redundant local variables
|
2016-11-07 10:03:50 +01:00 |
|
Rob Bygrave
|
7a8d1b85a9
|
#866 - Fix RawSql mapping such that it automatically maps foreign key columns
|
2016-11-07 21:57:03 +13:00 |
|
Rob Bygrave
|
d05b593432
|
#862 - ENH: Change ServerConfig such that if H2 is the DataSource/DatabasePlatform then automatically it sets up for testing (ddl generation)
|
2016-11-07 19:50:05 +13:00 |
|
Rob Bygrave
|
63f852475d
|
#863 - @Enumerated(EnumType.STRING) DayOfWeek day; ... incorrectly maps to SQL Integer type
|
2016-11-07 17:15:47 +13:00 |
|
Thibault Meyer
|
6680e2ea75
|
Replace anonymous classes with lambda expressions
|
2016-11-06 11:17:53 +01:00 |
|
 Rob BygraveandGitHub
|
da30df3b2b
|
Merge pull request #858 from 0xbaadf00d/feature/deprecated-api-usage
Deprecated API usage - Modify ScalarTypeJodaLocalTime to use toDateTimeToday().getMillis()
|
2016-11-06 22:59:32 +13:00 |
|
 Rob BygraveandGitHub
|
d12ea89388
|
Merge pull request #854 from 0xbaadf00d/feature/explicit-type-to-diamond
Replace explicit type with <>
|
2016-11-06 22:54:24 +13:00 |
|
Thibault Meyer
|
e0931e41e5
|
Remove deprecated API usage
|
2016-11-06 10:50:31 +01:00 |
|
 Rob BygraveandGitHub
|
c98d258127
|
Merge pull request #857 from 0xbaadf00d/feature/boxing-unboxing
Remove unnecessary boxing and unboxing
|
2016-11-06 22:43:33 +13:00 |
|
 Rob BygraveandGitHub
|
a4922a5b1d
|
Merge pull request #856 from 0xbaadf00d/feature/identical-catch
Change identical 'catch' statements
|
2016-11-06 22:42:13 +13:00 |
|
 Rob BygraveandGitHub
|
edb2a69f6e
|
Merge pull request #853 from 0xbaadf00d/fix/javadoc-error
Javadoc error
|
2016-11-06 22:40:52 +13:00 |
|
Thibault Meyer
|
b94f852b67
|
Remove unnecessary boxing and unboxing
|
2016-11-06 10:29:42 +01:00 |
|
Thibault Meyer
|
a8778ef14c
|
Change identical 'catch' statements
|
2016-11-06 10:26:13 +01:00 |
|
Rob Bygrave
|
cbfce0d14d
|
#855 - Fix @Aggregation lazy loading and base select issue
|
2016-11-06 22:18:23 +13:00 |
|
Thibault Meyer
|
abb25d397a
|
Fix comments
|
2016-11-06 10:03:33 +01:00 |
|
Thibault Meyer
|
969a3c8b8d
|
Replace explicit type with <>
|
2016-11-06 10:00:12 +01:00 |
|
Rob Bygrave
|
2a6d38eef2
|
#852 - javax.persistence.PersistenceException: No ScalarType registered for class Foo$1 ... where Foo is an Enum where individual instances override a method (example below).
|
2016-11-06 20:33:56 +13:00 |
|
Rob Bygrave
|
d84080fb76
|
Refactor - clean up DefaultTypeManager, diamond operator and access modifiers only
|
2016-11-06 19:45:46 +13:00 |
|
Rob Bygrave
|
54d7a6fb42
|
Refactor - clean up docstore api mapping, diamond operator only
|
2016-11-05 23:04:33 +13:00 |
|
Rob Bygrave
|
e5356e7118
|
Refactor - tidy up in com.avaje.ebeaninternal util, no effective change
|
2016-11-05 23:01:03 +13:00 |
|
Rob Bygrave
|
e83556cada
|
Refactor - clean up OrmQueryDetailParser, remove unused sections
|
2016-11-05 22:51:51 +13:00 |
|
Rob Bygrave
|
201a2826ab
|
Refactor - tidy up in com.avaje.ebeaninternal.server.querydefn, no effective change
|
2016-11-05 22:46:43 +13:00 |
|
Rob Bygrave
|
670bac52f8
|
Refactor - tidy up in com.avaje.ebeaninternal.server.query, no effective change
|
2016-11-05 22:32:36 +13:00 |
|
Rob Bygrave
|
77e3346d9e
|
Refactor - clean up CQueryPlan, CQueryPlanStats
|
2016-11-05 15:11:17 +13:00 |
|
Rob Bygrave
|
4663162f95
|
Refactor - no effective chang - Add SpiQuery getOriginKey()
|
2016-11-05 14:48:03 +13:00 |
|
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
|
920fa73d11
|
#837 - ENH: Support using @HistoryExclude on normal properties (other than @ManyToMany)
|
2016-10-31 21:57:16 +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
|
e9ad459fa5
|
#843 - Change ServerConfig name to default to "db" (prior default was null) and defaultServer to true
|
2016-10-31 20:40:26 +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
|
d0f75a940c
|
#239 - Support Geometric types of Postgres, Also adding LineString, MultiLineString and MultiPoint
|
2016-10-25 22:19:33 +13:00 |
|
Rob Bygrave
|
44ad78b5e0
|
#239 - Support Geometric types of Postgres
|
2016-10-21 02:45:06 +13:00 |
|
Rob Bygrave
|
967b4de784
|
#239 - Support Geometric types of Postgres
|
2016-10-21 02:42:25 +13:00 |
|