From d6a4f3fe6f2e997726969ccbe4f4fb5d8bc8774c Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Fri, 20 Apr 2007 01:56:43 +0000 Subject: [PATCH] List is as specific as we want to be here. --- src/java/com/samskivert/jdbc/depot/DepotRepository.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/java/com/samskivert/jdbc/depot/DepotRepository.java b/src/java/com/samskivert/jdbc/depot/DepotRepository.java index 45e9c71..83a24b8 100644 --- a/src/java/com/samskivert/jdbc/depot/DepotRepository.java +++ b/src/java/com/samskivert/jdbc/depot/DepotRepository.java @@ -27,6 +27,7 @@ import java.sql.SQLException; import java.util.ArrayList; import java.util.Collection; +import java.util.List; import java.util.Map; import com.samskivert.io.PersistenceException; @@ -161,7 +162,7 @@ public class DepotRepository /** * Loads all persistent objects that match the specified key. */ - protected ArrayList findAll ( + protected List findAll ( Class type, QueryClause... clauses) throws PersistenceException {