Class QAbstractEntityHistory

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

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

    Fields
    Modifier and Type Field Description
    QAbstractEntity _super  
    static QAbstractEntityHistory abstractEntityHistory  
    com.querydsl.core.types.dsl.StringPath createdBy  
    com.querydsl.core.types.dsl.DateTimePath<Instant> createdTime  
    com.querydsl.core.types.dsl.NumberPath<Long> id  
    com.querydsl.core.types.dsl.NumberPath<Long> idBucket  
    com.querydsl.core.types.dsl.NumberPath<Long> idEntity  
    com.querydsl.core.types.dsl.StringPath lastModifiedBy  
    com.querydsl.core.types.dsl.DateTimePath<Instant> lastModifiedTime  

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

    hashCode, mixin
  • Constructor Summary

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

    • abstractEntityHistory

      public static final QAbstractEntityHistory abstractEntityHistory
    • _super

      public final QAbstractEntity _super
    • 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
    • idEntity

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

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

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

    • QAbstractEntityHistory

      public QAbstractEntityHistory​(String variable)
    • QAbstractEntityHistory

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

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