Class QAclEntry
- java.lang.Object
-
- com.querydsl.core.types.dsl.DslExpression<T>
-
- com.querydsl.core.types.dsl.SimpleExpression<T>
-
- com.querydsl.core.types.dsl.BeanPath<T>
-
- com.querydsl.core.types.dsl.EntityPathBase<AclEntry>
-
- org.genesys.blocks.security.model.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
-
-
Field Summary
Fields Modifier and Type Field Description QBasicModel_supercom.querydsl.core.types.dsl.NumberPath<Long>aceOrderstatic QAclEntryaclEntryQAclObjectIdentityaclObjectIdentityQAclSidaclSidcom.querydsl.core.types.dsl.BooleanPathauditFailurecom.querydsl.core.types.dsl.BooleanPathauditSuccesscom.querydsl.core.types.dsl.BooleanPathgrantingcom.querydsl.core.types.dsl.NumberPath<Long>idcom.querydsl.core.types.dsl.NumberPath<Integer>mask
-
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.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
-
-
-
-
Field Detail
-
aclEntry
public static final QAclEntry aclEntry
-
_super
public final QBasicModel _super
-
aceOrder
public final com.querydsl.core.types.dsl.NumberPath<Long> aceOrder
-
aclObjectIdentity
public final QAclObjectIdentity aclObjectIdentity
-
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)
-
-