Class QAclEntry

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

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

      Constructors 
      Constructor Description
      QAclEntry​(com.querydsl.core.types.Path<? extends AclEntry> path)  
      QAclEntry​(com.querydsl.core.types.PathMetadata metadata)  
      QAclEntry​(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)  
      QAclEntry​(Class<? extends AclEntry> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)  
      QAclEntry​(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

      • aclEntry

        public static final QAclEntry aclEntry
      • aceOrder

        public final com.querydsl.core.types.dsl.NumberPath<Long> aceOrder
      • aclSid

        public final QAclSid aclSid
      • auditFailure

        public final com.querydsl.core.types.dsl.BooleanPath auditFailure
      • auditSuccess

        public final com.querydsl.core.types.dsl.BooleanPath auditSuccess
      • granting

        public final com.querydsl.core.types.dsl.BooleanPath granting
      • id

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

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

      • QAclEntry

        public QAclEntry​(String variable)
      • QAclEntry

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

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

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

        public QAclEntry​(Class<? extends AclEntry> type,
                         com.querydsl.core.types.PathMetadata metadata,
                         com.querydsl.core.types.dsl.PathInits inits)