Package org.cyclos.entities.banking
Class QAccountFeeTransfer
- 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<AccountFeeTransfer>
-
- org.cyclos.entities.banking.QAccountFeeTransfer
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<AccountFeeTransfer>,com.querydsl.core.types.Expression<AccountFeeTransfer>,com.querydsl.core.types.Path<AccountFeeTransfer>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QAccountFeeTransfer extends com.querydsl.core.types.dsl.EntityPathBase<AccountFeeTransfer>QAccountFeeTransfer is a Querydsl query type for AccountFeeTransfer- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QTransfer_superprotected QAccountFeeLogaccountFeeLogstatic QAccountFeeTransferaccountFeeTransferQBigDecimalamountprotected QChargebackTransferchargedBackBycom.querydsl.core.types.dsl.ListPath<Transfer,QTransfer>childrenQDatedateQDateemissionDateQDateexpirationDateprotected QAccountfromcom.querydsl.core.types.dsl.NumberPath<Long>fromIdcom.querydsl.core.types.dsl.NumberPath<Long>idcom.querydsl.core.types.dsl.EnumPath<TransferNature>natureprotected QTransferparentcom.querydsl.core.types.dsl.BooleanPathpendingNotificationcom.querydsl.core.types.dsl.SetPath<TransferTransferStatusFlow,QTransferTransferStatusFlow>statusesprotected QAccounttocom.querydsl.core.types.dsl.NumberPath<Long>toIdprotected QTransactiontransactioncom.querydsl.core.types.dsl.StringPathtransactionNumberprotected QTransferTypetype
-
Constructor Summary
Constructors Constructor Description QAccountFeeTransfer(com.querydsl.core.types.Path<? extends AccountFeeTransfer> path)QAccountFeeTransfer(com.querydsl.core.types.PathMetadata metadata)QAccountFeeTransfer(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QAccountFeeTransfer(Class<? extends AccountFeeTransfer> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QAccountFeeTransfer(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QAccountFeeLogaccountFeeLog()QChargebackTransferchargedBackBy()QAccountfrom()QTransferparent()QAccountto()QTransactiontransaction()QTransferTypetype()-
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
-
accountFeeTransfer
public static final QAccountFeeTransfer accountFeeTransfer
-
_super
public final QTransfer _super
-
accountFeeLog
protected QAccountFeeLog accountFeeLog
-
amount
public final QBigDecimal amount
-
chargedBackBy
protected QChargebackTransfer chargedBackBy
-
date
public final QDate date
-
emissionDate
public final QDate emissionDate
-
expirationDate
public final QDate expirationDate
-
from
protected QAccount from
-
fromId
public final com.querydsl.core.types.dsl.NumberPath<Long> fromId
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
nature
public final com.querydsl.core.types.dsl.EnumPath<TransferNature> nature
-
parent
protected QTransfer parent
-
pendingNotification
public final com.querydsl.core.types.dsl.BooleanPath pendingNotification
-
statuses
public final com.querydsl.core.types.dsl.SetPath<TransferTransferStatusFlow,QTransferTransferStatusFlow> statuses
-
to
protected QAccount to
-
toId
public final com.querydsl.core.types.dsl.NumberPath<Long> toId
-
transaction
protected QTransaction transaction
-
transactionNumber
public final com.querydsl.core.types.dsl.StringPath transactionNumber
-
type
protected QTransferType type
-
-
Constructor Detail
-
QAccountFeeTransfer
public QAccountFeeTransfer(String variable)
-
QAccountFeeTransfer
public QAccountFeeTransfer(com.querydsl.core.types.Path<? extends AccountFeeTransfer> path)
-
QAccountFeeTransfer
public QAccountFeeTransfer(com.querydsl.core.types.PathMetadata metadata)
-
QAccountFeeTransfer
public QAccountFeeTransfer(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QAccountFeeTransfer
public QAccountFeeTransfer(Class<? extends AccountFeeTransfer> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
accountFeeLog
public QAccountFeeLog accountFeeLog()
-
chargedBackBy
public QChargebackTransfer chargedBackBy()
-
from
public QAccount from()
-
parent
public QTransfer parent()
-
to
public QAccount to()
-
transaction
public QTransaction transaction()
-
type
public QTransferType type()
-
-