Class QAuthority

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

    @Generated("com.querydsl.codegen.DefaultEntitySerializer")
    public class QAuthority
    extends com.querydsl.core.types.dsl.EntityPathBase<Authority>
    QAuthority is a Querydsl query type for Authority
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      QObjectId _id  
      com.querydsl.core.types.dsl.StringPath authority  
      static QAuthority authority1  
      com.querydsl.core.types.dsl.StringPath name  
      com.querydsl.core.types.dsl.StringPath stringId  
      com.querydsl.core.types.dsl.SetPath<java.lang.String,​com.querydsl.core.types.dsl.StringPath> users  
      • Fields inherited from class com.querydsl.core.types.dsl.DslExpression

        hashCode, mixin
    • Constructor Summary

      Constructors 
      Constructor Description
      QAuthority​(com.querydsl.core.types.Path<? extends Authority> path)  
      QAuthority​(com.querydsl.core.types.PathMetadata metadata)  
      QAuthority​(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)  
      QAuthority​(java.lang.Class<? extends Authority> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)  
      QAuthority​(java.lang.String variable)  
    • Method Summary

      • Methods inherited from class com.querydsl.core.types.dsl.EntityPathBase

        getMetadata
      • 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

        accept, getType
      • Methods inherited from interface com.querydsl.core.types.Path

        getAnnotatedElement, getMetadata, getRoot
    • Field Detail

      • authority1

        public static final QAuthority authority1
      • authority

        public final com.querydsl.core.types.dsl.StringPath authority
      • name

        public final com.querydsl.core.types.dsl.StringPath name
      • stringId

        public final com.querydsl.core.types.dsl.StringPath stringId
      • users

        public final com.querydsl.core.types.dsl.SetPath<java.lang.String,​com.querydsl.core.types.dsl.StringPath> users
    • Constructor Detail

      • QAuthority

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

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

        public QAuthority​(com.querydsl.core.types.PathMetadata metadata)
      • QAuthority

        public QAuthority​(com.querydsl.core.types.PathMetadata metadata,
                          com.querydsl.core.types.dsl.PathInits inits)
      • QAuthority

        public QAuthority​(java.lang.Class<? extends Authority> type,
                          com.querydsl.core.types.PathMetadata metadata,
                          com.querydsl.core.types.dsl.PathInits inits)