Class QReferenceMapping<Q extends QReference<R,OR>,R extends MReference,OQ extends FlexibleRelationalPathBase<OR>,OR>

Type Parameters:
Q - type of entity path for the reference table
R - row type related to the QReferenceMapping
OQ - query type of the reference owner
OR - row type of the reference owner (related to QReferenceMapping)
All Implemented Interfaces:
QOwnedByMapping<ObjectReferenceType,R,OR>, SqaleMappingMixin<ObjectReferenceType,Q,R>
Direct Known Subclasses:
QAccessCertificationWorkItemReferenceMapping, QAssignmentMetadataReferenceMapping, QAssignmentReferenceMapping, QCaseWorkItemReferenceMapping, QObjectReferenceMapping, QProcessedObjectEventMarkReferenceMapping

public class QReferenceMapping<Q extends QReference<R,OR>,R extends MReference,OQ extends FlexibleRelationalPathBase<OR>,OR> extends SqaleTableMapping<ObjectReferenceType,Q,R> implements QOwnedByMapping<ObjectReferenceType,R,OR>
Base mapping between QReference subclasses and ObjectReferenceType. See subtypes for mapping instances for specific tables and see MReferenceType as well.