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
,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 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
-