Package org.cyclos.entities.banking
Class QTransfer
- 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<Transfer>
-
- org.cyclos.entities.banking.QTransfer
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<Transfer>,com.querydsl.core.types.Expression<Transfer>,com.querydsl.core.types.Path<Transfer>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QTransfer extends com.querydsl.core.types.dsl.EntityPathBase<Transfer>QTransfer is a Querydsl query type for Transfer- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QNetworkedEntity_superQBigDecimalamountprotected 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.StringPathtransactionNumberstatic QTransfertransferprotected QTransferTypetype
-
Constructor Summary
Constructors Constructor Description QTransfer(com.querydsl.core.types.Path<? extends Transfer> path)QTransfer(com.querydsl.core.types.PathMetadata metadata)QTransfer(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QTransfer(Class<? extends Transfer> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QTransfer(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
transfer
public static final QTransfer transfer
-
_super
public final QNetworkedEntity _super
-
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
-
QTransfer
public QTransfer(String variable)
-
QTransfer
public QTransfer(com.querydsl.core.types.Path<? extends Transfer> path)
-
QTransfer
public QTransfer(com.querydsl.core.types.PathMetadata metadata)
-
QTransfer
public QTransfer(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
chargedBackBy
public QChargebackTransfer chargedBackBy()
-
from
public QAccount from()
-
parent
public QTransfer parent()
-
to
public QAccount to()
-
transaction
public QTransaction transaction()
-
type
public QTransferType type()
-
-