Package | Description |
---|---|
org.apache.oozie.executor.jpa |
Modifier and Type | Method and Description |
---|---|
BundleActionBean |
BundleActionGetJPAExecutor.execute(javax.persistence.EntityManager em) |
BundleActionBean |
BundleActionQueryExecutor.get(BundleActionQueryExecutor.BundleActionQuery namedQuery,
Object... parameters) |
BundleActionBean |
BundleActionQueryExecutor.getIfExist(BundleActionQueryExecutor.BundleActionQuery namedQuery,
Object... parameters) |
Modifier and Type | Method and Description |
---|---|
static QueryExecutor<BundleActionBean,BundleActionQueryExecutor.BundleActionQuery> |
BundleActionQueryExecutor.getInstance() |
List<BundleActionBean> |
BundleActionQueryExecutor.getList(BundleActionQueryExecutor.BundleActionQuery namedQuery,
Object... parameters) |
Modifier and Type | Method and Description |
---|---|
int |
BundleActionQueryExecutor.executeUpdate(BundleActionQueryExecutor.BundleActionQuery namedQuery,
BundleActionBean jobBean) |
javax.persistence.Query |
BundleActionQueryExecutor.getUpdateQuery(BundleActionQueryExecutor.BundleActionQuery namedQuery,
BundleActionBean baBean,
javax.persistence.EntityManager em) |
Constructor and Description |
---|
BundleActionInsertJPAExecutor(BundleActionBean bundleAction)
The constructor for class
BundleActionInsertJPAExecutor |
Copyright © 2018 Apache Software Foundation. All rights reserved.