Package org.cyclos.entities.access
Class QFailedActionLog
- 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<FailedActionLog>
-
- org.cyclos.entities.access.QFailedActionLog
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<FailedActionLog>,com.querydsl.core.types.Expression<FailedActionLog>,com.querydsl.core.types.Path<FailedActionLog>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QFailedActionLog extends com.querydsl.core.types.dsl.EntityPathBase<FailedActionLog>QFailedActionLog is a Querydsl query type for FailedActionLog- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QNetworkedEntity_superQDatedatestatic QFailedActionLogfailedActionLogcom.querydsl.core.types.dsl.NumberPath<Long>idprotected QNetworknetworkcom.querydsl.core.types.dsl.StringPathremoteAddress
-
Constructor Summary
Constructors Constructor Description QFailedActionLog(com.querydsl.core.types.Path<? extends FailedActionLog> path)QFailedActionLog(com.querydsl.core.types.PathMetadata metadata)QFailedActionLog(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QFailedActionLog(Class<? extends FailedActionLog> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QFailedActionLog(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
-
failedActionLog
public static final QFailedActionLog failedActionLog
-
_super
public final QNetworkedEntity _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
-
-
Constructor Detail
-
QFailedActionLog
public QFailedActionLog(String variable)
-
QFailedActionLog
public QFailedActionLog(com.querydsl.core.types.Path<? extends FailedActionLog> path)
-
QFailedActionLog
public QFailedActionLog(com.querydsl.core.types.PathMetadata metadata)
-
QFailedActionLog
public QFailedActionLog(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QFailedActionLog
public QFailedActionLog(Class<? extends FailedActionLog> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
network
public QNetwork network()
-
-