Beans, frank.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1821 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -120,7 +120,7 @@ public abstract class JORARepository extends SimpleRepository
|
||||
Connection conn, DatabaseLiaison liaison)
|
||||
throws SQLException, PersistenceException
|
||||
{
|
||||
return table.select(query, auxtable).toArrayList();
|
||||
return table.select(auxtable, query).toArrayList();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user