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.sql.RelationalPathBase<QAccessToken>
eu.rarogsoftware.rarog.platform.plugins.pat.db.QAccessToken
All Implemented Interfaces:
com.querydsl.core.types.EntityPath<QAccessToken>, com.querydsl.core.types.Expression<QAccessToken>, com.querydsl.core.types.Path<QAccessToken>, com.querydsl.core.types.ProjectionRole<QAccessToken>, com.querydsl.sql.RelationalPath<QAccessToken>, Serializable

@Generated("com.querydsl.sql.codegen.MetaDataSerializer") public class QAccessToken extends com.querydsl.sql.RelationalPathBase<QAccessToken>
QAccessToken is a Querydsl query type for QAccessToken
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final QAccessToken
     
    final com.querydsl.sql.PrimaryKey<QAccessToken>
     
    final com.querydsl.sql.ForeignKey<QUsers>
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.DateTimePath<Timestamp>
     
    final com.querydsl.core.types.dsl.NumberPath<Long>
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.NumberPath<Long>
     

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

    hashCode, mixin
  • Constructor Summary

    Constructors
    Constructor
    Description
    QAccessToken(com.querydsl.core.types.Path<? extends QAccessToken> path)
     
    QAccessToken(com.querydsl.core.types.PathMetadata metadata)
     
    QAccessToken(String variable)
     
    QAccessToken(String variable, String schema)
     
    QAccessToken(String variable, String schema, String table)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class com.querydsl.sql.RelationalPathBase

    add, addMetadata, all, count, countDistinct, createForeignKey, createForeignKey, createInvForeignKey, createInvForeignKey, createPrimaryKey, eq, eq, getColumns, getForeignKeys, getInverseForeignKeys, getMetadata, getPrimaryKey, getProjection, getSchemaAndTable, getSchemaName, getTableName, ne, ne

    Methods inherited from class com.querydsl.core.types.dsl.BeanPath

    accept, 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, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, 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

    • accessToken

      public static final QAccessToken accessToken
    • appName

      public final com.querydsl.core.types.dsl.StringPath appName
    • authorities

      public final com.querydsl.core.types.dsl.StringPath authorities
    • expiration

      public final com.querydsl.core.types.dsl.DateTimePath<Timestamp> expiration
    • id

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

      public final com.querydsl.core.types.dsl.StringPath secret
    • tokenName

      public final com.querydsl.core.types.dsl.StringPath tokenName
    • userId

      public final com.querydsl.core.types.dsl.NumberPath<Long> userId
    • accessTokenPk

      public final com.querydsl.sql.PrimaryKey<QAccessToken> accessTokenPk
    • accesstokenUsersFk

      public final com.querydsl.sql.ForeignKey<QUsers> accesstokenUsersFk
  • Constructor Details

    • QAccessToken

      public QAccessToken(String variable)
    • QAccessToken

      public QAccessToken(String variable, String schema, String table)
    • QAccessToken

      public QAccessToken(String variable, String schema)
    • QAccessToken

      public QAccessToken(com.querydsl.core.types.Path<? extends QAccessToken> path)
    • QAccessToken

      public QAccessToken(com.querydsl.core.types.PathMetadata metadata)
  • Method Details

    • addMetadata

      public void addMetadata()