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<R>
All Implemented Interfaces:
QOwnedBy<MLookupTable>, com.querydsl.core.types.EntityPath<MLookupTableRow>, com.querydsl.core.types.Expression<MLookupTableRow>, com.querydsl.core.types.Path<MLookupTableRow>, com.querydsl.core.types.ProjectionRole<MLookupTableRow>, com.querydsl.sql.RelationalPath<MLookupTableRow>, Serializable

public class QLookupTableRow extends QContainer<MLookupTableRow,MLookupTable>
Querydsl query type for "m_lookup_table_row" table.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    com.querydsl.core.types.dsl.StringPath
     
    static final com.querydsl.sql.ColumnMetadata
     
    static final com.querydsl.sql.ColumnMetadata
     
    static final com.querydsl.sql.ColumnMetadata
     
    com.querydsl.core.types.dsl.StringPath
     
    com.querydsl.core.types.dsl.StringPath
     
    static final com.querydsl.sql.ColumnMetadata
     
    com.querydsl.core.types.dsl.DateTimePath<Instant>
     
    final com.querydsl.sql.PrimaryKey<MLookupTableRow>
     
    static final String
     
    com.querydsl.core.types.dsl.StringPath
     
    static final com.querydsl.sql.ColumnMetadata
     

    Fields inherited from class com.evolveum.midpoint.repo.sqale.qmodel.common.QContainer

    cid, CID, CLASS, CONTAINER_TYPE, containerType, objectOidIdFk, OWNER_OID, ownerOid

    Fields inherited from class com.evolveum.midpoint.repo.sqlbase.querydsl.FlexibleRelationalPathBase

    DEFAULT_SCHEMA_NAME

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

    hashCode, mixin
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    QLookupTableRow(String variable, String schema, String table)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.querydsl.core.types.dsl.BooleanExpression
    Returns predicate for where clause that matches only rows owned by the provided owner.

    Methods inherited from class com.querydsl.sql.RelationalPathBase

    add, 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

    • TABLE_NAME

      public static final String TABLE_NAME
      See Also:
    • KEY

      public static final com.querydsl.sql.ColumnMetadata KEY
    • VALUE

      public static final com.querydsl.sql.ColumnMetadata VALUE
    • LABEL_NORM

      public static final com.querydsl.sql.ColumnMetadata LABEL_NORM
    • LABEL_ORIG

      public static final com.querydsl.sql.ColumnMetadata LABEL_ORIG
    • LAST_CHANGE_TIMESTAMP

      public static final com.querydsl.sql.ColumnMetadata LAST_CHANGE_TIMESTAMP
    • key

      public com.querydsl.core.types.dsl.StringPath key
    • value

      public com.querydsl.core.types.dsl.StringPath value
    • labelNorm

      public com.querydsl.core.types.dsl.StringPath labelNorm
    • labelOrig

      public com.querydsl.core.types.dsl.StringPath labelOrig
    • lastChangeTimestamp

      public com.querydsl.core.types.dsl.DateTimePath<Instant> lastChangeTimestamp
    • pk

      public final com.querydsl.sql.PrimaryKey<MLookupTableRow> pk
  • Constructor Details

    • QLookupTableRow

      public QLookupTableRow(String variable)
    • QLookupTableRow

      public QLookupTableRow(String variable, String schema, String table)
  • Method Details

    • isOwnedBy

      public com.querydsl.core.types.dsl.BooleanExpression isOwnedBy(MLookupTable ownerRow)
      Description copied from interface: QOwnedBy
      Returns predicate for where clause that matches only rows owned by the provided owner. Owner row is immediate owner, so if the containers are nested, it is the owning container, not the top-level owning object.
      Specified by:
      isOwnedBy in interface QOwnedBy<MLookupTable>
      Overrides:
      isOwnedBy in class QContainer<MLookupTableRow,MLookupTable>