Class QAssignmentMapping<OR extends MObject>

Type Parameters:
OR - type of the owner row
All Implemented Interfaces:
QOwnedByMapping<AssignmentType,MAssignment,OR>, SqaleMappingMixin<AssignmentType,QAssignment<OR>,MAssignment>, QSeparatelySerializedItem<QAssignment<OR>,MAssignment>

public class QAssignmentMapping<OR extends MObject> extends QContainerWithFullObjectMapping<AssignmentType,QAssignment<OR>,MAssignment,OR>
Mapping between QAssignment and AssignmentType. There are separate instances for assignments and inducements and the instance also knows the MContainer.containerType it should set. Only the instance for assignments is registered for queries as there is no way to distinguish between assignments and inducements when searching containers in the Query API anyway.