Package org.cyclos.entities.banking
Class QRecurringPaymentOccurrence
- 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<RecurringPaymentOccurrence>
-
- org.cyclos.entities.banking.QRecurringPaymentOccurrence
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<RecurringPaymentOccurrence>,com.querydsl.core.types.Expression<RecurringPaymentOccurrence>,com.querydsl.core.types.Path<RecurringPaymentOccurrence>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QRecurringPaymentOccurrence extends com.querydsl.core.types.dsl.EntityPathBase<RecurringPaymentOccurrence>QRecurringPaymentOccurrence is a Querydsl query type for RecurringPaymentOccurrence- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QInstallment_superQBigDecimalamountprotected QBasicUserbyQDatedueDatecom.querydsl.core.types.dsl.NumberPath<Long>idQIntegernumberprotected QRecurringPaymentrecurringPaymentstatic QRecurringPaymentOccurrencerecurringPaymentOccurrencecom.querydsl.core.types.dsl.EnumPath<InstallmentStatus>statusprotected QInternalTransactiontransactioncom.querydsl.core.types.dsl.SetPath<InstallmentTransfer,QInstallmentTransfer>transfers
-
Constructor Summary
Constructors Constructor Description QRecurringPaymentOccurrence(com.querydsl.core.types.Path<? extends RecurringPaymentOccurrence> path)QRecurringPaymentOccurrence(com.querydsl.core.types.PathMetadata metadata)QRecurringPaymentOccurrence(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QRecurringPaymentOccurrence(Class<? extends RecurringPaymentOccurrence> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QRecurringPaymentOccurrence(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QBasicUserby()QRecurringPaymentrecurringPayment()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
-
recurringPaymentOccurrence
public static final QRecurringPaymentOccurrence recurringPaymentOccurrence
-
_super
public final QInstallment _super
-
amount
public final QBigDecimal amount
-
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
-
recurringPayment
protected QRecurringPayment recurringPayment
-
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
-
QRecurringPaymentOccurrence
public QRecurringPaymentOccurrence(String variable)
-
QRecurringPaymentOccurrence
public QRecurringPaymentOccurrence(com.querydsl.core.types.Path<? extends RecurringPaymentOccurrence> path)
-
QRecurringPaymentOccurrence
public QRecurringPaymentOccurrence(com.querydsl.core.types.PathMetadata metadata)
-
QRecurringPaymentOccurrence
public QRecurringPaymentOccurrence(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QRecurringPaymentOccurrence
public QRecurringPaymentOccurrence(Class<? extends RecurringPaymentOccurrence> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
by
public QBasicUser by()
-
recurringPayment
public QRecurringPayment recurringPayment()
-
transaction
public QInternalTransaction transaction()
-
-