Package org.cyclos.entities.banking
Class QScheduledPaymentInstallment
- 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<ScheduledPaymentInstallment>
-
- org.cyclos.entities.banking.QScheduledPaymentInstallment
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<ScheduledPaymentInstallment>,com.querydsl.core.types.Expression<ScheduledPaymentInstallment>,com.querydsl.core.types.Path<ScheduledPaymentInstallment>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QScheduledPaymentInstallment extends com.querydsl.core.types.dsl.EntityPathBase<ScheduledPaymentInstallment>QScheduledPaymentInstallment is a Querydsl query type for ScheduledPaymentInstallment- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QInstallment_superQBigDecimalamountcom.querydsl.core.types.dsl.SetPath<InstallmentAmountReservation,QInstallmentAmountReservation>amountDereservationsprotected QBasicUserbyQDatedueDatecom.querydsl.core.types.dsl.NumberPath<Long>idQIntegernumberstatic QScheduledPaymentInstallmentscheduledPaymentInstallmentcom.querydsl.core.types.dsl.EnumPath<InstallmentStatus>statusprotected QInternalTransactiontransactioncom.querydsl.core.types.dsl.SetPath<InstallmentTransfer,QInstallmentTransfer>transfers
-
Constructor Summary
Constructors Constructor Description QScheduledPaymentInstallment(com.querydsl.core.types.Path<? extends ScheduledPaymentInstallment> path)QScheduledPaymentInstallment(com.querydsl.core.types.PathMetadata metadata)QScheduledPaymentInstallment(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QScheduledPaymentInstallment(Class<? extends ScheduledPaymentInstallment> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QScheduledPaymentInstallment(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QBasicUserby()QInternalTransactiontransaction()-
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
-
scheduledPaymentInstallment
public static final QScheduledPaymentInstallment scheduledPaymentInstallment
-
_super
public final QInstallment _super
-
amount
public final QBigDecimal amount
-
amountDereservations
public final com.querydsl.core.types.dsl.SetPath<InstallmentAmountReservation,QInstallmentAmountReservation> amountDereservations
-
by
protected QBasicUser by
-
dueDate
public final QDate dueDate
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
number
public final QInteger number
-
status
public final com.querydsl.core.types.dsl.EnumPath<InstallmentStatus> status
-
transaction
protected QInternalTransaction transaction
-
transfers
public final com.querydsl.core.types.dsl.SetPath<InstallmentTransfer,QInstallmentTransfer> transfers
-
-
Constructor Detail
-
QScheduledPaymentInstallment
public QScheduledPaymentInstallment(String variable)
-
QScheduledPaymentInstallment
public QScheduledPaymentInstallment(com.querydsl.core.types.Path<? extends ScheduledPaymentInstallment> path)
-
QScheduledPaymentInstallment
public QScheduledPaymentInstallment(com.querydsl.core.types.PathMetadata metadata)
-
QScheduledPaymentInstallment
public QScheduledPaymentInstallment(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QScheduledPaymentInstallment
public QScheduledPaymentInstallment(Class<? extends ScheduledPaymentInstallment> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
by
public QBasicUser by()
-
transaction
public QInternalTransaction transaction()
-
-