Class QAuditRefValue
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<MAuditRefValue>
com.evolveum.midpoint.repo.sqale.audit.qmodel.QAuditRefValue
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<MAuditRefValue>,com.querydsl.core.types.Expression<MAuditRefValue>,com.querydsl.core.types.Path<MAuditRefValue>,com.querydsl.core.types.ProjectionRole<MAuditRefValue>,com.querydsl.sql.RelationalPath<MAuditRefValue>,Serializable
Querydsl query type for `MA_AUDIT_REF` table.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal com.querydsl.core.types.dsl.NumberPath<Long>static final com.querydsl.sql.ColumnMetadatafinal com.querydsl.core.types.dsl.StringPathstatic final com.querydsl.sql.ColumnMetadatastatic final com.querydsl.sql.ColumnMetadatafinal com.querydsl.core.types.dsl.NumberPath<Long>static final Stringstatic final com.querydsl.sql.ColumnMetadatastatic final com.querydsl.sql.ColumnMetadatastatic final com.querydsl.sql.ColumnMetadatastatic final com.querydsl.sql.ColumnMetadatafinal com.querydsl.core.types.dsl.StringPathfinal com.querydsl.core.types.dsl.StringPathfinal UuidPathfinal com.querydsl.core.types.dsl.EnumPath<MObjectType>final com.querydsl.core.types.dsl.DateTimePath<Instant>static final com.querydsl.sql.ColumnMetadataFields inherited from class com.evolveum.midpoint.repo.sqlbase.querydsl.FlexibleRelationalPathBase
DEFAULT_SCHEMA_NAMEFields inherited from class com.querydsl.core.types.dsl.DslExpression
hashCode, mixin -
Constructor Summary
ConstructorsConstructorDescriptionQAuditRefValue(String variable) QAuditRefValue(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, getPathMethods 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, neMethods 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, instanceOfAnyMethods 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, whenMethods inherited from class com.querydsl.core.types.dsl.DslExpression
equals, getType, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.querydsl.core.types.Expression
accept, getTypeMethods inherited from interface com.querydsl.core.types.Path
getAnnotatedElement, getMetadata, getRoot
-
Field Details
-
TABLE_NAME
- See Also:
-
ID
public static final com.querydsl.sql.ColumnMetadata ID -
RECORD_ID
public static final com.querydsl.sql.ColumnMetadata RECORD_ID -
TIMESTAMP
public static final com.querydsl.sql.ColumnMetadata TIMESTAMP -
NAME
public static final com.querydsl.sql.ColumnMetadata NAME -
TARGET_OID
public static final com.querydsl.sql.ColumnMetadata TARGET_OID -
TARGET_TYPE
public static final com.querydsl.sql.ColumnMetadata TARGET_TYPE -
TARGET_NAME_NORM
public static final com.querydsl.sql.ColumnMetadata TARGET_NAME_NORM -
TARGET_NAME_ORIG
public static final com.querydsl.sql.ColumnMetadata TARGET_NAME_ORIG -
id
-
recordId
-
timestamp
-
name
public final com.querydsl.core.types.dsl.StringPath name -
targetOid
-
targetNameNorm
public final com.querydsl.core.types.dsl.StringPath targetNameNorm -
targetNameOrig
public final com.querydsl.core.types.dsl.StringPath targetNameOrig -
targetType
-
-
Constructor Details
-
QAuditRefValue
-
QAuditRefValue
-