Class QExecution

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<Execution>
pl.matsuo.core.model.execution.QExecution
All Implemented Interfaces:
com.querydsl.core.types.EntityPath<Execution>, com.querydsl.core.types.Expression<Execution>, com.querydsl.core.types.Path<Execution>, Serializable

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

    Fields
    Modifier and Type Field Description
    QAbstractEntity _super  
    com.querydsl.core.types.dsl.StringPath beanName  
    com.querydsl.core.types.dsl.StringPath createdBy  
    com.querydsl.core.types.dsl.DateTimePath<Instant> createdTime  
    static QExecution execution  
    com.querydsl.core.types.dsl.NumberPath<Long> id  
    com.querydsl.core.types.dsl.NumberPath<Long> idBucket  
    com.querydsl.core.types.dsl.StringPath lastModifiedBy  
    com.querydsl.core.types.dsl.DateTimePath<Instant> lastModifiedTime  
    com.querydsl.core.types.dsl.DateTimePath<Date> runDate  
    com.querydsl.core.types.dsl.BooleanPath success  

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

    hashCode, mixin
  • Constructor Summary

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

    • execution

      public static final QExecution execution
    • _super

      public final QAbstractEntity _super
    • beanName

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

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

      public final com.querydsl.core.types.dsl.DateTimePath<Instant> createdTime
    • id

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

      public final com.querydsl.core.types.dsl.NumberPath<Long> idBucket
    • lastModifiedBy

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

      public final com.querydsl.core.types.dsl.DateTimePath<Instant> lastModifiedTime
    • runDate

      public final com.querydsl.core.types.dsl.DateTimePath<Date> runDate
    • success

      public final com.querydsl.core.types.dsl.BooleanPath success
  • Constructor Details

    • QExecution

      public QExecution​(String variable)
    • QExecution

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

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