Class QProcessedObject
- 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<MProcessedObject,MSimulationResult>
-
- com.evolveum.midpoint.repo.sqale.qmodel.simulation.QProcessedObject
-
- All Implemented Interfaces:
QOwnedBy<MSimulationResult>,com.querydsl.core.types.EntityPath<MProcessedObject>,com.querydsl.core.types.Expression<MProcessedObject>,com.querydsl.core.types.Path<MProcessedObject>,com.querydsl.core.types.ProjectionRole<MProcessedObject>,com.querydsl.sql.RelationalPath<MProcessedObject>,Serializable
public class QProcessedObject extends QContainer<MProcessedObject,MSimulationResult>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static com.querydsl.sql.ColumnMetadataFOCUS_RECORD_IDcom.querydsl.core.types.dsl.NumberPath<Long>focusRecordIdstatic com.querydsl.sql.ColumnMetadataFULL_OBJECTcom.querydsl.core.types.dsl.ArrayPath<byte[],Byte>fullObjectstatic com.querydsl.sql.ColumnMetadataMETRIC_IDENTIFIERScom.querydsl.core.types.dsl.ArrayPath<String[],String>metricIdentifiersstatic com.querydsl.sql.ColumnMetadataNAME_NORMstatic com.querydsl.sql.ColumnMetadataNAME_ORIGcom.querydsl.core.types.dsl.StringPathnameNormcom.querydsl.core.types.dsl.StringPathnameOrigstatic com.querydsl.sql.ColumnMetadataOBJECT_AFTERstatic com.querydsl.sql.ColumnMetadataOBJECT_BEFOREstatic com.querydsl.sql.ColumnMetadataOBJECT_TYPEcom.querydsl.core.types.dsl.ArrayPath<byte[],Byte>objectAftercom.querydsl.core.types.dsl.ArrayPath<byte[],Byte>objectBeforecom.querydsl.core.types.dsl.EnumPath<MObjectType>objectTypeUuidPathoidstatic com.querydsl.sql.ColumnMetadataOIDcom.querydsl.core.types.dsl.EnumPath<ObjectProcessingStateType>statestatic com.querydsl.sql.ColumnMetadataSTATEstatic StringTABLE_NAMEstatic com.querydsl.sql.ColumnMetadataTRANSACTION_IDcom.querydsl.core.types.dsl.StringPathtransactionId-
Fields inherited from class com.evolveum.midpoint.repo.sqale.qmodel.common.QContainer
cid, CID, CLASS, CONTAINER_TYPE, containerType, objectOidIdFk, OWNER_OID, ownerOid, pk
-
Fields inherited from class com.evolveum.midpoint.repo.sqlbase.querydsl.FlexibleRelationalPathBase
DEFAULT_SCHEMA_NAME
-
-
Constructor Summary
Constructors Constructor Description QProcessedObject(String variable)QProcessedObject(String variable, String schema, String table)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.querydsl.core.types.dsl.BooleanExpressionisOwnedBy(MSimulationResult ownerRow)Returns predicate for where clause that matches only rows owned by the provided owner.-
Methods inherited from class com.evolveum.midpoint.repo.sqlbase.querydsl.FlexibleRelationalPathBase
addMetadata, createArray, createBoolean, createByteArray, createDateTime, createEnum, createInstant, createInteger, createLong, createNumber, createString, createUuid, getPath
-
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
-
-
-
-
Field Detail
-
TABLE_NAME
public static final String TABLE_NAME
- See Also:
- Constant Field Values
-
OID
public static final com.querydsl.sql.ColumnMetadata OID
-
OBJECT_TYPE
public static final com.querydsl.sql.ColumnMetadata OBJECT_TYPE
-
NAME_ORIG
public static final com.querydsl.sql.ColumnMetadata NAME_ORIG
-
NAME_NORM
public static final com.querydsl.sql.ColumnMetadata NAME_NORM
-
STATE
public static final com.querydsl.sql.ColumnMetadata STATE
-
FOCUS_RECORD_ID
public static final com.querydsl.sql.ColumnMetadata FOCUS_RECORD_ID
-
FULL_OBJECT
public static final com.querydsl.sql.ColumnMetadata FULL_OBJECT
-
OBJECT_BEFORE
public static final com.querydsl.sql.ColumnMetadata OBJECT_BEFORE
-
OBJECT_AFTER
public static final com.querydsl.sql.ColumnMetadata OBJECT_AFTER
-
METRIC_IDENTIFIERS
public static final com.querydsl.sql.ColumnMetadata METRIC_IDENTIFIERS
-
TRANSACTION_ID
public static final com.querydsl.sql.ColumnMetadata TRANSACTION_ID
-
oid
public final UuidPath oid
-
objectType
public final com.querydsl.core.types.dsl.EnumPath<MObjectType> objectType
-
nameOrig
public final com.querydsl.core.types.dsl.StringPath nameOrig
-
nameNorm
public final com.querydsl.core.types.dsl.StringPath nameNorm
-
state
public final com.querydsl.core.types.dsl.EnumPath<ObjectProcessingStateType> state
-
fullObject
public final com.querydsl.core.types.dsl.ArrayPath<byte[],Byte> fullObject
-
objectBefore
public final com.querydsl.core.types.dsl.ArrayPath<byte[],Byte> objectBefore
-
objectAfter
public final com.querydsl.core.types.dsl.ArrayPath<byte[],Byte> objectAfter
-
metricIdentifiers
public final com.querydsl.core.types.dsl.ArrayPath<String[],String> metricIdentifiers
-
transactionId
public final com.querydsl.core.types.dsl.StringPath transactionId
-
focusRecordId
public final com.querydsl.core.types.dsl.NumberPath<Long> focusRecordId
-
-
Method Detail
-
isOwnedBy
public com.querydsl.core.types.dsl.BooleanExpression isOwnedBy(MSimulationResult ownerRow)
Description copied from interface:QOwnedByReturns 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:
isOwnedByin interfaceQOwnedBy<MSimulationResult>- Overrides:
isOwnedByin classQContainer<MProcessedObject,MSimulationResult>
-
-