Robin Bygrave
|
81531b6cda
|
#671 - ENH: Add support for @View and extra-ddl.xml to nicely support entity beans based on views
|
2016-04-28 20:19:05 +12:00 |
|
Robin Bygrave
|
2c6f637dab
|
#646 - REFACTOR: L2 cache towards remote data grid caches (like Ignite etc)
|
2016-04-12 23:20:16 +12:00 |
|
Robin Bygrave
|
524be4ce55
|
#641 - ENH: Add EbeanServer.setBeanId(bean, id) ... to make it easy to convert id value to appropriate type and set
|
2016-04-08 01:15:34 +12:00 |
|
Robin Bygrave
|
c296127bab
|
#618 - Refactor - remove DataSourcePool implementation as separate dependency
|
2016-03-24 14:29:21 +13:00 |
|
Robin Bygrave
|
9bcc8a77fe
|
No effective change - imports
|
2016-03-14 21:28:14 +13:00 |
|
Robin Bygrave
|
f055a0d0cb
|
#420 - Review JodaLocalTime (being stored and fetched using UTC)
|
2016-02-17 21:34:52 +13:00 |
|
Robin Bygrave
|
4ad0e06aab
|
Testing CI - TestEncrypt change to only run against H2 for now
|
2016-01-27 22:53:06 +13:00 |
|
Robin Bygrave
|
53dd91416c
|
#543 - Tidy up test logging - adjust test LoggedSqlCollector - remove logging noise when running tests
|
2016-01-27 19:05:19 +13:00 |
|
Robin Bygrave
|
38dd3d82fc
|
#536 - @ManyToOne with @JoinColumn throw error - Update tests
|
2016-01-26 16:41:15 +13:00 |
|
Robin Bygrave
|
e7c6223799
|
#530 - Bad join with raw() expression on a @ManyToMany path.
|
2016-01-19 13:18:28 +13:00 |
|
Robin Bygrave
|
d33afd85de
|
#533 - DDL - Invalid foreign key constraint name for @ManyToMany when using explicit schema in @Table - Temp testing removed
|
2016-01-19 10:01:04 +13:00 |
|
Robin Bygrave
|
77bcb4aef9
|
#533 - DDL - Invalid foreign key constraint name for @ManyToMany when using explicit schema in @Table - Temp testing
|
2016-01-19 09:57:49 +13:00 |
|
Robin Bygrave
|
7238f39be5
|
#531 - AutoTune - On shutdown provide ability to saving profiling without garbage collection
|
2016-01-19 08:16:17 +13:00 |
|
Robin Bygrave
|
f9800dd59e
|
#509 - ExpressList.notIn method does not work
|
2016-01-05 09:11:14 +13:00 |
|
Robin Bygrave
|
debd8ad617
|
#465 - The encrypt key is logged out in sql statement - when included in where predicate
|
2015-11-30 12:25:25 +13:00 |
|
Robin Bygrave
|
b326724139
|
#443 - ENH: Enum mapping - Add annotation @DbEnumValue that can be used to on a enum method which provides DB values
|
2015-10-30 21:42:21 +13:00 |
|
Robin Bygrave
|
0a8c902790
|
#411 - Refactor AutoFetch, rename to "AutoTune", store/load tuning and profiling as XML
|
2015-09-10 23:20:57 +12:00 |
|
Robin Bygrave
|
71dd0e5728
|
AutoTune update - rename and profiling against original query
|
2015-09-10 00:17:49 +12:00 |
|
Robin Bygrave
|
1dd0841f00
|
#374 - MsSqlServer - adjust tests (due to jdbc batch support etc) add in support for unique index handling
|
2015-08-06 21:49:04 +12:00 |
|
Robin Bygrave
|
e83a6f05bc
|
Oracle specific changes - Internal changes for DB Migration / DDL generation #369
|
2015-08-06 08:09:20 +12:00 |
|
Robin Bygrave
|
06b6638926
|
No effective change - code cleanup - string indexOf to contains
|
2015-07-31 15:00:02 +12:00 |
|
Robin Bygrave
|
b8f8cb5ae7
|
#337 - Remove deprecated method - delete(Class<?> beanType, Collection<?> ids) ... migrate to deleteAll()
|
2015-07-20 11:07:52 +12:00 |
|
rbygrave
|
7d02a42276
|
#309 - ScalarTypeConverters for Java8 time datatypes not working
|
2015-06-17 21:13:48 +12:00 |
|
rbygrave
|
dcb7054248
|
#303 - Change beginTransaction() to use REQUIRED scope by default
|
2015-05-30 20:10:56 +12:00 |
|
rbygrave
|
09f8967459
|
#215 - Remove findPagingList() ... it has been deprecated for a while, please migrate to findPagedList()
|
2014-12-01 21:52:40 +13:00 |
|
rbygrave
|
370267ab6f
|
Refactor properties bootup, remove GlobalProperties and allow ServerConfig.loadFromProperties()
|
2014-11-30 17:08:02 +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
|
641385aab5
|
ScalarTypeLocalDate update - some test ordering issues
|
2014-11-14 01:01:32 +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 |
|
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 |
|
Rob Bygrave
|
cceb7c035c
|
Fix for #159 - Refactor - cleanup clode when closing query only transaction + change default option
|
2014-07-05 22:10:53 +12:00 |
|
Rob Bygrave
|
b973cc3b86
|
No effective change - imports of Assert in tests + formatting
|
2014-07-02 23:29:54 +12:00 |
|
Rob Bygrave
|
1109d412e7
|
Fix for #154 - @OrderBy on a @OneToMany property is not used when lazy loading
|
2014-06-26 00:37:31 +12:00 |
|
Rob Bygrave
|
dd83bc4d26
|
Test BeanPersistAdapter with stateless update
|
2014-06-19 02:03:59 +12:00 |
|
Rob Bygrave
|
af6dbd0dbe
|
Fix for #140 - Add some support for RawSql findRowCount, remove BeanCollection.hasMoreRows()
|
2014-06-10 23:52:05 +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
|
41f3173adf
|
Add PagedList was part of #96
|
2014-05-16 01:41:56 +12:00 |
|
Rob Bygrave
|
4c4e084e43
|
WIP update/refactoring on caching
|
2014-04-24 01:57:52 +12:00 |
|
Rob Bygrave
|
0d1c9e2883
|
Fix for #91 Stateless Update API Change, #90 Removed BeanState.setReference(), #89 Remove support for multiple @Id properties
|
2014-04-23 01:51:27 +12:00 |
|
Rob Bygrave
|
fc628d336d
|
Fix for #87 - v4 - Remove Query setBackgroundFetchAfter() feature
|
2014-04-20 19:30:40 +12:00 |
|
Rob Bygrave
|
96e4b4640f
|
Merge in v4 code changes
|
2014-04-03 03:47:55 +13:00 |
|
Rob Bygrave
|
749f8d0d45
|
Change *ToMany lazy loading to not use the parent entity/table
|
2014-01-30 22:27:52 +13:00 |
|
Rob Bygrave
|
6bd8c2bd05
|
Add MetaInfoManager API, remove MetaQueryStatistic entity bean, refactor query execution stats collection
|
2014-01-19 22:49:18 +13:00 |
|
Rob Bygrave
|
4f33fe087e
|
Merge pull request #47 from romming/BUG420
Thanks!!
|
2013-11-07 00:08:54 -08:00 |
|
Tobias
|
1330fe8fb6
|
Generate valid SQL when firstRow is set but not maxRows
|
2013-10-07 16:29:23 +02:00 |
|
Christian Romming
|
236fb5541b
|
Fixed whitespace in test.
|
2013-08-28 23:15:20 +02:00 |
|
Christian Romming
|
1cafea20c6
|
Test and fix for BUG 420.
|
2013-08-28 23:06:37 +02:00 |
|
Robin Bygrave
|
4ec62a5772
|
initial rework for new enhancement
|
2013-06-19 20:36:24 +12:00 |
|
Robin Bygrave
|
2f97c5c36e
|
Remove unused ServerConfig debugSql options, Update Tests to use agentloader
|
2013-04-29 22:42:27 +12:00 |
|