Package org.cyclos.entities.banking
Class QPendingUserAccount
- 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.core.types.dsl.EntityPathBase<PendingUserAccount>
-
- org.cyclos.entities.banking.QPendingUserAccount
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<PendingUserAccount>,com.querydsl.core.types.Expression<PendingUserAccount>,com.querydsl.core.types.Path<PendingUserAccount>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QPendingUserAccount extends com.querydsl.core.types.dsl.EntityPathBase<PendingUserAccount>QPendingUserAccount is a Querydsl query type for PendingUserAccount- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QNetworkedEntity_supercom.querydsl.core.types.dsl.BooleanPathactiveQBigDecimalcreditLimitcom.querydsl.core.types.dsl.NumberPath<Long>idcom.querydsl.core.types.dsl.StringPathnumberstatic QPendingUserAccountpendingUserAccountprotected QUserAccountTypetypeQBigDecimalupperCreditLimitcom.querydsl.core.types.dsl.BooleanPathupperCreditLimitFromProductprotected QUseruser
-
Constructor Summary
Constructors Constructor Description QPendingUserAccount(com.querydsl.core.types.Path<? extends PendingUserAccount> path)QPendingUserAccount(com.querydsl.core.types.PathMetadata metadata)QPendingUserAccount(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QPendingUserAccount(Class<? extends PendingUserAccount> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QPendingUserAccount(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QUserAccountTypetype()QUseruser()-
Methods inherited from class com.querydsl.core.types.dsl.BeanPath
accept, add, 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, count, countDistinct, eq, eq, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, ne, ne, 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
-
pendingUserAccount
public static final QPendingUserAccount pendingUserAccount
-
_super
public final QNetworkedEntity _super
-
active
public final com.querydsl.core.types.dsl.BooleanPath active
-
creditLimit
public final QBigDecimal creditLimit
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
number
public final com.querydsl.core.types.dsl.StringPath number
-
type
protected QUserAccountType type
-
upperCreditLimit
public final QBigDecimal upperCreditLimit
-
upperCreditLimitFromProduct
public final com.querydsl.core.types.dsl.BooleanPath upperCreditLimitFromProduct
-
user
protected QUser user
-
-
Constructor Detail
-
QPendingUserAccount
public QPendingUserAccount(String variable)
-
QPendingUserAccount
public QPendingUserAccount(com.querydsl.core.types.Path<? extends PendingUserAccount> path)
-
QPendingUserAccount
public QPendingUserAccount(com.querydsl.core.types.PathMetadata metadata)
-
QPendingUserAccount
public QPendingUserAccount(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QPendingUserAccount
public QPendingUserAccount(Class<? extends PendingUserAccount> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
type
public QUserAccountType type()
-
user
public QUser user()
-
-