jsdai.lang
Class AttributeMapping

java.lang.Object
  extended byjsdai.lang.ObjectMapping
      extended byjsdai.lang.EntityMapping
          extended byjsdai.lang.AttributeMapping

public class AttributeMapping
extends EntityMapping

This class is part of attribute mapping implementation. It is intended for internal JSDAI use.


Constructor Summary
AttributeMapping(SdaiSession session, ASdaiModel target, ASdaiModel mapping, java.util.Set touchedInstances)
          Creates a new AttributeMapping.
 
Methods inherited from class jsdai.lang.EntityMapping
testMappedAttribute, testMappedEntity
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeMapping

public AttributeMapping(SdaiSession session,
                        ASdaiModel target,
                        ASdaiModel mapping,
                        java.util.Set touchedInstances)
                 throws SdaiException
Creates a new AttributeMapping.

Parameters:
session - SdaiSession to attach to
target - The target data domain
mapping - The mapping domain
touchedInstances - The output parameter: the instances touched by mapping operations
Throws:
SdaiException - if an error occurs during the operation or in underlying JSDAI operations

Copyright © LKSoftWare GmbH, 1999-2008