Package | Description |
---|---|
org.jbpm.services.api.query |
Modifier and Type | Class and Description |
---|---|
class |
NamedQueryMapper<T>
A delegate mapper that will delay look up of actual mapper to the time its
map method is invoked. |
Modifier and Type | Method and Description |
---|---|
QueryResultMapper<T> |
NamedQueryMapper.forColumnMapping(Map<String,String> columnMapping) |
QueryResultMapper<T> |
QueryResultMapper.forColumnMapping(Map<String,String> columnMapping)
Returns new instance of the mapper for given column mapping
|
QueryResultMapper<?> |
QueryMapperRegistry.mapperFor(String name,
Map<String,String> columnMapping)
Returns mapper for given name if found.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryMapperRegistry.addMapper(QueryResultMapper<?> mapper)
Adds a new query results mapper
|
<T> T |
QueryService.query(String queryName,
QueryResultMapper<T> mapper,
org.kie.api.runtime.query.QueryContext queryContext,
QueryParam... filterParams)
Performs query on given query definition that had to be previously registered.
|
<T> T |
QueryService.query(String queryName,
QueryResultMapper<T> mapper,
org.kie.api.runtime.query.QueryContext queryContext,
QueryParamBuilder<?> paramBuilder)
Performs query on given query definition that had to be previously registered.
|
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.