Class QDataAcquisitionProject

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<DataAcquisitionProject>
eu.dzhw.fdz.metadatamanagement.projectmanagement.domain.QDataAcquisitionProject
All Implemented Interfaces:
com.querydsl.core.types.EntityPath<DataAcquisitionProject>, com.querydsl.core.types.Expression<DataAcquisitionProject>, com.querydsl.core.types.Path<DataAcquisitionProject>, Serializable

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

    Fields
    Modifier and Type Field Description
    QAbstractShadowableRdcDomainObject _super  
    com.querydsl.core.types.dsl.EnumPath<AssigneeGroup> assigneeGroup  
    QConfiguration configuration  
    com.querydsl.core.types.dsl.StringPath createdBy  
    com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> createdDate  
    static QDataAcquisitionProject dataAcquisitionProject  
    com.querydsl.core.types.dsl.BooleanPath hasBeenReleasedBefore  
    com.querydsl.core.types.dsl.BooleanPath hasUserServiceRemarks  
    com.querydsl.core.types.dsl.BooleanPath hidden  
    com.querydsl.core.types.dsl.StringPath id  
    com.querydsl.core.types.dsl.StringPath lastAssigneeGroupMessage  
    com.querydsl.core.types.dsl.StringPath lastModifiedBy  
    com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> lastModifiedDate  
    com.querydsl.core.types.dsl.StringPath masterId  
    QRelease release  
    private static long serialVersionUID  
    com.querydsl.core.types.dsl.BooleanPath shadow  
    com.querydsl.core.types.dsl.StringPath successorId  
    com.querydsl.core.types.dsl.NumberPath<Long> version  

    Fields inherited from class com.querydsl.core.types.dsl.DslExpression

    hashCode, mixin
  • Constructor Summary

    Constructors
    Constructor Description
    QDataAcquisitionProject​(com.querydsl.core.types.Path<? extends DataAcquisitionProject> path)  
    QDataAcquisitionProject​(com.querydsl.core.types.PathMetadata metadata)  
    QDataAcquisitionProject​(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 Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
      Constant Field Values
    • dataAcquisitionProject

      public static final QDataAcquisitionProject dataAcquisitionProject
    • _super

    • assigneeGroup

      public final com.querydsl.core.types.dsl.EnumPath<AssigneeGroup> assigneeGroup
    • configuration

      public final QConfiguration configuration
    • createdBy

      public final com.querydsl.core.types.dsl.StringPath createdBy
    • createdDate

      public final com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> createdDate
    • hasBeenReleasedBefore

      public final com.querydsl.core.types.dsl.BooleanPath hasBeenReleasedBefore
    • hasUserServiceRemarks

      public final com.querydsl.core.types.dsl.BooleanPath hasUserServiceRemarks
    • hidden

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

      public final com.querydsl.core.types.dsl.StringPath id
    • lastAssigneeGroupMessage

      public final com.querydsl.core.types.dsl.StringPath lastAssigneeGroupMessage
    • lastModifiedBy

      public final com.querydsl.core.types.dsl.StringPath lastModifiedBy
    • lastModifiedDate

      public final com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> lastModifiedDate
    • masterId

      public final com.querydsl.core.types.dsl.StringPath masterId
    • release

      public final QRelease release
    • shadow

      public final com.querydsl.core.types.dsl.BooleanPath shadow
    • successorId

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

      public final com.querydsl.core.types.dsl.NumberPath<Long> version
  • Constructor Details

    • QDataAcquisitionProject

      public QDataAcquisitionProject​(String variable)
    • QDataAcquisitionProject

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

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