Package org.cyclos.entities.users
Class QUserProductLog
- 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<UserProductLog>
-
- org.cyclos.entities.users.QUserProductLog
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<UserProductLog>,com.querydsl.core.types.Expression<UserProductLog>,com.querydsl.core.types.Path<UserProductLog>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QUserProductLog extends com.querydsl.core.types.dsl.EntityPathBase<UserProductLog>QUserProductLog is a Querydsl query type for UserProductLog- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QProductAssignmentLog_supercom.querydsl.core.types.dsl.EnumPath<ProductAssignmentAction>actionprotected QUserbyQDatedatecom.querydsl.core.types.dsl.NumberPath<Long>idprotected QProductproductprotected QUseruserstatic QUserProductLoguserProductLog
-
Constructor Summary
Constructors Constructor Description QUserProductLog(com.querydsl.core.types.Path<? extends UserProductLog> path)QUserProductLog(com.querydsl.core.types.PathMetadata metadata)QUserProductLog(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QUserProductLog(Class<? extends UserProductLog> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QUserProductLog(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QUserby()QProductproduct()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
-
userProductLog
public static final QUserProductLog userProductLog
-
_super
public final QProductAssignmentLog _super
-
action
public final com.querydsl.core.types.dsl.EnumPath<ProductAssignmentAction> action
-
by
protected QUser by
-
date
public final QDate date
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
product
protected QProduct product
-
user
protected QUser user
-
-
Constructor Detail
-
QUserProductLog
public QUserProductLog(String variable)
-
QUserProductLog
public QUserProductLog(com.querydsl.core.types.Path<? extends UserProductLog> path)
-
QUserProductLog
public QUserProductLog(com.querydsl.core.types.PathMetadata metadata)
-
QUserProductLog
public QUserProductLog(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QUserProductLog
public QUserProductLog(Class<? extends UserProductLog> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-