|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IManyToOneNode | |
---|---|
com.semarchy.mdm.runtime.data | This package contains the IDataAccessService and the related classes. |
com.semarchy.mdm.runtime.model.dataaccess | |
com.semarchy.mdm.runtime.semql.dataaccess |
Uses of IManyToOneNode in com.semarchy.mdm.runtime.data |
---|
Methods in com.semarchy.mdm.runtime.data with parameters of type IManyToOneNode | |
---|---|
static DataQuery |
DataQueryUtil.createQueryForReferencedRow(IDataRow fromRow,
IManyToOneNode navNode,
List<String> selExpressions)
Create a DataQuery to retrieve the row referenced through a IManyToOneNode . |
void |
IEntityRow.setReference(IManyToOneNode pNavNode,
IEntityRow pRow)
|
Uses of IManyToOneNode in com.semarchy.mdm.runtime.model.dataaccess |
---|
Methods in com.semarchy.mdm.runtime.model.dataaccess that return IManyToOneNode | |
---|---|
IManyToOneNode |
IForeignViewAttribute.getManyToOneNode()
|
IManyToOneNode |
IForeignDNViewAttribute.getManyToOneNode()
|
IManyToOneNode |
IView.getManyToOneNode(String pName)
Get the ManyToOneNode by name. |
IManyToOneNode |
DelegatingView.getManyToOneNode(String pName)
|
Methods in com.semarchy.mdm.runtime.model.dataaccess that return types with arguments of type IManyToOneNode | |
---|---|
List<IManyToOneNode> |
IView.getManyToOneNodes()
Obtain the list of outgoing ManyToOne navigation nodes |
List<IManyToOneNode> |
DelegatingView.getManyToOneNodes()
|
List<IManyToOneNode> |
DataAccessSelectExpression.getViewPath()
Return the view path to current DataAccessSelectExpression.getViewAttribute() when
attributes is nested. |
Uses of IManyToOneNode in com.semarchy.mdm.runtime.semql.dataaccess |
---|
Methods in com.semarchy.mdm.runtime.semql.dataaccess that return types with arguments of type IManyToOneNode | |
---|---|
List<IManyToOneNode> |
SemQLViewAttribute.getManyToOneNodePath()
|
Method parameters in com.semarchy.mdm.runtime.semql.dataaccess with type arguments of type IManyToOneNode | |
---|---|
static String |
SemQLDataAccessUtils.buildAttributeExpression(List<IManyToOneNode> pathsToCurrentView,
IViewAttribute<? extends IAttribute> pAttribute)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |