Class QAssignmentReference

    • Field Detail

      • ASSIGNMENT_CID

        public static final com.querydsl.sql.ColumnMetadata ASSIGNMENT_CID
      • assignmentCid

        public final com.querydsl.core.types.dsl.NumberPath<Long> assignmentCid
    • Constructor Detail

      • QAssignmentReference

        public QAssignmentReference​(String variable,
                                    String tableName)
      • QAssignmentReference

        public QAssignmentReference​(String variable,
                                    String schema,
                                    String table)
    • Method Detail

      • isOwnedBy

        public com.querydsl.core.types.dsl.BooleanExpression isOwnedBy​(MAssignment ownerRow)
        Description copied from interface: QOwnedBy
        Returns predicate for where clause that matches only rows owned by the provided owner. Owner row is immediate owner, so if the containers are nested, it is the owning container, not the top-level owning object.
        Specified by:
        isOwnedBy in interface QOwnedBy<MAssignment>
        Overrides:
        isOwnedBy in class QReference<MAssignmentReference,​MAssignment>