Class QLdapGroup

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

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

      Fields 
      Modifier and Type Field Description
      com.querydsl.core.types.dsl.StringPath cn  
      com.querydsl.core.types.dsl.StringPath description  
      com.querydsl.core.types.dsl.StringPath dn  
      QObjectId id  
      static QLdapGroup ldapGroup  
      com.querydsl.core.types.dsl.SetPath<ProcessRole,​QProcessRole> processesRoles  
      • Fields inherited from class com.querydsl.core.types.dsl.DslExpression

        hashCode, mixin
    • Constructor Summary

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

      • ldapGroup

        public static final QLdapGroup ldapGroup
      • cn

        public final com.querydsl.core.types.dsl.StringPath cn
      • description

        public final com.querydsl.core.types.dsl.StringPath description
      • dn

        public final com.querydsl.core.types.dsl.StringPath dn
    • Constructor Detail

      • QLdapGroup

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

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

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

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

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