public class QueryForAllGenerator extends Object implements DaoQueryFactory
| Constructor and Description |
|---|
QueryForAllGenerator(PersistenceAdmin persistenceAdmin)
Create QueryForAllGenerator object
|
| Modifier and Type | Method and Description |
|---|---|
<T> DaoQuery<T> |
generateQuery(PersistenceDao<T,?> dao)
Returns query object which will execute a prepared statement with a primary key selection argument
|
public QueryForAllGenerator(PersistenceAdmin persistenceAdmin)
persistenceAdmin - Interface for JPA Supportpublic <T> DaoQuery<T> generateQuery(PersistenceDao<T,?> dao) throws SQLException
generateQuery in interface DaoQueryFactorySQLExceptionDaoQueryFactory.generateQuery(au.com.cybersearch2.classyjpa.entity.PersistenceDao)This documentation is licensed by Andrew Bowley under the GPLv3 License.