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