Class QConnector
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.object.QObject<R>
com.evolveum.midpoint.repo.sqale.qmodel.object.QAssignmentHolder<MConnector>
com.evolveum.midpoint.repo.sqale.qmodel.connector.QConnector
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<MConnector>
,com.querydsl.core.types.Expression<MConnector>
,com.querydsl.core.types.Path<MConnector>
,com.querydsl.core.types.ProjectionRole<MConnector>
,com.querydsl.sql.RelationalPath<MConnector>
,Serializable
Querydsl query type for "m_connector" table.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionfinal com.querydsl.core.types.dsl.BooleanPath
static final com.querydsl.sql.ColumnMetadata
static final com.querydsl.sql.ColumnMetadata
static final com.querydsl.sql.ColumnMetadata
static final com.querydsl.sql.ColumnMetadata
static final com.querydsl.sql.ColumnMetadata
static final com.querydsl.sql.ColumnMetadata
static final com.querydsl.sql.ColumnMetadata
final com.querydsl.core.types.dsl.StringPath
final com.querydsl.core.types.dsl.NumberPath<Integer>
final UuidPath
final com.querydsl.core.types.dsl.EnumPath<MObjectType>
final com.querydsl.core.types.dsl.StringPath
final com.querydsl.core.types.dsl.StringPath
static final com.querydsl.sql.ColumnMetadata
static final com.querydsl.sql.ColumnMetadata
final com.querydsl.core.types.dsl.StringPath
final com.querydsl.core.types.dsl.StringPath
static final com.querydsl.sql.ColumnMetadata
final com.querydsl.core.types.dsl.NumberPath<Integer>
static final String
static final com.querydsl.sql.ColumnMetadata
Fields inherited from class com.evolveum.midpoint.repo.sqale.qmodel.object.QAssignmentHolder
CLASS
Fields inherited from class com.evolveum.midpoint.repo.sqale.qmodel.object.QObject
CID_SEQ, containerIdSeq, CREATE_CHANNEL_ID, CREATE_TIMESTAMP, createChannelId, createChannelIdFk, createTimestamp, CREATOR_REF_RELATION_ID, CREATOR_REF_TARGET_OID, CREATOR_REF_TARGET_TYPE, creatorRefRelationId, creatorRefRelationIdFk, creatorRefTargetOid, creatorRefTargetType, ext, EXT, FULL_OBJECT, FULL_TEXT_INFO, fullObject, fullTextInfo, LIFECYCLE_STATE, lifecycleState, MODIFIER_REF_RELATION_ID, MODIFIER_REF_TARGET_OID, MODIFIER_REF_TARGET_TYPE, modifierRefRelationId, modifierRefRelationIdFk, modifierRefTargetOid, modifierRefTargetType, MODIFY_CHANNEL_ID, MODIFY_TIMESTAMP, modifyChannelId, modifyChannelIdFk, modifyTimestamp, NAME_NORM, NAME_ORIG, nameNorm, nameOrig, OBJECT_TYPE, objectType, oid, OID, pk, POLICY_SITUATIONS, policySituations, subtypes, SUBTYPES, TENANT_REF_RELATION_ID, TENANT_REF_TARGET_OID, TENANT_REF_TARGET_TYPE, tenantRefRelationId, tenantRefRelationIdFk, tenantRefTargetOid, tenantRefTargetType, version, VERSION
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
ConstructorDescriptionQConnector
(String variable) QConnector
(String variable, String schema, String table) -
Method Summary
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
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
- See Also:
-
CONNECTOR_BUNDLE
public static final com.querydsl.sql.ColumnMetadata CONNECTOR_BUNDLE -
CONNECTOR_TYPE
public static final com.querydsl.sql.ColumnMetadata CONNECTOR_TYPE -
CONNECTOR_VERSION
public static final com.querydsl.sql.ColumnMetadata CONNECTOR_VERSION -
FRAMEWORK_ID
public static final com.querydsl.sql.ColumnMetadata FRAMEWORK_ID -
CONNECTOR_HOST_REF_TARGET_OID
public static final com.querydsl.sql.ColumnMetadata CONNECTOR_HOST_REF_TARGET_OID -
CONNECTOR_HOST_REF_TARGET_TYPE
public static final com.querydsl.sql.ColumnMetadata CONNECTOR_HOST_REF_TARGET_TYPE -
CONNECTOR_HOST_REF_RELATION_ID
public static final com.querydsl.sql.ColumnMetadata CONNECTOR_HOST_REF_RELATION_ID -
TARGET_SYSTEM_TYPES
public static final com.querydsl.sql.ColumnMetadata TARGET_SYSTEM_TYPES -
AVAILABLE
public static final com.querydsl.sql.ColumnMetadata AVAILABLE -
DISPLAY_NAME_ORIG
public static final com.querydsl.sql.ColumnMetadata DISPLAY_NAME_ORIG -
DISPLAY_NAME_NORM
public static final com.querydsl.sql.ColumnMetadata DISPLAY_NAME_NORM -
connectorBundle
public final com.querydsl.core.types.dsl.StringPath connectorBundle -
connectorType
public final com.querydsl.core.types.dsl.StringPath connectorType -
connectorVersion
public final com.querydsl.core.types.dsl.StringPath connectorVersion -
frameworkId
-
connectorHostRefTargetOid
-
connectorHostRefTargetType
-
connectorHostRefRelationId
-
targetSystemTypes
-
available
public final com.querydsl.core.types.dsl.BooleanPath available -
displayNameNorm
public final com.querydsl.core.types.dsl.StringPath displayNameNorm -
displayNameOrig
public final com.querydsl.core.types.dsl.StringPath displayNameOrig
-
-
Constructor Details
-
QConnector
-
QConnector
-