Class QAclSid
- 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<AclSid>
-
- org.genesys.blocks.security.model.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
-
-
Field Summary
Fields Modifier and Type Field Description QAuditedVersionedModel_supercom.querydsl.core.types.dsl.ListPath<AclEntry,QAclEntry>aclEntriesstatic QAclSidaclSidcom.querydsl.core.types.dsl.BooleanPathactivecom.querydsl.core.types.dsl.NumberPath<Long>createdBycom.querydsl.core.types.dsl.DateTimePath<Instant>createdDatecom.querydsl.core.types.dsl.NumberPath<Long>idcom.querydsl.core.types.dsl.NumberPath<Long>lastModifiedBycom.querydsl.core.types.dsl.DateTimePath<Instant>lastModifiedDatecom.querydsl.core.types.dsl.ListPath<AclObjectIdentity,QAclObjectIdentity>objectIdentitiescom.querydsl.core.types.dsl.BooleanPathprincipalcom.querydsl.core.types.dsl.StringPathsidcom.querydsl.core.types.dsl.NumberPath<Integer>version
-
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
-
aclSid
public static final QAclSid aclSid
-
_super
public final QAuditedVersionedModel _super
-
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
-
objectIdentities
public final com.querydsl.core.types.dsl.ListPath<AclObjectIdentity,QAclObjectIdentity> objectIdentities
-
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
-
-