Beans/frank.
This commit is contained in:
@@ -209,7 +209,7 @@ public abstract class DepotRepository
|
|||||||
throws DatabaseException
|
throws DatabaseException
|
||||||
{
|
{
|
||||||
DepotMarshaller<T> marsh = _ctx.getMarshaller(type);
|
DepotMarshaller<T> marsh = _ctx.getMarshaller(type);
|
||||||
boolean useExplicit = !skipCache || (marsh.getTableName() == null) ||
|
boolean useExplicit = skipCache || (marsh.getTableName() == null) ||
|
||||||
!marsh.hasPrimaryKey() || !_ctx.isUsingCache();
|
!marsh.hasPrimaryKey() || !_ctx.isUsingCache();
|
||||||
|
|
||||||
// queries on @Computed records or the presence of FieldOverrides use the simple algorithm
|
// queries on @Computed records or the presence of FieldOverrides use the simple algorithm
|
||||||
|
|||||||
Reference in New Issue
Block a user