2/7/2019 6:29:57 AM
Pierre-Alexandre Meyer <pierre@mouraf.org>
|
2/6/2019 8:13:43 AM
the code to limit the number of queries in various codepaths.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
2/5/2019 2:51:30 PM
properly.
This makes https://github.com/killbill/killbill/issues/247 obsolete.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
2/5/2019 7:53:32 AM
was only used for
EntitySqlDao#getRecordId. Simplify the code by using NonEntityDao directly
from EntityDaoBase, instead of relying on annotations.
The @Cachable annotation isn't really used anymore.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
2/5/2019 7:30:50 AM
Pierre-Alexandre Meyer <pierre@mouraf.org>
|
2/4/2019 7:52:01 AM
Pierre-Alexandre Meyer <pierre@mouraf.org>
|
2/4/2019 7:32:51 AM
into invoice-performance-bulk-inserts
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
2/1/2019 7:52:15 PM
SqlDao when invalidating rows (soft delete).
In some cases we use ChangeType.DELETE and in some other cases we use ChangeType.UPDATE. Not only this is not clean
but this also creates [snowflakes in our code](https://github.com/killbill/killbill/blob/killbill-0.20.6/util/src/main/java/org/killbill/billing/util/entity/dao/EntitySqlDaoWrapperInvocationHandler.java#L323).
|
2/4/2019 5:46:06 AM
Pierre-Alexandre Meyer <pierre@mouraf.org>
|
|