Remove unusused AbstractDhRepo.get(TDTO)
This commit is contained in:
@@ -126,7 +126,6 @@ public abstract class AbstractDhRepo<TKey, TDTO extends IBaseDTO<TKey>>
|
||||
// high level DB //
|
||||
//===============//
|
||||
|
||||
public TDTO get(TDTO dto) { return this.getByKey(dto.getKey()); }
|
||||
public TDTO getByKey(TKey primaryKey)
|
||||
{
|
||||
Map<String, Object> objectMap = this.queryDictionaryFirst(this.createSelectByKeySql(primaryKey));
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@ where DataType <> 'CompleteFullDataSource' or DataDetailLevel <> 0;
|
||||
|
||||
--batch--
|
||||
|
||||
-- shrink the database file for the removed legacy detail levels
|
||||
-- shrink the database file after having removed low detail legacy LODs
|
||||
VACUUM;
|
||||
|
||||
--batch--
|
||||
|
||||
Reference in New Issue
Block a user