Package | Description |
---|---|
com.semarchy.mdm.runtime.data |
This package contains the
IDataAccessService and the related classes. |
Modifier and Type | Interface and Description |
---|---|
interface |
IEntityRow |
Modifier and Type | Method and Description |
---|---|
List<IDataRow> |
IDataAccessService.queryRows(DataQuery pDataQuery)
Retrieve the rows for the given
DataQuery |
Modifier and Type | Method and Description |
---|---|
static DataQuery |
DataQueryUtil.createQueryForReferencedRow(IDataRow fromRow,
IManyToOneNode navNode,
List<String> selExpressions)
Create a DataQuery to retrieve the row referenced through a
IManyToOneNode . |
Modifier and Type | Method and Description |
---|---|
static DataQuery |
DataQueryUtil.createQueryForRows(Collection<IDataRow> rows,
Collection<String> selectExpressions)
Creates a ByID query for the given rows using a new set of select
expressions.
|
Copyright © 2015. All Rights Reserved.