Class QVersionClaimDto

java.lang.Object
com.mysema.query.types.expr.DslExpression<VersionClaimDto>
com.mysema.query.types.expr.SimpleExpression<VersionClaimDto>
com.mysema.query.types.path.BeanPath<VersionClaimDto>
com.mysema.query.types.path.EntityPathBase<VersionClaimDto>
org.opencastproject.assetmanager.impl.persistence.QVersionClaimDto
All Implemented Interfaces:
com.mysema.query.types.EntityPath<VersionClaimDto>, com.mysema.query.types.Expression<VersionClaimDto>, com.mysema.query.types.Path<VersionClaimDto>, Serializable

@Generated("com.mysema.query.codegen.EntitySerializer") public class QVersionClaimDto extends com.mysema.query.types.path.EntityPathBase<VersionClaimDto>
QVersionClaimDto is a Querydsl query type for VersionClaimDto
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final com.mysema.query.types.path.NumberPath<Long>
     
    final com.mysema.query.types.path.StringPath
     
    static final QVersionClaimDto
     

    Fields inherited from class com.mysema.query.types.expr.DslExpression

    hashCode, mixin
  • Constructor Summary

    Constructors
    Constructor
    Description
    QVersionClaimDto(com.mysema.query.types.Path<? extends VersionClaimDto> path)
     
    QVersionClaimDto(com.mysema.query.types.PathMetadata<?> metadata)
     
     
  • Method Summary

    Methods inherited from class com.mysema.query.types.path.EntityPathBase

    getMetadata

    Methods inherited from class com.mysema.query.types.path.BeanPath

    accept, add, as, createArray, createBoolean, createCollection, createComparable, createDate, createDateTime, createEnum, createList, createMap, createNumber, createSet, createSimple, createString, createTime, forProperty, getAnnotatedElement, getMetadata, getRoot, instanceOf, instanceOfAny

    Methods inherited from class com.mysema.query.types.expr.SimpleExpression

    as, as, count, countDistinct, eq, eq, eqAll, eqAny, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, nullif, nullif, when, when

    Methods inherited from class com.mysema.query.types.expr.DslExpression

    equals, getType, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.mysema.query.types.Expression

    accept, getType

    Methods inherited from interface com.mysema.query.types.Path

    getAnnotatedElement, getMetadata, getRoot
  • Field Details

    • versionClaimDto

      public static final QVersionClaimDto versionClaimDto
    • lastClaimed

      public final com.mysema.query.types.path.NumberPath<Long> lastClaimed
    • mediaPackageId

      public final com.mysema.query.types.path.StringPath mediaPackageId
  • Constructor Details

    • QVersionClaimDto

      public QVersionClaimDto(String variable)
    • QVersionClaimDto

      public QVersionClaimDto(com.mysema.query.types.Path<? extends VersionClaimDto> path)
    • QVersionClaimDto

      public QVersionClaimDto(com.mysema.query.types.PathMetadata<?> metadata)