All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.rapleaf.jack.queries.IQueryBuilder Maven / Gradle / Ivy

There is a newer version: 1.8
Show newest version
package com.rapleaf.jack.queries;


import java.io.IOException;
import java.sql.SQLException;
import java.util.List;

import com.rapleaf.jack.ModelWithId;

public interface IQueryBuilder {

  public List find() throws IOException, SQLException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy