Robin Bygrave
|
dc7c854432
|
#788 - Deprecate findRowCount() ... add findCount(). Effectively renaming findRowCount() to findCount()
|
2016-07-31 19:06:21 +12:00 |
|
Robin Bygrave
|
7c83010df1
|
#788 - Deprecate findRowCount() ... add findCount(). Effectively renaming findRowCount() to findCount()
|
2016-07-31 16:39:23 +12:00 |
|
Robin Bygrave
|
5ce8eb6046
|
No effective change - remove unused methods
|
2016-07-31 15:02:05 +12:00 |
|
Robin Bygrave
|
56fee2ea9b
|
#789 - findCount() ... with where raw(...) expression that includes a "many" produces incorrect SQL
|
2016-07-31 14:57:12 +12:00 |
|
Robin Bygrave
|
6108ef484b
|
#782 - History Many-To-Many Lazy-Loads fail
|
2016-07-25 23:31:02 +12:00 |
|
Robin Bygrave
|
b763f4c875
|
#783 - HistoryExclude Many-to-Many Query-Generation Error
|
2016-07-25 23:29:33 +12:00 |
|
Robin Bygrave
|
5a9193f732
|
#779 - Refactor - Tidy internals of DefaultOrmQuery, remove unused String query property.
|
2016-07-15 23:51:27 +12:00 |
|
Robin Bygrave
|
55584f09d5
|
#778 - ENH: Add support for loading named queries from ebean.xml
|
2016-07-15 23:33:09 +12:00 |
|
Robin Bygrave
|
05eb0bfc55
|
#777 - ENH: Add support for @NamedQuery and @NamedQueries
|
2016-07-15 23:15:18 +12:00 |
|
Robin Bygrave
|
e0eff149b5
|
#775 - Change DefaultBackgroundExecutor to use JDK cached thread pool (rather than configure min/max size etc)
|
2016-07-15 20:48:41 +12:00 |
|
Robin Bygrave
|
474c2d5595
|
EQL - Add / expose via EbeanServer.createQuery(type, eql) method
|
2016-07-13 16:40:52 +12:00 |
|
Robin Bygrave
|
e58cec8bdd
|
EQL - parsing order by clause
|
2016-07-13 15:28:06 +12:00 |
|
Robin Bygrave
|
9dd82c0dd7
|
EQL - parsing limit offset clause
|
2016-07-13 14:30:12 +12:00 |
|
Robin Bygrave
|
49d3cc91e4
|
EQL - parsing select clause with distinct option
|
2016-07-13 14:07:59 +12:00 |
|
Robin Bygrave
|
a8c2fc2ed5
|
EQL - parsing select clause
|
2016-07-13 13:55:56 +12:00 |
|
Robin Bygrave
|
45d7e3cafd
|
EQL - parsing fetch clause with lazy/query option
|
2016-07-13 13:04:38 +12:00 |
|
Robin Bygrave
|
be6754bd06
|
EQL - parsing fetch clause
|
2016-07-13 11:01:44 +12:00 |
|
Robin Bygrave
|
83c16ad1c6
|
EQL - parsing IN expressions with named parameters
|
2016-07-13 10:12:15 +12:00 |
|
Robin Bygrave
|
3f8b389999
|
EQL - parsing BETWEEN property expressions
|
2016-07-13 09:48:58 +12:00 |
|
Robin Bygrave
|
b4b6a13e75
|
EQL - parsing BETWEEN expressions
|
2016-07-13 09:30:00 +12:00 |
|
Robin Bygrave
|
3fad4aae2f
|
EQL - parsing IN expressions
|
2016-07-12 23:29:34 +12:00 |
|
Robin Bygrave
|
ceab95e6c2
|
EQL - Simplify nested query where expressions after parsing
|
2016-07-12 22:51:02 +12:00 |
|
Robin Bygrave
|
84b37fb014
|
EQL Named parameter support for Like and ieq
|
2016-07-12 21:56:43 +12:00 |
|
Robin Bygrave
|
1a1c432c2a
|
Initial add of SpiNamedParam
|
2016-07-12 20:45:33 +12:00 |
|
Robin Bygrave
|
6b54b6ef46
|
Refactor BeanPropertyAssocOne findByParentIds use of raw expression
|
2016-07-12 16:11:51 +12:00 |
|
Robin Bygrave
|
d8dfd66af3
|
Refactor BeanPropertyAssocMany findByParentIds use of raw expression
|
2016-07-12 16:01:32 +12:00 |
|
Robin Bygrave
|
675c51b8c1
|
Add IEQ support
|
2016-07-12 15:22:04 +12:00 |
|
Robin Bygrave
|
3cd7ecaa4a
|
Merge branch 'wip/eql1' into wip/eql2
|
2016-07-12 15:05:00 +12:00 |
|
Robin Bygrave
|
12fa287f35
|
#769 - DB Migration DDL generation for UUID type when generating multiple platforms
|
2016-07-11 19:54:50 +12:00 |
|
Robin Bygrave
|
2991cb9ad1
|
#768 - Query.setDisableLazyLoading(true) ... not disabling lazy loading on @ManyToOne reference bean
|
2016-07-11 15:09:59 +12:00 |
|
Robin Bygrave
|
3b7f5496a8
|
#767 - Query.setDisableLazyLoading(true) ... not disabling lazy loading on @OneToMany
|
2016-07-11 12:28:31 +12:00 |
|
Robin Bygrave
|
4be703ff6e
|
#767 - Query.setDisableLazyLoading(true) ... not disabling lazy loading on @OneToMany
|
2016-07-11 11:58:02 +12:00 |
|
Robin Bygrave
|
d2c5765ac1
|
No effective change - tidy comments
|
2016-07-11 11:24:57 +12:00 |
|
Robin Bygrave
|
c7c6410cd9
|
#765 - ENH: Add ebean.xml with support for named RawSql, also adds EbeanServer.createNamedQuery()
|
2016-07-08 22:35:04 +12:00 |
|
Robin Bygrave
|
2c3c23725a
|
No effective change - reformat code
|
2016-07-08 15:37:26 +12:00 |
|
Robin Bygrave
|
92069c0319
|
#764 - NPE on BeanDescriptorManager.processViewInvalidation(BeanDescriptorManager.java:385)
|
2016-07-08 15:34:43 +12:00 |
|
Robin Bygrave
|
630ad66ff1
|
#763 - Internal Code cleanup - remove redundant null checking etc
|
2016-07-08 15:01:39 +12:00 |
|
Robin Bygrave
|
e458f577fe
|
No effective change - reduce logging for BeanDescriptorManager entity count message from INFO to DEBUG
|
2016-07-07 21:49:43 +12:00 |
|
Robin Bygrave
|
d89817a5c5
|
#760 - Change @Transactional(batchSize=100) ... to imply batch mode (remove need to also specify batch=PersistBatch.ALL)
|
2016-07-06 12:26:18 +12:00 |
|
Robin Bygrave
|
db1ba5f20e
|
#759 - Use default value of 100 for JDBC buffer fetchSize for findEach() / findEachWhile() - Add global defaults ServerConfig jdbcFetchSizeFindEach, jdbcFetchSizeFindList
|
2016-07-04 21:56:33 +12:00 |
|
Robin Bygrave
|
4f9a9a5094
|
No effective change - remove unused method
|
2016-06-30 14:45:06 +12:00 |
|
Robin Bygrave
|
1c6ac1289d
|
#758 - DDL - @Index(unique=true) on field/property not creating unique index
|
2016-06-30 13:59:38 +12:00 |
|
Robin Bygrave
|
3c40293183
|
#757 - Reduce logging of Commit message of org.avaje.ebean.TXN from INFO to DEBUG
|
2016-06-30 05:38:16 +12:00 |
|
Robin Bygrave
|
92474c2b24
|
#754 - Logging output for bind log of UpdateQuery does not include bind values for set clause ...
|
2016-06-28 07:10:59 +12:00 |
|
Robin Bygrave
|
697f67c14a
|
#753 - @History "as of" query errors when executed a second time - invalid bind parameter
|
2016-06-28 06:46:16 +12:00 |
|
Robin Bygrave
|
00e69e1b5d
|
No effective change - remove extra whitespace
|
2016-06-23 13:39:34 +12:00 |
|
Robin Bygrave
|
11b3f7a813
|
Merge branch 'release/collection-isempty-1' of https://github.com/DevFactory/avaje-ebeanorm into DevFactory-release/collection-isempty-1
Conflicts:
src/main/java/com/avaje/ebeaninternal/server/query/DefaultDbSqlContext.java
|
2016-06-23 13:24:58 +12:00 |
|
Robin Bygrave
|
2185c8a886
|
#752 - Refactor: SQL generation for @History support with Postgres, MySql (views/triggers based) such that it more closely aligns with SQL 2011 based SQL
|
2016-06-23 11:33:01 +12:00 |
|
Artyom Melnikov
|
0a3b819991
|
Fixing squid:S1155 - Collection.isEmpty() should be used to test for emptiness
|
2016-06-22 13:43:15 +03:00 |
|
yuqiyi
|
824f6dcc7e
|
fix DeployBeanDescriptor.java of the method setView
|
2016-06-22 18:11:37 +08:00 |
|