Package org.cyclos.entities.banking
Class QAccountFeeLog
- 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<AccountFeeLog>
-
- org.cyclos.entities.banking.QAccountFeeLog
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<AccountFeeLog>,com.querydsl.core.types.Expression<AccountFeeLog>,com.querydsl.core.types.Path<AccountFeeLog>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QAccountFeeLog extends com.querydsl.core.types.dsl.EntityPathBase<AccountFeeLog>QAccountFeeLog is a Querydsl query type for AccountFeeLog- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QNetworkedEntity_superprotected QAccountFeeaccountFeestatic QAccountFeeLogaccountFeeLogcom.querydsl.core.types.dsl.SetPath<UserAccountFeeLog,QUserAccountFeeLog>accountsQBigDecimalamountcom.querydsl.core.types.dsl.BooleanPatharchivedQDatedatecom.querydsl.core.types.dsl.ListPath<AccountFeeLogEvent,QAccountFeeLogEvent>eventsQBigDecimalfreeBasecom.querydsl.core.types.dsl.NumberPath<Long>idprotected QDatePeriodperiodQIntegerrechargeAttemptcom.querydsl.core.types.dsl.EnumPath<AccountFeeLogStatus>statusQBigDecimaltotalChargedAmount
-
Constructor Summary
Constructors Constructor Description QAccountFeeLog(com.querydsl.core.types.Path<? extends AccountFeeLog> path)QAccountFeeLog(com.querydsl.core.types.PathMetadata metadata)QAccountFeeLog(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QAccountFeeLog(Class<? extends AccountFeeLog> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QAccountFeeLog(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QAccountFeeaccountFee()QDatePeriodperiod()-
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
-
accountFeeLog
public static final QAccountFeeLog accountFeeLog
-
_super
public final QNetworkedEntity _super
-
accountFee
protected QAccountFee accountFee
-
accounts
public final com.querydsl.core.types.dsl.SetPath<UserAccountFeeLog,QUserAccountFeeLog> accounts
-
amount
public final QBigDecimal amount
-
archived
public final com.querydsl.core.types.dsl.BooleanPath archived
-
date
public final QDate date
-
events
public final com.querydsl.core.types.dsl.ListPath<AccountFeeLogEvent,QAccountFeeLogEvent> events
-
freeBase
public final QBigDecimal freeBase
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
period
protected QDatePeriod period
-
rechargeAttempt
public final QInteger rechargeAttempt
-
status
public final com.querydsl.core.types.dsl.EnumPath<AccountFeeLogStatus> status
-
totalChargedAmount
public final QBigDecimal totalChargedAmount
-
-
Constructor Detail
-
QAccountFeeLog
public QAccountFeeLog(String variable)
-
QAccountFeeLog
public QAccountFeeLog(com.querydsl.core.types.Path<? extends AccountFeeLog> path)
-
QAccountFeeLog
public QAccountFeeLog(com.querydsl.core.types.PathMetadata metadata)
-
QAccountFeeLog
public QAccountFeeLog(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QAccountFeeLog
public QAccountFeeLog(Class<? extends AccountFeeLog> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
accountFee
public QAccountFee accountFee()
-
period
public QDatePeriod period()
-
-