@Generated(value="com.atlassian.jira.tool.querydsl.CodeGenerator") public class QUser extends JiraRelationalPathBase<UserDTO>
Generated by the JIRA Querydsl code generation tool - https://bitbucket.org/atlassian/jira-querydsl-codegen/
Modifier and Type | Field and Description |
---|---|
com.mysema.query.types.path.NumberPath<Integer> |
active |
com.mysema.query.types.path.DateTimePath<Timestamp> |
createdDate |
com.mysema.query.types.path.StringPath |
credential |
com.mysema.query.types.path.NumberPath<Integer> |
deletedExternally |
com.mysema.query.types.path.NumberPath<Long> |
directoryId |
com.mysema.query.types.path.StringPath |
displayName |
com.mysema.query.types.path.StringPath |
emailAddress |
com.mysema.query.types.path.StringPath |
externalId |
com.mysema.query.types.path.StringPath |
firstName |
com.mysema.query.types.path.NumberPath<Long> |
id |
com.mysema.query.types.path.StringPath |
lastName |
com.mysema.query.types.path.StringPath |
lowerDisplayName |
com.mysema.query.types.path.StringPath |
lowerEmailAddress |
com.mysema.query.types.path.StringPath |
lowerFirstName |
com.mysema.query.types.path.StringPath |
lowerLastName |
com.mysema.query.types.path.StringPath |
lowerUserName |
com.mysema.query.types.path.DateTimePath<Timestamp> |
updatedDate |
static QUser |
USER |
com.mysema.query.types.path.StringPath |
userName |
Modifier and Type | Method and Description |
---|---|
String |
getEntityName()
Returns the ofbiz model's entity name for this query object.
|
com.mysema.query.types.path.NumberPath<Long> |
getNumericIdPath() |
getSchemaAndTable, getSchemaName, hasNumericId
add, addMetadata, all, count, countDistinct, createForeignKey, createForeignKey, createInvForeignKey, createInvForeignKey, createPrimaryKey, getColumns, getForeignKeys, getInverseForeignKeys, getMetadata, getPrimaryKey, getProjection, getTableName
accept, as, createArray, createBoolean, createCollection, createComparable, createDate, createDateTime, createEnum, createList, createMap, createNumber, createSet, createSimple, createString, createTime, forProperty, getAnnotatedElement, getMetadata, getRoot, instanceOf, instanceOfAny
as, as, eq, eq, eqAll, eqAny, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, nullif, nullif, when, when
equals, getType, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final QUser USER
public final com.mysema.query.types.path.NumberPath<Long> id
public final com.mysema.query.types.path.NumberPath<Long> directoryId
public final com.mysema.query.types.path.StringPath userName
public final com.mysema.query.types.path.StringPath lowerUserName
public final com.mysema.query.types.path.NumberPath<Integer> active
public final com.mysema.query.types.path.DateTimePath<Timestamp> createdDate
public final com.mysema.query.types.path.DateTimePath<Timestamp> updatedDate
public final com.mysema.query.types.path.StringPath firstName
public final com.mysema.query.types.path.StringPath lowerFirstName
public final com.mysema.query.types.path.StringPath lastName
public final com.mysema.query.types.path.StringPath lowerLastName
public final com.mysema.query.types.path.StringPath displayName
public final com.mysema.query.types.path.StringPath lowerDisplayName
public final com.mysema.query.types.path.StringPath emailAddress
public final com.mysema.query.types.path.StringPath lowerEmailAddress
public final com.mysema.query.types.path.StringPath credential
public final com.mysema.query.types.path.NumberPath<Integer> deletedExternally
public final com.mysema.query.types.path.StringPath externalId
public QUser(String alias)
public String getEntityName()
getEntityName
in class JiraRelationalPathBase<UserDTO>
public com.mysema.query.types.path.NumberPath<Long> getNumericIdPath()
getNumericIdPath
in class JiraRelationalPathBase<UserDTO>
Copyright © 2002-2015 Atlassian. All Rights Reserved.