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

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

    Fields
    Modifier and Type
    Field
    Description
    final com.mysema.query.types.path.BooleanPath
     
    final com.mysema.query.types.path.DateTimePath<Date>
     
    final com.mysema.query.types.path.NumberPath<Long>
     
    final com.mysema.query.types.path.NumberPath<Long>
     
    final com.mysema.query.types.path.StringPath
     
    final com.mysema.query.types.path.StringPath
     
    static final QPropertyDto
     
    final com.mysema.query.types.path.StringPath
     
    final com.mysema.query.types.path.StringPath
     

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

    hashCode, mixin
  • Constructor Summary

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

    • propertyDto

      public static final QPropertyDto propertyDto
    • boolValue

      public final com.mysema.query.types.path.BooleanPath boolValue
    • dateValue

      public final com.mysema.query.types.path.DateTimePath<Date> dateValue
    • id

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

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

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

      public final com.mysema.query.types.path.StringPath namespace
    • propertyName

      public final com.mysema.query.types.path.StringPath propertyName
    • stringValue

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

    • QPropertyDto

      public QPropertyDto(String variable)
    • QPropertyDto

      public QPropertyDto(com.mysema.query.types.Path<? extends PropertyDto> path)
    • QPropertyDto

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