Class QApplicationUser
java.lang.Object
com.querydsl.core.types.dsl.DslExpression<ApplicationUserDTO>
com.querydsl.core.types.dsl.SimpleExpression<ApplicationUserDTO>
com.querydsl.core.types.dsl.BeanPath<ApplicationUserDTO>
com.querydsl.sql.RelationalPathBase<ApplicationUserDTO>
com.atlassian.jira.model.querydsl.JiraRelationalPathBase<ApplicationUserDTO>
com.atlassian.jira.model.querydsl.QApplicationUser
- All Implemented Interfaces:
- com.querydsl.core.types.EntityPath<ApplicationUserDTO>,- com.querydsl.core.types.Expression<ApplicationUserDTO>,- com.querydsl.core.types.Path<ApplicationUserDTO>,- com.querydsl.core.types.ProjectionRole<ApplicationUserDTO>,- com.querydsl.sql.RelationalPath<ApplicationUserDTO>,- Serializable
QApplicationUser is a Querydsl query object.
 
Generated by the JIRA Querydsl code generation tool - https://bitbucket.org/atlassian/jira-querydsl-codegen/
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final QApplicationUserfinal com.querydsl.core.types.dsl.NumberPath<Long> final com.querydsl.core.types.dsl.StringPathfinal com.querydsl.core.types.dsl.StringPathFields inherited from class com.querydsl.core.types.dsl.DslExpressionhashCode, mixin
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the ofbiz model's entity name for this query object.com.querydsl.core.types.dsl.NumberPath<Long> Methods inherited from class com.atlassian.jira.model.querydsl.JiraRelationalPathBasegetSchemaAndTable, getSchemaName, hasNumericIdMethods inherited from class com.querydsl.sql.RelationalPathBaseadd, addMetadata, all, count, countDistinct, createForeignKey, createForeignKey, createInvForeignKey, createInvForeignKey, createPrimaryKey, eq, eq, getColumns, getForeignKeys, getInverseForeignKeys, getMetadata, getPrimaryKey, getProjection, getTableName, ne, neMethods inherited from class com.querydsl.core.types.dsl.BeanPathaccept, 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.SimpleExpressionas, 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.DslExpressionequals, getType, hashCode, toStringMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.querydsl.core.types.Expressionaccept, getTypeMethods inherited from interface com.querydsl.core.types.PathgetAnnotatedElement, getMetadata, getRoot
- 
Field Details- 
APPLICATION_USER
- 
id
- 
userKeypublic final com.querydsl.core.types.dsl.StringPath userKey
- 
lowerUserNamepublic final com.querydsl.core.types.dsl.StringPath lowerUserName
 
- 
- 
Constructor Details- 
QApplicationUser
 
- 
- 
Method Details- 
getEntityNameReturns the ofbiz model's entity name for this query object.- Specified by:
- getEntityNamein class- JiraRelationalPathBase<ApplicationUserDTO>
- Returns:
- the ofbiz model's entity name for this query object.
 
- 
getNumericIdPath- Overrides:
- getNumericIdPathin class- JiraRelationalPathBase<ApplicationUserDTO>
 
 
-