java.lang.Object
com.querydsl.core.types.dsl.DslExpression<T>
com.querydsl.core.types.dsl.SimpleExpression<T>
com.querydsl.core.types.dsl.BeanPath<T>
All Implemented Interfaces:
com.querydsl.core.types.EntityPath<MCase>, com.querydsl.core.types.Expression<MCase>, com.querydsl.core.types.Path<MCase>, com.querydsl.core.types.ProjectionRole<MCase>, com.querydsl.sql.RelationalPath<MCase>, Serializable

public class QCase extends QAssignmentHolder<MCase>
Querydsl query type for "m_case" table.
See Also:
  • Field Details

    • TABLE_NAME

      public static final String TABLE_NAME
      See Also:
    • STATE

      public static final com.querydsl.sql.ColumnMetadata STATE
    • CLOSE_TIMESTAMP

      public static final com.querydsl.sql.ColumnMetadata CLOSE_TIMESTAMP
    • OBJECT_REF_TARGET_OID

      public static final com.querydsl.sql.ColumnMetadata OBJECT_REF_TARGET_OID
    • OBJECT_REF_TARGET_TYPE

      public static final com.querydsl.sql.ColumnMetadata OBJECT_REF_TARGET_TYPE
    • OBJECT_REF_RELATION_ID

      public static final com.querydsl.sql.ColumnMetadata OBJECT_REF_RELATION_ID
    • PARENT_REF_TARGET_OID

      public static final com.querydsl.sql.ColumnMetadata PARENT_REF_TARGET_OID
    • PARENT_REF_TARGET_TYPE

      public static final com.querydsl.sql.ColumnMetadata PARENT_REF_TARGET_TYPE
    • PARENT_REF_RELATION_ID

      public static final com.querydsl.sql.ColumnMetadata PARENT_REF_RELATION_ID
    • REQUESTOR_REF_TARGET_OID

      public static final com.querydsl.sql.ColumnMetadata REQUESTOR_REF_TARGET_OID
    • REQUESTOR_REF_TARGET_TYPE

      public static final com.querydsl.sql.ColumnMetadata REQUESTOR_REF_TARGET_TYPE
    • REQUESTOR_REF_RELATION_ID

      public static final com.querydsl.sql.ColumnMetadata REQUESTOR_REF_RELATION_ID
    • TARGET_REF_TARGET_OID

      public static final com.querydsl.sql.ColumnMetadata TARGET_REF_TARGET_OID
    • TARGET_REF_TARGET_TYPE

      public static final com.querydsl.sql.ColumnMetadata TARGET_REF_TARGET_TYPE
    • TARGET_REF_RELATION_ID

      public static final com.querydsl.sql.ColumnMetadata TARGET_REF_RELATION_ID
    • state

      public final com.querydsl.core.types.dsl.StringPath state
    • closeTimestamp

      public final com.querydsl.core.types.dsl.DateTimePath<Instant> closeTimestamp
    • objectRefTargetOid

      public final UuidPath objectRefTargetOid
    • objectRefTargetType

      public final com.querydsl.core.types.dsl.EnumPath<MObjectType> objectRefTargetType
    • objectRefRelationId

      public final com.querydsl.core.types.dsl.NumberPath<Integer> objectRefRelationId
    • parentRefTargetOid

      public final UuidPath parentRefTargetOid
    • parentRefTargetType

      public final com.querydsl.core.types.dsl.EnumPath<MObjectType> parentRefTargetType
    • parentRefRelationId

      public final com.querydsl.core.types.dsl.NumberPath<Integer> parentRefRelationId
    • requestorRefTargetOid

      public final UuidPath requestorRefTargetOid
    • requestorRefTargetType

      public final com.querydsl.core.types.dsl.EnumPath<MObjectType> requestorRefTargetType
    • requestorRefRelationId

      public final com.querydsl.core.types.dsl.NumberPath<Integer> requestorRefRelationId
    • targetRefTargetOid

      public final UuidPath targetRefTargetOid
    • targetRefTargetType

      public final com.querydsl.core.types.dsl.EnumPath<MObjectType> targetRefTargetType
    • targetRefRelationId

      public final com.querydsl.core.types.dsl.NumberPath<Integer> targetRefRelationId
  • Constructor Details