Class QGlobalMetadata
- 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<MGlobalMetadata>
 - 
- com.evolveum.midpoint.repo.sqale.qmodel.common.QGlobalMetadata
 
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 com.querydsl.core.types.EntityPath<MGlobalMetadata>,com.querydsl.core.types.Expression<MGlobalMetadata>,com.querydsl.core.types.Path<MGlobalMetadata>,com.querydsl.core.types.ProjectionRole<MGlobalMetadata>,com.querydsl.sql.RelationalPath<MGlobalMetadata>,Serializable
public class QGlobalMetadata extends FlexibleRelationalPathBase<MGlobalMetadata>
- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static QGlobalMetadataDEFAULTcom.querydsl.core.types.dsl.StringPathnamestatic com.querydsl.sql.ColumnMetadataNAMEstatic StringTABLE_NAMEcom.querydsl.core.types.dsl.StringPathvaluestatic com.querydsl.sql.ColumnMetadataVALUE- 
Fields inherited from class com.evolveum.midpoint.repo.sqlbase.querydsl.FlexibleRelationalPathBase
DEFAULT_SCHEMA_NAME 
 - 
 
- 
Constructor Summary
Constructors Constructor Description QGlobalMetadata(String variable)QGlobalMetadata(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
 
 
- 
DEFAULT
public static final QGlobalMetadata DEFAULT
 
- 
NAME
public static final com.querydsl.sql.ColumnMetadata NAME
 
- 
VALUE
public static final com.querydsl.sql.ColumnMetadata VALUE
 
- 
name
public final com.querydsl.core.types.dsl.StringPath name
 
- 
value
public final com.querydsl.core.types.dsl.StringPath value
 
 - 
 
 -