Class QFocusIdentity<OR extends MFocus>
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<MFocusIdentity,OR>
 
com.evolveum.midpoint.repo.sqale.qmodel.focus.QFocusIdentity<OR>
- All Implemented Interfaces:
- QOwnedBy<OR>,- com.querydsl.core.types.EntityPath<MFocusIdentity>,- com.querydsl.core.types.Expression<MFocusIdentity>,- com.querydsl.core.types.Path<MFocusIdentity>,- com.querydsl.core.types.ProjectionRole<MFocusIdentity>,- com.querydsl.sql.RelationalPath<MFocusIdentity>,- Serializable
Querydsl query type for "m_focus_identity" table.
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Class<QFocusIdentity<MFocus>>If `QFocusIdentity.class` is not enough because of generics, try `QFocusIdentity.CLASS`.static final com.querydsl.sql.ColumnMetadatafinal UuidPathstatic final StringFields inherited from class com.evolveum.midpoint.repo.sqale.qmodel.common.QContainerWithFullObjectFULL_OBJECT, fullObjectFields inherited from class com.evolveum.midpoint.repo.sqale.qmodel.common.QContainercid, CID, CONTAINER_TYPE, containerType, objectOidIdFk, OWNER_OID, ownerOid, pkFields inherited from class com.evolveum.midpoint.repo.sqlbase.querydsl.FlexibleRelationalPathBaseDEFAULT_SCHEMA_NAMEFields inherited from class com.querydsl.core.types.dsl.DslExpressionhashCode, mixin
- 
Constructor SummaryConstructorsConstructorDescriptionQFocusIdentity(String variable) QFocusIdentity(String variable, String schema, String table) 
- 
Method SummaryMethods inherited from class com.evolveum.midpoint.repo.sqlbase.querydsl.FlexibleRelationalPathBaseaddMetadata, createArray, createBoolean, createByteArray, createDateTime, createEnum, createInstant, createInteger, createLong, createNumber, createString, createUuid, getPathMethods inherited from class com.querydsl.sql.RelationalPathBaseadd, all, count, countDistinct, createForeignKey, createForeignKey, createInvForeignKey, createInvForeignKey, createPrimaryKey, eq, eq, getColumns, getForeignKeys, getInverseForeignKeys, getMetadata, getPrimaryKey, getProjection, getSchemaAndTable, getSchemaName, getTableName, ne, neMethods inherited from class com.querydsl.core.types.dsl.BeanPathaccept, as, createArray, createBoolean, createCollection, createComparable, createDate, createDateTime, createEnum, createList, createMap, createNumber, createSet, createSimple, createString, createTime, forProperty, getAnnotatedElement, getMetadata, getRoot, instanceOf, instanceOfAnyMethods inherited from class com.querydsl.core.types.dsl.SimpleExpressionas, as, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, neAll, neAny, notIn, notIn, notIn, notIn, notIn, nullif, nullif, when, whenMethods inherited from class com.querydsl.core.types.dsl.DslExpressionequals, getType, hashCode, toStringMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.querydsl.core.types.Expressionaccept, getTypeMethods inherited from interface com.querydsl.core.types.PathgetAnnotatedElement, getMetadata, getRoot
- 
Field Details- 
CLASSIf `QFocusIdentity.class` is not enough because of generics, try `QFocusIdentity.CLASS`.
- 
TABLE_NAME- See Also:
 
- 
SOURCE_RESOURCE_REF_TARGET_OIDpublic static final com.querydsl.sql.ColumnMetadata SOURCE_RESOURCE_REF_TARGET_OID
- 
sourceResourceRefTargetOid
 
- 
- 
Constructor Details- 
QFocusIdentity
- 
QFocusIdentity
 
- 
- 
Method Details- 
isOwnedByDescription 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 interface- QOwnedBy<OR extends MFocus>
- Overrides:
- isOwnedByin class- QContainer<MFocusIdentity,- OR extends MFocus> 
 
 
-