public class CoordJobQueryExecutor extends QueryExecutor<CoordinatorJobBean,CoordJobQueryExecutor.CoordJobQuery>
| Modifier and Type | Class and Description |
|---|---|
static class |
CoordJobQueryExecutor.CoordJobQuery |
| Modifier and Type | Method and Description |
|---|---|
int |
executeUpdate(CoordJobQueryExecutor.CoordJobQuery namedQuery,
CoordinatorJobBean jobBean) |
CoordinatorJobBean |
get(CoordJobQueryExecutor.CoordJobQuery namedQuery,
Object... parameters) |
CoordinatorJobBean |
getIfExist(CoordJobQueryExecutor.CoordJobQuery namedQuery,
Object... parameters) |
static CoordJobQueryExecutor |
getInstance() |
List<CoordinatorJobBean> |
getList(CoordJobQueryExecutor.CoordJobQuery namedQuery,
Object... parameters) |
javax.persistence.Query |
getSelectQuery(CoordJobQueryExecutor.CoordJobQuery namedQuery,
javax.persistence.EntityManager em,
Object... parameters) |
Object |
getSingleValue(CoordJobQueryExecutor.CoordJobQuery namedQuery,
Object... parameters) |
javax.persistence.Query |
getUpdateQuery(CoordJobQueryExecutor.CoordJobQuery namedQuery,
CoordinatorJobBean cjBean,
javax.persistence.EntityManager em) |
insertpublic static CoordJobQueryExecutor getInstance()
public javax.persistence.Query getUpdateQuery(CoordJobQueryExecutor.CoordJobQuery namedQuery, CoordinatorJobBean cjBean, javax.persistence.EntityManager em) throws JPAExecutorException
getUpdateQuery in class QueryExecutor<CoordinatorJobBean,CoordJobQueryExecutor.CoordJobQuery>JPAExecutorExceptionpublic javax.persistence.Query getSelectQuery(CoordJobQueryExecutor.CoordJobQuery namedQuery, javax.persistence.EntityManager em, Object... parameters) throws JPAExecutorException
getSelectQuery in class QueryExecutor<CoordinatorJobBean,CoordJobQueryExecutor.CoordJobQuery>JPAExecutorExceptionpublic int executeUpdate(CoordJobQueryExecutor.CoordJobQuery namedQuery, CoordinatorJobBean jobBean) throws JPAExecutorException
executeUpdate in class QueryExecutor<CoordinatorJobBean,CoordJobQueryExecutor.CoordJobQuery>JPAExecutorExceptionpublic CoordinatorJobBean get(CoordJobQueryExecutor.CoordJobQuery namedQuery, Object... parameters) throws JPAExecutorException
get in class QueryExecutor<CoordinatorJobBean,CoordJobQueryExecutor.CoordJobQuery>JPAExecutorExceptionpublic List<CoordinatorJobBean> getList(CoordJobQueryExecutor.CoordJobQuery namedQuery, Object... parameters) throws JPAExecutorException
getList in class QueryExecutor<CoordinatorJobBean,CoordJobQueryExecutor.CoordJobQuery>JPAExecutorExceptionpublic Object getSingleValue(CoordJobQueryExecutor.CoordJobQuery namedQuery, Object... parameters) throws JPAExecutorException
getSingleValue in class QueryExecutor<CoordinatorJobBean,CoordJobQueryExecutor.CoordJobQuery>JPAExecutorExceptionpublic CoordinatorJobBean getIfExist(CoordJobQueryExecutor.CoordJobQuery namedQuery, Object... parameters) throws JPAExecutorException
getIfExist in class QueryExecutor<CoordinatorJobBean,CoordJobQueryExecutor.CoordJobQuery>JPAExecutorExceptionCopyright © 2018 Apache Software Foundation. All rights reserved.