public class EntityByNodeIdGenerator extends Object implements DaoQueryFactory
| Constructor and Description |
|---|
EntityByNodeIdGenerator() |
| 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
|
public <T> DaoQuery<T> generateQuery(PersistenceDao<T,?> dao) throws SQLException
DaoQueryFactorygenerateQuery in interface DaoQueryFactorydao - OrmLite data access object of generic type matching Entity class to be retrievedSQLExceptionThis documentation is licensed by Andrew Bowley under the GPLv3 License.