Class QAclSid

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

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

      Constructors 
      Constructor Description
      QAclSid​(com.querydsl.core.types.Path<? extends AclSid> path)  
      QAclSid​(com.querydsl.core.types.PathMetadata metadata)  
      QAclSid​(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 interface com.querydsl.core.types.Expression

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

        getAnnotatedElement, getMetadata, getRoot
    • Field Detail

      • aclSid

        public static final QAclSid aclSid
      • aclEntries

        public final com.querydsl.core.types.dsl.ListPath<AclEntry,​QAclEntry> aclEntries
      • active

        public final com.querydsl.core.types.dsl.BooleanPath active
      • createdBy

        public final com.querydsl.core.types.dsl.NumberPath<Long> createdBy
      • createdDate

        public final com.querydsl.core.types.dsl.DateTimePath<Instant> createdDate
      • id

        public final com.querydsl.core.types.dsl.NumberPath<Long> id
      • lastModifiedBy

        public final com.querydsl.core.types.dsl.NumberPath<Long> lastModifiedBy
      • lastModifiedDate

        public final com.querydsl.core.types.dsl.DateTimePath<Instant> lastModifiedDate
      • principal

        public final com.querydsl.core.types.dsl.BooleanPath principal
      • sid

        public final com.querydsl.core.types.dsl.StringPath sid
      • version

        public final com.querydsl.core.types.dsl.NumberPath<Integer> version
    • Constructor Detail

      • QAclSid

        public QAclSid​(String variable)
      • QAclSid

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

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