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

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

    Fields
    Modifier and Type
    Field
    Description
    final com.mysema.query.types.path.DateTimePath<Date>
     
    final com.mysema.query.types.path.SetPath<AssetDto,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.StringPath
     
    final com.mysema.query.types.path.StringPath
     
    final com.mysema.query.types.path.StringPath
     
    static final QSnapshotDto
     
    final com.mysema.query.types.path.StringPath
     
    final com.mysema.query.types.path.NumberPath<Long>
     

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

    hashCode, mixin
  • Constructor Summary

    Constructors
    Constructor
    Description
    QSnapshotDto(com.mysema.query.types.Path<? extends SnapshotDto> path)
     
    QSnapshotDto(com.mysema.query.types.PathMetadata<?> metadata)
     
    QSnapshotDto(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

    • snapshotDto

      public static final QSnapshotDto snapshotDto
    • archivalDate

      public final com.mysema.query.types.path.DateTimePath<Date> archivalDate
    • assets

      public final com.mysema.query.types.path.SetPath<AssetDto,QAssetDto> assets
    • availability

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

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

      public final com.mysema.query.types.path.StringPath mediaPackageId
    • mediaPackageXml

      public final com.mysema.query.types.path.StringPath mediaPackageXml
    • organizationId

      public final com.mysema.query.types.path.StringPath organizationId
    • owner

      public final com.mysema.query.types.path.StringPath owner
    • seriesId

      public final com.mysema.query.types.path.StringPath seriesId
    • storageId

      public final com.mysema.query.types.path.StringPath storageId
    • version

      public final com.mysema.query.types.path.NumberPath<Long> version
  • Constructor Details

    • QSnapshotDto

      public QSnapshotDto(String variable)
    • QSnapshotDto

      public QSnapshotDto(com.mysema.query.types.Path<? extends SnapshotDto> path)
    • QSnapshotDto

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