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

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

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

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

    hashCode, mixin
  • Constructor Summary

    Constructors
    Constructor
    Description
    QAssetDto(com.mysema.query.types.Path<? extends AssetDto> path)
     
    QAssetDto(com.mysema.query.types.PathMetadata<?> metadata)
     
    QAssetDto(com.mysema.query.types.PathMetadata<?> metadata, com.mysema.query.types.path.PathInits inits)
     
    QAssetDto(Class<? extends AssetDto> type, com.mysema.query.types.PathMetadata<?> metadata, com.mysema.query.types.path.PathInits inits)
     
    QAssetDto(String variable)
     
  • 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

    • assetDto

      public static final QAssetDto assetDto
    • checksum

      public final com.mysema.query.types.path.StringPath checksum
    • id

      public final com.mysema.query.types.path.NumberPath<Long> id
    • mediaPackageElementId

      public final com.mysema.query.types.path.StringPath mediaPackageElementId
    • mimeType

      public final com.mysema.query.types.path.StringPath mimeType
    • size

      public final com.mysema.query.types.path.NumberPath<Long> size
    • snapshot

      public final QSnapshotDto snapshot
    • storageId

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

    • QAssetDto

      public QAssetDto(String variable)
    • QAssetDto

      public QAssetDto(com.mysema.query.types.Path<? extends AssetDto> path)
    • QAssetDto

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

      public QAssetDto(com.mysema.query.types.PathMetadata<?> metadata, com.mysema.query.types.path.PathInits inits)
    • QAssetDto

      public QAssetDto(Class<? extends AssetDto> type, com.mysema.query.types.PathMetadata<?> metadata, com.mysema.query.types.path.PathInits inits)