Class QAssignmentReference

java.lang.Object
com.querydsl.core.types.dsl.DslExpression<T>
com.querydsl.core.types.dsl.SimpleExpression<T>
com.querydsl.core.types.dsl.BeanPath<T>
com.querydsl.sql.RelationalPathBase<R>
All Implemented Interfaces:
QOwnedBy<MAssignment>, SqlOrderableExpression, com.querydsl.core.types.EntityPath<MAssignmentReference>, com.querydsl.core.types.Expression<MAssignmentReference>, com.querydsl.core.types.Path<MAssignmentReference>, com.querydsl.core.types.ProjectionRole<MAssignmentReference>, com.querydsl.sql.RelationalPath<MAssignmentReference>, Serializable

public class QAssignmentReference extends QReference<MAssignmentReference,MAssignment>
Querydsl query type for assignment reference tables (for assignment metadata references).
See Also:
  • Field Details

    • ASSIGNMENT_CID

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

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

      public final com.querydsl.sql.PrimaryKey<MAssignmentReference> pk
  • Constructor Details

    • QAssignmentReference

      public QAssignmentReference(String variable, String tableName)
    • QAssignmentReference

      public QAssignmentReference(String variable, String schema, String table)
  • Method Details

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