 Roland PramlandRob Bygrave
|
40ca179509
|
FIX: do not hit database if inherited entity has no children (#974)
* FIX: do not hit database if inherited entity has no children
* ADD: Testcase for creating references of inherited beans
|
2017-02-26 12:25:55 +13:00 |
|
 Roland PramlandRob Bygrave
|
7632910027
|
FIX: potential NPE - manager can be null - eg when creted with new ExternalJdbcTransaction(conn) (#979)
|
2017-02-24 12:53:35 +13:00 |
|
 Roland PramlandRob Bygrave
|
ca777d7967
|
no effective code change: add some try-with resources (#978)
* no effective code change: add some try-with resources
* moved return statement outside try-with-resources, because otherwise the order changes
|
2017-02-24 12:52:22 +13:00 |
|
 Roland PramlandRob Bygrave
|
a315c7c11e
|
More small fixes (#977)
* no effecitve code change: add @FunctionalInterface to designated interfaces
* no effective code change: removed obsolete imports
* no effective code change: removed obsolete @SuppressWarnings
* no effective code change: add @SuppressWarnings to UUID_PLACEHOLDER
|
2017-02-24 08:42:27 +13:00 |
|
Rob Bygrave
|
35f3f53443
|
No effective change - format and imports only
|
2017-02-24 00:06:13 +13:00 |
|
 Roland PramlandRob Bygrave
|
40f5596837
|
add missing @override (#975)
* no effective code change: add missing @override in "io.ebean.*" package
* no effective code change: add missing @override in "io.ebeaninternal.api.*" package
* no effective code change: add missing @override in "io.ebeaninternal.server.*" package
* no effective code change: add missing @override in "io.ebeaninternal.util.*" package
* no effective code change: add missing @override in "io.ebeanservice.*" package
* no effective code change: add missing @override in "src/test/java/"
|
2017-02-24 00:01:25 +13:00 |
|
 maksym-kitandRob Bygrave
|
43c978e41a
|
Pass dataType to DataBind for Types.OTHER (#923)
|
2017-02-23 23:50:43 +13:00 |
|
 Koen De GrooteandRob Bygrave
|
6120a465e1
|
Simple fixes (#976)
* Should be only the really simple stuff.
* Final cleanups.
|
2017-02-23 23:46:51 +13:00 |
|
Rob Bygrave
|
8bb884374b
|
#970 - FOR UPDATE queries are not honored when beans are already cached
|
2017-02-21 22:53:14 +13:00 |
|
Rob Bygrave
|
3d8db775f7
|
#966 - ENH: Add serverConfig.setDbOffline(true) ... for creating new EbeanServer without a DataSource (for DbMigration typically)
|
2017-02-21 22:04:28 +13:00 |
|
Rob Bygrave
|
b3b8f6b154
|
#973 - Refactor - Tidy internals of DefaultBeanLoader
|
2017-02-21 21:57:11 +13:00 |
|
Rob Bygrave
|
82102340b8
|
#960 - Incorrect query when using '.betweenProperties' with '@SoftDelete'
|
2017-02-09 23:43:45 +13:00 |
|
Rob Bygrave
|
d9e884b8bd
|
#969 - ENH: Add Finder.query(String ormQuery) ... helper method
|
2017-02-09 23:27:13 +13:00 |
|
Rob Bygrave
|
6744c7886a
|
#968 - Refactor - Update ANTLR 4 generated code to 4.6
|
2017-02-09 23:20:33 +13:00 |
|
Rob Bygrave
|
7cfdd331ca
|
Merge branch 'master' of github.com:ebean-orm/ebean
|
2017-02-09 22:37:58 +13:00 |
|
Rob Bygrave
|
7e15faa9a8
|
#967 - ENH: Add DocStoreConfig.setAllowAllCertificates(true) ...
|
2017-02-09 22:37:25 +13:00 |
|
 Roland PramlandRob Bygrave
|
1292c86b76
|
removed duplicate StringHelper (#958)
|
2017-01-31 22:10:45 +13:00 |
|
Rob Bygrave
|
0260a73cb6
|
#957 - Javadoc update only
|
2017-01-27 00:36:25 +13:00 |
|
Rob Bygrave
|
a4b49dfa27
|
No effective change - Fix javadoc issues in Finder
|
2017-01-12 18:53:34 +13:00 |
|
Rob Bygrave
|
2fa4345742
|
#945 - Invalid SQL when using @Aggregation with a fetch() to a ManyToOne - missing columns in GROUP BY
|
2017-01-12 00:42:27 +13:00 |
|
Rob Bygrave
|
d9147327c1
|
#944 - Incorrect join (should be outer join) when predicate only path traverses an optional relationship to a mandatory relationship
|
2017-01-11 23:21:50 +13:00 |
|
Rob Bygrave
|
5ad9a611f9
|
#941 - @Transactional( type = TxType.MANDATORY ) creates a new transaction even if there is one available
|
2017-01-11 22:41:22 +13:00 |
|
Rob Bygrave
|
3fb497b651
|
No effective change - style, merge ifs
|
2017-01-11 22:17:29 +13:00 |
|
Rob Bygrave
|
fbfe5d1ff8
|
#943 - Refactor internals - Performance tweak / tidy for WhoCreated, WhoModified on OneToMany connections. #942
|
2017-01-11 21:42:23 +13:00 |
|
Rob Bygrave
|
b6f21f8649
|
No effective change - refactor merge AnnotationFields initWhoModified() and initWhoCreated() methods
|
2017-01-11 20:59:11 +13:00 |
|
 Nagy VilmosandRob Bygrave
|
8fd04807c7
|
WhoCreated, WhoModified on OneToMany connections. (#942)
* WhoCreated, WhoModified on OneToMany connections.
* PostgreSQL table name fix in tests.
|
2017-01-11 20:54:20 +13:00 |
|
Rob Bygrave
|
8d39b0a996
|
#940 - Allow findNative to use @Formula properties (add test for MySql := use with RawSql and findNative)
|
2017-01-09 22:29:15 +13:00 |
|
Rob Bygrave
|
0efcf1eeb3
|
Merge branch 'master' of github.com:ebean-orm/ebean
|
2017-01-09 19:40:23 +13:00 |
|
Rob Bygrave
|
335cef870f
|
#939 - Make ModifyAwareSet serializable ... (for serializable entity beans with @DbJson etc)
|
2017-01-09 19:39:54 +13:00 |
|
 Michael BenzandRob Bygrave
|
4c40962f04
|
MigrationXmlWriter adds DOCTYPE xml to avoid warning of missing external DTD in eclipse IDE. (#937)
|
2017-01-05 09:16:39 +13:00 |
|
 Nagy VilmosandRob Bygrave
|
073ea9c550
|
SQL Server boolean mapping fix (#932)
|
2017-01-01 19:52:57 +13:00 |
|
Rob Bygrave
|
88df6ffc6e
|
#931 - Refactor internals - DefaultTypeManager ...
|
2016-12-23 13:33:11 +13:00 |
|
Rob Bygrave
|
3efcfec300
|
#930 - Refactor (renames etc) for SQL Server History support
|
2016-12-23 13:18:15 +13:00 |
|
vilmos.nagy
|
9ae27ddcdd
|
SqlServer 2016 history support.
|
2016-12-22 19:22:44 +01:00 |
|
Rob Bygrave
|
7e2be20b6e
|
#925 - Change generated SQL for H2, Postgres and MySql to not use column alias'
|
2016-12-20 21:30:00 +13:00 |
|
Rob Bygrave
|
bc93a82b1a
|
#900 - Error - Can't fetch JsonDB field - org.postgresql.util.PSQLException: ERROR: could not identify an equality operator for type json
|
2016-12-20 03:00:08 +13:00 |
|
Rob Bygrave
|
84e1e12b66
|
#900 - Error - Can't fetch JsonDB field - org.postgresql.util.PSQLException: ERROR: could not identify an equality operator for type json
|
2016-12-20 02:59:47 +13:00 |
|
Rob Bygrave
|
4941134ce1
|
#922 - NPE Issue with ebean-elastic and multi-tenant Ebean ... NPE at DLoadContext line 96
|
2016-12-14 00:53:30 +13:00 |
|
Rob Bygrave
|
cf37fda3f4
|
#921 - Refactor internals - Change internal use of "findRowCount" to "findCount"
|
2016-12-13 19:51:11 +13:00 |
|
Rob Bygrave
|
fe4167ed60
|
#920 - Update DBMigration to io.ebean
|
2016-12-12 02:07:52 +13:00 |
|
Rob Bygrave
|
0eef69a277
|
#920 - Change logger package to io.ebean (e.g. for logging SQL instead of org.avaje.ebean.SQL use io.ebean.SQL)
|
2016-12-11 23:42:38 +13:00 |
|
Rob Bygrave
|
76bfd805c0
|
#919 - io.ebean package, use ebean-annotation
|
2016-12-11 23:34:29 +13:00 |
|
Rob Bygrave
|
971e2dc91b
|
#919 - io.ebean package initial
|
2016-12-11 23:23:22 +13:00 |
|
Rob Bygrave
|
514047e680
|
#918 - Remove DbMigrationConfig.generateOnStart() ... migrate to offline generation
|
2016-12-10 00:04:41 +13:00 |
|
Rob Bygrave
|
a727a98a21
|
#917 - ENH: Add findNative() ... ala automatic mapping of native SQL into object graphs / paths.
|
2016-12-09 23:45:57 +13:00 |
|
Rob Bygrave
|
e75b5e8b30
|
#916 - Refactor internals - bump use of 31 in hashes to 92821
|
2016-12-08 23:28:58 +13:00 |
|
Rob Bygrave
|
ad0e085ff5
|
#915 - Refactor internals - Change update plan to string key
|
2016-12-08 23:23:19 +13:00 |
|
Rob Bygrave
|
322a2f500d
|
No effective change - move method - BeanDescriptor.merge()
|
2016-12-08 23:01:05 +13:00 |
|
Rob Bygrave
|
8ae61074ad
|
#914 - Fix multi-tenancy support such that it automatically propagates the tenantId for lazy loading
|
2016-12-08 22:04:18 +13:00 |
|
Rob Bygrave
|
c3bc0c4975
|
#913 - IllegalArgumentException: No enum constant com.avaje.ebean.config.Platform.HSQLDB
|
2016-12-07 21:58:07 +13:00 |
|