Package org.cyclos.entities.banking
Class QScheduledPaymentAmountReservation
- 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<ScheduledPaymentAmountReservation>
-
- org.cyclos.entities.banking.QScheduledPaymentAmountReservation
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<ScheduledPaymentAmountReservation>,com.querydsl.core.types.Expression<ScheduledPaymentAmountReservation>,com.querydsl.core.types.Path<ScheduledPaymentAmountReservation>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QScheduledPaymentAmountReservation extends com.querydsl.core.types.dsl.EntityPathBase<ScheduledPaymentAmountReservation>QScheduledPaymentAmountReservation is a Querydsl query type for ScheduledPaymentAmountReservation- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QAmountReservation_superprotected QAccountaccountQBigDecimalamountQDatedatecom.querydsl.core.types.dsl.NumberPath<Long>idcom.querydsl.core.types.dsl.EnumPath<AmountReservationNature>natureprotected QScheduledPaymentscheduledPaymentstatic QScheduledPaymentAmountReservationscheduledPaymentAmountReservationprotected QTransactiontransaction
-
Constructor Summary
Constructors Constructor Description QScheduledPaymentAmountReservation(com.querydsl.core.types.Path<? extends ScheduledPaymentAmountReservation> path)QScheduledPaymentAmountReservation(com.querydsl.core.types.PathMetadata metadata)QScheduledPaymentAmountReservation(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QScheduledPaymentAmountReservation(Class<? extends ScheduledPaymentAmountReservation> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QScheduledPaymentAmountReservation(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QAccountaccount()QScheduledPaymentscheduledPayment()QTransactiontransaction()-
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
-
scheduledPaymentAmountReservation
public static final QScheduledPaymentAmountReservation scheduledPaymentAmountReservation
-
_super
public final QAmountReservation _super
-
account
protected QAccount account
-
amount
public final QBigDecimal amount
-
date
public final QDate date
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
nature
public final com.querydsl.core.types.dsl.EnumPath<AmountReservationNature> nature
-
scheduledPayment
protected QScheduledPayment scheduledPayment
-
transaction
protected QTransaction transaction
-
-
Constructor Detail
-
QScheduledPaymentAmountReservation
public QScheduledPaymentAmountReservation(String variable)
-
QScheduledPaymentAmountReservation
public QScheduledPaymentAmountReservation(com.querydsl.core.types.Path<? extends ScheduledPaymentAmountReservation> path)
-
QScheduledPaymentAmountReservation
public QScheduledPaymentAmountReservation(com.querydsl.core.types.PathMetadata metadata)
-
QScheduledPaymentAmountReservation
public QScheduledPaymentAmountReservation(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QScheduledPaymentAmountReservation
public QScheduledPaymentAmountReservation(Class<? extends ScheduledPaymentAmountReservation> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
account
public QAccount account()
-
scheduledPayment
public QScheduledPayment scheduledPayment()
-
transaction
public QTransaction transaction()
-
-