Remove unusused AbstractDhRepo.get(TDTO)

This commit is contained in:
James Seibel
2024-03-16 17:47:06 -05:00
parent 6413e17e4b
commit c081b6c57c
2 changed files with 1 additions and 2 deletions
@@ -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));
@@ -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--