Class QAuthor

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

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

      Fields 
      Modifier and Type Field Description
      static QAuthor author  
      com.querydsl.core.types.dsl.StringPath email  
      com.querydsl.core.types.dsl.StringPath fullName  
      com.querydsl.core.types.dsl.StringPath id  
      • Fields inherited from class com.querydsl.core.types.dsl.DslExpression

        hashCode, mixin
    • Constructor Summary

      Constructors 
      Constructor Description
      QAuthor​(com.querydsl.core.types.Path<? extends Author> path)  
      QAuthor​(com.querydsl.core.types.PathMetadata metadata)  
      QAuthor​(java.lang.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 class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface com.querydsl.core.types.Expression

        getType
    • Field Detail

      • author

        public static final QAuthor author
      • email

        public final com.querydsl.core.types.dsl.StringPath email
      • fullName

        public final com.querydsl.core.types.dsl.StringPath fullName
      • id

        public final com.querydsl.core.types.dsl.StringPath id
    • Constructor Detail

      • QAuthor

        public QAuthor​(java.lang.String variable)
      • QAuthor

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

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