Package org.cyclos.entities.users
Class QBrokeringLog
- 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<BrokeringLog>
-
- org.cyclos.entities.users.QBrokeringLog
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<BrokeringLog>,com.querydsl.core.types.Expression<BrokeringLog>,com.querydsl.core.types.Path<BrokeringLog>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QBrokeringLog extends com.querydsl.core.types.dsl.EntityPathBase<BrokeringLog>QBrokeringLog is a Querydsl query type for BrokeringLog- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QNetworkedEntity_supercom.querydsl.core.types.dsl.EnumPath<BrokeringAction>actionprotected QUserbrokerstatic QBrokeringLogbrokeringLogprotected QUserbyQDatedatecom.querydsl.core.types.dsl.NumberPath<Long>idprotected QUseruser
-
Constructor Summary
Constructors Constructor Description QBrokeringLog(com.querydsl.core.types.Path<? extends BrokeringLog> path)QBrokeringLog(com.querydsl.core.types.PathMetadata metadata)QBrokeringLog(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QBrokeringLog(Class<? extends BrokeringLog> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QBrokeringLog(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QUserbroker()QUserby()QUseruser()-
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
-
brokeringLog
public static final QBrokeringLog brokeringLog
-
_super
public final QNetworkedEntity _super
-
action
public final com.querydsl.core.types.dsl.EnumPath<BrokeringAction> action
-
broker
protected QUser broker
-
by
protected QUser by
-
date
public final QDate date
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
user
protected QUser user
-
-
Constructor Detail
-
QBrokeringLog
public QBrokeringLog(String variable)
-
QBrokeringLog
public QBrokeringLog(com.querydsl.core.types.Path<? extends BrokeringLog> path)
-
QBrokeringLog
public QBrokeringLog(com.querydsl.core.types.PathMetadata metadata)
-
QBrokeringLog
public QBrokeringLog(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QBrokeringLog
public QBrokeringLog(Class<? extends BrokeringLog> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-