Interface QOwnedByMapping<S,R,OR>

Type Parameters:
S - schema type or the mapped object, typically a container owned by either an object or another container
R - row type of the mapped object
OR - row type of the owner object
All Known Implementing Classes:
QAccessCertificationCaseMapping, QAccessCertificationWorkItemMapping, QAccessCertificationWorkItemReferenceMapping, QAffectedObjectsMapping, QAssignmentMapping, QAssignmentReferenceMapping, QCaseWorkItemMapping, QCaseWorkItemReferenceMapping, QContainerMapping, QFocusIdentityMapping, QLookupTableRowMapping, QObjectReferenceMapping, QOperationExecutionMapping, QProcessedObjectEventMarkReferenceMapping, QProcessedObjectMapping, QReferenceMapping, QTriggerMapping

public interface QOwnedByMapping<S,R,OR>
Marks mappings for QOwnedBy entities.
  • Method Summary

    Modifier and Type
    Method
    Description
    insert(S schemaObject, OR ownerRow, JdbcSession jdbcSession)
     
    newRowObject(OR ownerRow)
    Returns a row with foreign key fields referencing the provided owner row.
  • Method Details