Package org.cyclos.entities.access
Class QFailedVoucherPinLog
- 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<FailedVoucherPinLog>
-
- org.cyclos.entities.access.QFailedVoucherPinLog
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<FailedVoucherPinLog>,com.querydsl.core.types.Expression<FailedVoucherPinLog>,com.querydsl.core.types.Path<FailedVoucherPinLog>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QFailedVoucherPinLog extends com.querydsl.core.types.dsl.EntityPathBase<FailedVoucherPinLog>QFailedVoucherPinLog is a Querydsl query type for FailedVoucherPinLog- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QFailedActionLog_superQDatedatestatic QFailedVoucherPinLogfailedVoucherPinLogcom.querydsl.core.types.dsl.NumberPath<Long>idprotected QNetworknetworkcom.querydsl.core.types.dsl.StringPathremoteAddressprotected QVouchervoucher
-
Constructor Summary
Constructors Constructor Description QFailedVoucherPinLog(com.querydsl.core.types.Path<? extends FailedVoucherPinLog> path)QFailedVoucherPinLog(com.querydsl.core.types.PathMetadata metadata)QFailedVoucherPinLog(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QFailedVoucherPinLog(Class<? extends FailedVoucherPinLog> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QFailedVoucherPinLog(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QNetworknetwork()QVouchervoucher()-
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
-
failedVoucherPinLog
public static final QFailedVoucherPinLog failedVoucherPinLog
-
_super
public final QFailedActionLog _super
-
date
public final QDate date
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
network
protected QNetwork network
-
remoteAddress
public final com.querydsl.core.types.dsl.StringPath remoteAddress
-
voucher
protected QVoucher voucher
-
-
Constructor Detail
-
QFailedVoucherPinLog
public QFailedVoucherPinLog(String variable)
-
QFailedVoucherPinLog
public QFailedVoucherPinLog(com.querydsl.core.types.Path<? extends FailedVoucherPinLog> path)
-
QFailedVoucherPinLog
public QFailedVoucherPinLog(com.querydsl.core.types.PathMetadata metadata)
-
QFailedVoucherPinLog
public QFailedVoucherPinLog(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QFailedVoucherPinLog
public QFailedVoucherPinLog(Class<? extends FailedVoucherPinLog> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-