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
,QAssignmentMapping
,QAssignmentReferenceMapping
,QCaseWorkItemMapping
,QCaseWorkItemReferenceMapping
,QContainerMapping
,QLookupTableRowMapping
,QObjectReferenceMapping
,QOperationExecutionMapping
,QReferenceMapping
,QTriggerMapping
public interface QOwnedByMapping<S,R,OR>
Marks mappings forQOwnedBy
entities.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description R
insert(S schemaObject, OR ownerRow, JdbcSession jdbcSession)
R
newRowObject(OR ownerRow)
Returns a row with foreign key fields referencing the provided owner row.
-
-
-
Method Detail
-
newRowObject
R newRowObject(OR ownerRow)
Returns a row with foreign key fields referencing the provided owner row.
-
insert
R insert(S schemaObject, OR ownerRow, JdbcSession jdbcSession) throws SchemaException
- Throws:
SchemaException
-
-