From 31262e70b2d34099c8615d7d0fc396b5ea83b9b6 Mon Sep 17 00:00:00 2001 From: ray Date: Fri, 20 Apr 2007 01:56:43 +0000 Subject: [PATCH] List is as specific as we want to be here. git-svn-id: https://samskivert.googlecode.com/svn/trunk@2094 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- 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 45e9c718..83a24b83 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 {