Class QAuditDelta
- 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<MAuditDelta>
-
- com.evolveum.midpoint.repo.sqale.audit.qmodel.QAuditDelta
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<MAuditDelta>
,com.querydsl.core.types.Expression<MAuditDelta>
,com.querydsl.core.types.Path<MAuditDelta>
,com.querydsl.core.types.ProjectionRole<MAuditDelta>
,com.querydsl.sql.RelationalPath<MAuditDelta>
,Serializable
public class QAuditDelta extends FlexibleRelationalPathBase<MAuditDelta>
Querydsl query type for `MA_AUDIT_DELTA` table.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description com.querydsl.core.types.dsl.StringPath
checksum
static com.querydsl.sql.ColumnMetadata
CHECKSUM
com.querydsl.core.types.dsl.ArrayPath<byte[],Byte>
delta
static com.querydsl.sql.ColumnMetadata
DELTA
static com.querydsl.sql.ColumnMetadata
DELTA_OID
static com.querydsl.sql.ColumnMetadata
DELTA_TYPE
UuidPath
deltaOid
com.querydsl.core.types.dsl.EnumPath<ChangeTypeType>
deltaType
static com.querydsl.sql.ColumnMetadata
FULL_RESULT
com.querydsl.core.types.dsl.ArrayPath<byte[],Byte>
fullResult
static com.querydsl.sql.ColumnMetadata
OBJECT_NAME_NORM
static com.querydsl.sql.ColumnMetadata
OBJECT_NAME_ORIG
com.querydsl.core.types.dsl.StringPath
objectNameNorm
com.querydsl.core.types.dsl.StringPath
objectNameOrig
static com.querydsl.sql.ColumnMetadata
RECORD_ID
com.querydsl.core.types.dsl.NumberPath<Long>
recordId
static com.querydsl.sql.ColumnMetadata
RESOURCE_NAME_NORM
static com.querydsl.sql.ColumnMetadata
RESOURCE_NAME_ORIG
static com.querydsl.sql.ColumnMetadata
RESOURCE_OID
com.querydsl.core.types.dsl.StringPath
resourceNameNorm
com.querydsl.core.types.dsl.StringPath
resourceNameOrig
UuidPath
resourceOid
com.querydsl.core.types.dsl.EnumPath<OperationResultStatusType>
status
static com.querydsl.sql.ColumnMetadata
STATUS
static String
TABLE_NAME
com.querydsl.core.types.dsl.DateTimePath<Instant>
timestamp
static com.querydsl.sql.ColumnMetadata
TIMESTAMP
-
Fields inherited from class com.evolveum.midpoint.repo.sqlbase.querydsl.FlexibleRelationalPathBase
DEFAULT_SCHEMA_NAME
-
-
Constructor Summary
Constructors Constructor Description QAuditDelta(String variable)
QAuditDelta(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
-
-
-
-
Field Detail
-
TABLE_NAME
public static final String TABLE_NAME
- See Also:
- Constant Field Values
-
RECORD_ID
public static final com.querydsl.sql.ColumnMetadata RECORD_ID
-
TIMESTAMP
public static final com.querydsl.sql.ColumnMetadata TIMESTAMP
-
CHECKSUM
public static final com.querydsl.sql.ColumnMetadata CHECKSUM
-
DELTA
public static final com.querydsl.sql.ColumnMetadata DELTA
-
DELTA_OID
public static final com.querydsl.sql.ColumnMetadata DELTA_OID
-
DELTA_TYPE
public static final com.querydsl.sql.ColumnMetadata DELTA_TYPE
-
FULL_RESULT
public static final com.querydsl.sql.ColumnMetadata FULL_RESULT
-
OBJECT_NAME_NORM
public static final com.querydsl.sql.ColumnMetadata OBJECT_NAME_NORM
-
OBJECT_NAME_ORIG
public static final com.querydsl.sql.ColumnMetadata OBJECT_NAME_ORIG
-
RESOURCE_NAME_NORM
public static final com.querydsl.sql.ColumnMetadata RESOURCE_NAME_NORM
-
RESOURCE_NAME_ORIG
public static final com.querydsl.sql.ColumnMetadata RESOURCE_NAME_ORIG
-
RESOURCE_OID
public static final com.querydsl.sql.ColumnMetadata RESOURCE_OID
-
STATUS
public static final com.querydsl.sql.ColumnMetadata STATUS
-
recordId
public final com.querydsl.core.types.dsl.NumberPath<Long> recordId
-
timestamp
public final com.querydsl.core.types.dsl.DateTimePath<Instant> timestamp
-
checksum
public final com.querydsl.core.types.dsl.StringPath checksum
-
delta
public final com.querydsl.core.types.dsl.ArrayPath<byte[],Byte> delta
-
deltaOid
public final UuidPath deltaOid
-
deltaType
public final com.querydsl.core.types.dsl.EnumPath<ChangeTypeType> deltaType
-
fullResult
public final com.querydsl.core.types.dsl.ArrayPath<byte[],Byte> fullResult
-
objectNameNorm
public final com.querydsl.core.types.dsl.StringPath objectNameNorm
-
objectNameOrig
public final com.querydsl.core.types.dsl.StringPath objectNameOrig
-
resourceOid
public final UuidPath resourceOid
-
resourceNameNorm
public final com.querydsl.core.types.dsl.StringPath resourceNameNorm
-
resourceNameOrig
public final com.querydsl.core.types.dsl.StringPath resourceNameOrig
-
status
public final com.querydsl.core.types.dsl.EnumPath<OperationResultStatusType> status
-
-