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
public class QAuditRefValue extends FlexibleRelationalPathBase<MAuditRefValue>
Querydsl query type for `MA_AUDIT_REF` table.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description com.querydsl.core.types.dsl.NumberPath<Long>
id
static com.querydsl.sql.ColumnMetadata
ID
com.querydsl.core.types.dsl.StringPath
name
static com.querydsl.sql.ColumnMetadata
NAME
static com.querydsl.sql.ColumnMetadata
RECORD_ID
com.querydsl.core.types.dsl.NumberPath<Long>
recordId
static String
TABLE_NAME
static com.querydsl.sql.ColumnMetadata
TARGET_NAME_NORM
static com.querydsl.sql.ColumnMetadata
TARGET_NAME_ORIG
static com.querydsl.sql.ColumnMetadata
TARGET_OID
static com.querydsl.sql.ColumnMetadata
TARGET_TYPE
com.querydsl.core.types.dsl.StringPath
targetNameNorm
com.querydsl.core.types.dsl.StringPath
targetNameOrig
UuidPath
targetOid
com.querydsl.core.types.dsl.EnumPath<MObjectType>
targetType
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 QAuditRefValue(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, 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
-
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
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
recordId
public final com.querydsl.core.types.dsl.NumberPath<Long> recordId
-
timestamp
public final com.querydsl.core.types.dsl.DateTimePath<Instant> timestamp
-
name
public final com.querydsl.core.types.dsl.StringPath name
-
targetOid
public final UuidPath targetOid
-
targetNameNorm
public final com.querydsl.core.types.dsl.StringPath targetNameNorm
-
targetNameOrig
public final com.querydsl.core.types.dsl.StringPath targetNameOrig
-
targetType
public final com.querydsl.core.types.dsl.EnumPath<MObjectType> targetType
-
-