Class QContainerWithFullObject<R extends MContainerWithFullObject,OR>

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>
com.evolveum.midpoint.repo.sqlbase.querydsl.FlexibleRelationalPathBase<R>
com.evolveum.midpoint.repo.sqale.qmodel.common.QContainer<R,OR>
com.evolveum.midpoint.repo.sqale.qmodel.common.QContainerWithFullObject<R,OR>
All Implemented Interfaces:
QOwnedBy<OR>, com.querydsl.core.types.EntityPath<R>, com.querydsl.core.types.Expression<R>, com.querydsl.core.types.Path<R>, com.querydsl.core.types.ProjectionRole<R>, com.querydsl.sql.RelationalPath<R>, Serializable
Direct Known Subclasses:
QAssignment, QFocusIdentity, QOperationExecution

public class QContainerWithFullObject<R extends MContainerWithFullObject,OR> extends QContainer<R,OR>
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final com.querydsl.sql.ColumnMetadata
     
    final com.querydsl.core.types.dsl.ArrayPath<byte[],Byte>
     

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

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

    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
    QContainerWithFullObject(Class<? extends R> type, String variable, String schema, String table)
     
  • Method Summary

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

    isOwnedBy

    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

    • FULL_OBJECT

      public static final com.querydsl.sql.ColumnMetadata FULL_OBJECT
    • fullObject

      public final com.querydsl.core.types.dsl.ArrayPath<byte[],Byte> fullObject
  • Constructor Details

    • QContainerWithFullObject

      public QContainerWithFullObject(Class<? extends R> type, String variable, String schema, String table)