public interface Finder<T extends ActiveRecord<T>,ID>
java.util.List<T>
all()
T
findById(ID id)
T findById(ID id)
java.util.List<T> all()