Package org.cyclos.entities.banking
Class QAccountPaymentAmountLimitLog
- 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<AccountPaymentAmountLimitLog>
-
- org.cyclos.entities.banking.QAccountPaymentAmountLimitLog
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<AccountPaymentAmountLimitLog>,com.querydsl.core.types.Expression<AccountPaymentAmountLimitLog>,com.querydsl.core.types.Path<AccountPaymentAmountLimitLog>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QAccountPaymentAmountLimitLog extends com.querydsl.core.types.dsl.EntityPathBase<AccountPaymentAmountLimitLog>QAccountPaymentAmountLimitLog is a Querydsl query type for AccountPaymentAmountLimitLog- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QBaseAccountLimitLog_superprotected QAccountaccountstatic QAccountPaymentAmountLimitLogaccountPaymentAmountLimitLogprotected QBasicUserbycom.querydsl.core.types.dsl.StringPathdescriptioncom.querydsl.core.types.dsl.NumberPath<Long>idQBigDecimalmaxLimitQBigDecimalmaxPerDayLimitQBigDecimalmaxPerMonthLimitQBigDecimalmaxPerWeekLimitQBigDecimalmaxPerYearLimitQDatemodifiedAt
-
Constructor Summary
Constructors Constructor Description QAccountPaymentAmountLimitLog(com.querydsl.core.types.Path<? extends AccountPaymentAmountLimitLog> path)QAccountPaymentAmountLimitLog(com.querydsl.core.types.PathMetadata metadata)QAccountPaymentAmountLimitLog(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QAccountPaymentAmountLimitLog(Class<? extends AccountPaymentAmountLimitLog> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QAccountPaymentAmountLimitLog(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
-
accountPaymentAmountLimitLog
public static final QAccountPaymentAmountLimitLog accountPaymentAmountLimitLog
-
_super
public final QBaseAccountLimitLog _super
-
account
protected QAccount account
-
by
protected QBasicUser by
-
description
public final com.querydsl.core.types.dsl.StringPath description
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
maxLimit
public final QBigDecimal maxLimit
-
maxPerDayLimit
public final QBigDecimal maxPerDayLimit
-
maxPerMonthLimit
public final QBigDecimal maxPerMonthLimit
-
maxPerWeekLimit
public final QBigDecimal maxPerWeekLimit
-
maxPerYearLimit
public final QBigDecimal maxPerYearLimit
-
modifiedAt
public final QDate modifiedAt
-
-
Constructor Detail
-
QAccountPaymentAmountLimitLog
public QAccountPaymentAmountLimitLog(String variable)
-
QAccountPaymentAmountLimitLog
public QAccountPaymentAmountLimitLog(com.querydsl.core.types.Path<? extends AccountPaymentAmountLimitLog> path)
-
QAccountPaymentAmountLimitLog
public QAccountPaymentAmountLimitLog(com.querydsl.core.types.PathMetadata metadata)
-
QAccountPaymentAmountLimitLog
public QAccountPaymentAmountLimitLog(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QAccountPaymentAmountLimitLog
public QAccountPaymentAmountLimitLog(Class<? extends AccountPaymentAmountLimitLog> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
account
public QAccount account()
-
by
public QBasicUser by()
-
-