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 {