Package org.cyclos.entities.banking
Class QVoucherPackAmountReservation
- 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<VoucherPackAmountReservation>
-
- org.cyclos.entities.banking.QVoucherPackAmountReservation
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<VoucherPackAmountReservation>,com.querydsl.core.types.Expression<VoucherPackAmountReservation>,com.querydsl.core.types.Path<VoucherPackAmountReservation>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QVoucherPackAmountReservation extends com.querydsl.core.types.dsl.EntityPathBase<VoucherPackAmountReservation>QVoucherPackAmountReservation is a Querydsl query type for VoucherPackAmountReservation- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QAmountReservation_superprotected QAccountaccountQBigDecimalamountQDatedatecom.querydsl.core.types.dsl.NumberPath<Long>idprotected QTransactiontransactionprotected QVoucherPackvoucherPackstatic QVoucherPackAmountReservationvoucherPackAmountReservation
-
Constructor Summary
Constructors Constructor Description QVoucherPackAmountReservation(com.querydsl.core.types.Path<? extends VoucherPackAmountReservation> path)QVoucherPackAmountReservation(com.querydsl.core.types.PathMetadata metadata)QVoucherPackAmountReservation(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QVoucherPackAmountReservation(Class<? extends VoucherPackAmountReservation> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QVoucherPackAmountReservation(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QAccountaccount()QTransactiontransaction()QVoucherPackvoucherPack()-
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
-
voucherPackAmountReservation
public static final QVoucherPackAmountReservation voucherPackAmountReservation
-
_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
-
transaction
protected QTransaction transaction
-
voucherPack
protected QVoucherPack voucherPack
-
-
Constructor Detail
-
QVoucherPackAmountReservation
public QVoucherPackAmountReservation(String variable)
-
QVoucherPackAmountReservation
public QVoucherPackAmountReservation(com.querydsl.core.types.Path<? extends VoucherPackAmountReservation> path)
-
QVoucherPackAmountReservation
public QVoucherPackAmountReservation(com.querydsl.core.types.PathMetadata metadata)
-
QVoucherPackAmountReservation
public QVoucherPackAmountReservation(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QVoucherPackAmountReservation
public QVoucherPackAmountReservation(Class<? extends VoucherPackAmountReservation> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
account
public QAccount account()
-
transaction
public QTransaction transaction()
-
voucherPack
public QVoucherPack voucherPack()
-
-