Class QFileSize

  • All Implemented Interfaces:
    com.querydsl.core.types.Expression<FileSize>, com.querydsl.core.types.Path<FileSize>, Serializable

    @Generated("com.querydsl.codegen.EmbeddableSerializer")
    public class QFileSize
    extends com.querydsl.core.types.dsl.BeanPath<FileSize>
    QFileSize is a Querydsl query type for FileSize
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static QFileSize fileSize  
      QInteger size  
      com.querydsl.core.types.dsl.EnumPath<FileSizeUnit> unit  
      • Fields inherited from class com.querydsl.core.types.dsl.DslExpression

        hashCode, mixin
    • Constructor Summary

      Constructors 
      Constructor Description
      QFileSize​(com.querydsl.core.types.Path<? extends FileSize> path)  
      QFileSize​(com.querydsl.core.types.PathMetadata metadata)  
      QFileSize​(String variable)  
    • Method Summary

      • Methods inherited from class com.querydsl.core.types.dsl.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.querydsl.core.types.dsl.SimpleExpression

        as, as, count, countDistinct, eq, eq, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, notIn, notIn, nullif, nullif, when, when
      • Methods inherited from class com.querydsl.core.types.dsl.DslExpression

        equals, getType, hashCode, toString
      • Methods inherited from interface com.querydsl.core.types.Expression

        getType
    • Field Detail

      • fileSize

        public static final QFileSize fileSize
      • unit

        public final com.querydsl.core.types.dsl.EnumPath<FileSizeUnit> unit
    • Constructor Detail

      • QFileSize

        public QFileSize​(String variable)
      • QFileSize

        public QFileSize​(com.querydsl.core.types.Path<? extends FileSize> path)
      • QFileSize

        public QFileSize​(com.querydsl.core.types.PathMetadata metadata)