Package org.cyclos.entities.banking
Class QAccountBalanceLimitLog
- 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<AccountBalanceLimitLog>
-
- org.cyclos.entities.banking.QAccountBalanceLimitLog
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<AccountBalanceLimitLog>,com.querydsl.core.types.Expression<AccountBalanceLimitLog>,com.querydsl.core.types.Path<AccountBalanceLimitLog>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QAccountBalanceLimitLog extends com.querydsl.core.types.dsl.EntityPathBase<AccountBalanceLimitLog>QAccountBalanceLimitLog is a Querydsl query type for AccountBalanceLimitLog- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QBaseAccountLimitLog_superprotected QAccountaccountstatic QAccountBalanceLimitLogaccountBalanceLimitLogprotected QBasicUserbyQBigDecimalcreditLimitcom.querydsl.core.types.dsl.BooleanPathcreditLimitFromProductcom.querydsl.core.types.dsl.StringPathdescriptioncom.querydsl.core.types.dsl.NumberPath<Long>idQDatemodifiedAtQBigDecimalupperCreditLimitcom.querydsl.core.types.dsl.BooleanPathupperCreditLimitFromProduct
-
Constructor Summary
Constructors Constructor Description QAccountBalanceLimitLog(com.querydsl.core.types.Path<? extends AccountBalanceLimitLog> path)QAccountBalanceLimitLog(com.querydsl.core.types.PathMetadata metadata)QAccountBalanceLimitLog(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QAccountBalanceLimitLog(Class<? extends AccountBalanceLimitLog> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QAccountBalanceLimitLog(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QAccountaccount()QBasicUserby()-
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
-
accountBalanceLimitLog
public static final QAccountBalanceLimitLog accountBalanceLimitLog
-
_super
public final QBaseAccountLimitLog _super
-
account
protected QAccount account
-
by
protected QBasicUser by
-
creditLimit
public final QBigDecimal creditLimit
-
creditLimitFromProduct
public final com.querydsl.core.types.dsl.BooleanPath creditLimitFromProduct
-
description
public final com.querydsl.core.types.dsl.StringPath description
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
modifiedAt
public final QDate modifiedAt
-
upperCreditLimit
public final QBigDecimal upperCreditLimit
-
upperCreditLimitFromProduct
public final com.querydsl.core.types.dsl.BooleanPath upperCreditLimitFromProduct
-
-
Constructor Detail
-
QAccountBalanceLimitLog
public QAccountBalanceLimitLog(String variable)
-
QAccountBalanceLimitLog
public QAccountBalanceLimitLog(com.querydsl.core.types.Path<? extends AccountBalanceLimitLog> path)
-
QAccountBalanceLimitLog
public QAccountBalanceLimitLog(com.querydsl.core.types.PathMetadata metadata)
-
QAccountBalanceLimitLog
public QAccountBalanceLimitLog(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QAccountBalanceLimitLog
public QAccountBalanceLimitLog(Class<? extends AccountBalanceLimitLog> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
account
public QAccount account()
-
by
public QBasicUser by()
-
-