Class QValueMetadata<M extends MValueMetadata,OR>

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<OR>, com.querydsl.core.types.EntityPath<M>, com.querydsl.core.types.Expression<M>, com.querydsl.core.types.Path<M>, com.querydsl.core.types.ProjectionRole<M>, com.querydsl.sql.RelationalPath<M>, Serializable
Direct Known Subclasses:
QAssignmentMetadata

public abstract class QValueMetadata<M extends MValueMetadata,OR> extends QContainer<M,OR>
See Also:
  • Field Details

    • CREATOR_REF_TARGET_OID

      public static final com.querydsl.sql.ColumnMetadata CREATOR_REF_TARGET_OID
    • CREATOR_REF_TARGET_TYPE

      public static final com.querydsl.sql.ColumnMetadata CREATOR_REF_TARGET_TYPE
    • CREATOR_REF_RELATION_ID

      public static final com.querydsl.sql.ColumnMetadata CREATOR_REF_RELATION_ID
    • CREATE_CHANNEL_ID

      public static final com.querydsl.sql.ColumnMetadata CREATE_CHANNEL_ID
    • CREATE_TIMESTAMP

      public static final com.querydsl.sql.ColumnMetadata CREATE_TIMESTAMP
    • MODIFIER_REF_TARGET_OID

      public static final com.querydsl.sql.ColumnMetadata MODIFIER_REF_TARGET_OID
    • MODIFIER_REF_TARGET_TYPE

      public static final com.querydsl.sql.ColumnMetadata MODIFIER_REF_TARGET_TYPE
    • MODIFIER_REF_RELATION_ID

      public static final com.querydsl.sql.ColumnMetadata MODIFIER_REF_RELATION_ID
    • MODIFY_CHANNEL_ID

      public static final com.querydsl.sql.ColumnMetadata MODIFY_CHANNEL_ID
    • MODIFY_TIMESTAMP

      public static final com.querydsl.sql.ColumnMetadata MODIFY_TIMESTAMP
    • creatorRefTargetOid

      public final UuidPath creatorRefTargetOid
    • creatorRefTargetType

      public final com.querydsl.core.types.dsl.EnumPath<MObjectType> creatorRefTargetType
    • creatorRefRelationId

      public final com.querydsl.core.types.dsl.NumberPath<Integer> creatorRefRelationId
    • createChannelId

      public final com.querydsl.core.types.dsl.NumberPath<Integer> createChannelId
    • createTimestamp

      public final com.querydsl.core.types.dsl.DateTimePath<Instant> createTimestamp
    • modifierRefTargetOid

      public final UuidPath modifierRefTargetOid
    • modifierRefTargetType

      public final com.querydsl.core.types.dsl.EnumPath<MObjectType> modifierRefTargetType
    • modifierRefRelationId

      public final com.querydsl.core.types.dsl.NumberPath<Integer> modifierRefRelationId
    • modifyChannelId

      public final com.querydsl.core.types.dsl.NumberPath<Integer> modifyChannelId
    • modifyTimestamp

      public final com.querydsl.core.types.dsl.DateTimePath<Instant> modifyTimestamp
  • Constructor Details

  • Method Details

    • isOwnedBy

      public abstract com.querydsl.core.types.dsl.BooleanExpression isOwnedBy(OR 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<M extends MValueMetadata>
      Overrides:
      isOwnedBy in class QContainer<M extends MValueMetadata,OR>