public interface DaoQueryFactory
| Modifier and Type | Method and Description |
|---|---|
<T> DaoQuery<T> |
generateQuery(PersistenceDao<T,?> dao)
Returns query object which will execute a prepared statement when required selection arguments are provided
|
<T> DaoQuery<T> generateQuery(PersistenceDao<T,?> dao) throws SQLException
dao - OrmLite data access object of generic type matching Entity class to be retrievedSQLExceptionThis documentation is licensed by Andrew Bowley under the GPLv3 License.