Package org.cyclos.entities.banking
Class QImportTransfer
- 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<ImportTransfer>
-
- org.cyclos.entities.banking.QImportTransfer
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<ImportTransfer>,com.querydsl.core.types.Expression<ImportTransfer>,com.querydsl.core.types.Path<ImportTransfer>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QImportTransfer extends com.querydsl.core.types.dsl.EntityPathBase<ImportTransfer>QImportTransfer is a Querydsl query type for ImportTransfer- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QTransfer_superQBigDecimalamountprotected QChargebackTransferchargedBackBycom.querydsl.core.types.dsl.ListPath<Transfer,QTransfer>childrenQDatedateQDateemissionDateQDateexpirationDateprotected QAccountfromcom.querydsl.core.types.dsl.NumberPath<Long>fromIdcom.querydsl.core.types.dsl.NumberPath<Long>idprotected QImportTransactionimportTransactionstatic QImportTransferimportTransfercom.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.StringPathtransactionNumbercom.querydsl.core.types.dsl.EnumPath<TransferNature>transferNatureprotected QTransferTypetype
-
Constructor Summary
Constructors Constructor Description QImportTransfer(com.querydsl.core.types.Path<? extends ImportTransfer> path)QImportTransfer(com.querydsl.core.types.PathMetadata metadata)QImportTransfer(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QImportTransfer(Class<? extends ImportTransfer> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QImportTransfer(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QChargebackTransferchargedBackBy()QAccountfrom()QImportTransactionimportTransaction()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
-
importTransfer
public static final QImportTransfer importTransfer
-
_super
public final QTransfer _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
-
importTransaction
protected QImportTransaction importTransaction
-
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
-
transferNature
public final com.querydsl.core.types.dsl.EnumPath<TransferNature> transferNature
-
type
protected QTransferType type
-
-
Constructor Detail
-
QImportTransfer
public QImportTransfer(String variable)
-
QImportTransfer
public QImportTransfer(com.querydsl.core.types.Path<? extends ImportTransfer> path)
-
QImportTransfer
public QImportTransfer(com.querydsl.core.types.PathMetadata metadata)
-
QImportTransfer
public QImportTransfer(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QImportTransfer
public QImportTransfer(Class<? extends ImportTransfer> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
chargedBackBy
public QChargebackTransfer chargedBackBy()
-
from
public QAccount from()
-
importTransaction
public QImportTransaction importTransaction()
-
parent
public QTransfer parent()
-
to
public QAccount to()
-
transaction
public QTransaction transaction()
-
type
public QTransferType type()
-
-