| Package | Description |
|---|---|
| org.aksw.service_framework.jpa.core |
| Modifier and Type | Method and Description |
|---|---|
ConfigToExecution |
ServiceRepositoryJpaImpl.newCte(javax.persistence.EntityManager em,
Object configId,
E executionContext) |
| Modifier and Type | Method and Description |
|---|---|
List<ConfigToExecution> |
ServiceRepositoryJpaImpl.getMappings(javax.persistence.EntityManager em,
Object configId) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceRepositoryJpaImpl.setStatus(ConfigToExecution cte,
String status) |
| Modifier and Type | Method and Description |
|---|---|
static List<Integer> |
ServiceRepositoryJpaImpl.getIds(List<ConfigToExecution> mappings)
Note: There should always be only at most one execution context,
but for dealing with abnormalities we allow a list to be returned.
|
Copyright © 2015. All rights reserved.