Package org.cyclos.entities.access
Class QFailedDeviceConfirmationLog
- 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<FailedDeviceConfirmationLog>
-
- org.cyclos.entities.access.QFailedDeviceConfirmationLog
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<FailedDeviceConfirmationLog>,com.querydsl.core.types.Expression<FailedDeviceConfirmationLog>,com.querydsl.core.types.Path<FailedDeviceConfirmationLog>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QFailedDeviceConfirmationLog extends com.querydsl.core.types.dsl.EntityPathBase<FailedDeviceConfirmationLog>QFailedDeviceConfirmationLog is a Querydsl query type for FailedDeviceConfirmationLog- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QUserFailedActionLog_superQDatedatestatic QFailedDeviceConfirmationLogfailedDeviceConfirmationLogcom.querydsl.core.types.dsl.NumberPath<Long>idprotected QNetworknetworkcom.querydsl.core.types.dsl.StringPathremoteAddressprotected QBasicUseruser
-
Constructor Summary
Constructors Constructor Description QFailedDeviceConfirmationLog(com.querydsl.core.types.Path<? extends FailedDeviceConfirmationLog> path)QFailedDeviceConfirmationLog(com.querydsl.core.types.PathMetadata metadata)QFailedDeviceConfirmationLog(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QFailedDeviceConfirmationLog(Class<? extends FailedDeviceConfirmationLog> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QFailedDeviceConfirmationLog(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QNetworknetwork()QBasicUseruser()-
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
-
failedDeviceConfirmationLog
public static final QFailedDeviceConfirmationLog failedDeviceConfirmationLog
-
_super
public final QUserFailedActionLog _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
-
user
protected QBasicUser user
-
-
Constructor Detail
-
QFailedDeviceConfirmationLog
public QFailedDeviceConfirmationLog(String variable)
-
QFailedDeviceConfirmationLog
public QFailedDeviceConfirmationLog(com.querydsl.core.types.Path<? extends FailedDeviceConfirmationLog> path)
-
QFailedDeviceConfirmationLog
public QFailedDeviceConfirmationLog(com.querydsl.core.types.PathMetadata metadata)
-
QFailedDeviceConfirmationLog
public QFailedDeviceConfirmationLog(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QFailedDeviceConfirmationLog
public QFailedDeviceConfirmationLog(Class<? extends FailedDeviceConfirmationLog> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
network
public QNetwork network()
-
user
public QBasicUser user()
-
-