Interface QOwnedByMapping<S,R,OR>
- Type Parameters:
S- schema type or the mapped object, typically a container owned by either an object or another containerR- row type of the mapped objectOR- row type of the owner object
- All Known Implementing Classes:
QAccessCertificationCaseMapping,QAccessCertificationWorkItemMapping,QAccessCertificationWorkItemReferenceMapping,QAffectedObjectReferenceMapping,QAffectedObjectsMapping,QAssignmentMapping,QAssignmentMarkReferenceMapping,QAssignmentMetadataMapping,QAssignmentMetadataReferenceMapping,QAssignmentReferenceMapping,QCaseWorkItemMapping,QCaseWorkItemReferenceMapping,QClusterDetectedPatternMapping,QContainerMapping,QContainerWithFullObjectMapping,QFocusIdentityMapping,QLookupTableRowMapping,QObjectReferenceFullObjectMapping,QObjectReferenceMapping,QOperationExecutionMapping,QOutlierPartitionMapping,QProcessedObjectEventMarkReferenceMapping,QProcessedObjectMapping,QReferenceMapping,QShadowReferenceAttributeMapping,QTriggerMapping,QValueMetadataMapping
public interface QOwnedByMapping<S,R,OR>
Marks mappings for
QOwnedBy entities.-
Method Summary
Modifier and TypeMethodDescriptioninsert(S schemaObject, OR ownerRow, JdbcSession jdbcSession) newRowObject(OR ownerRow) Returns a row with foreign key fields referencing the provided owner row.
-
Method Details
-
newRowObject
Returns a row with foreign key fields referencing the provided owner row. -
insert
- Throws:
SchemaException
-