Package org.cyclos.entities.users
Class QUserProductPasswordAction
- 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<UserProductPasswordAction>
-
- org.cyclos.entities.users.QUserProductPasswordAction
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<UserProductPasswordAction>,com.querydsl.core.types.Expression<UserProductPasswordAction>,com.querydsl.core.types.Path<UserProductPasswordAction>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QUserProductPasswordAction extends com.querydsl.core.types.dsl.EntityPathBase<UserProductPasswordAction>QUserProductPasswordAction is a Querydsl query type for UserProductPasswordAction- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QProductPasswordAction_supercom.querydsl.core.types.dsl.BooleanPathchangecom.querydsl.core.types.dsl.BooleanPathenablecom.querydsl.core.types.dsl.NumberPath<Long>idprotected QPasswordTypepasswordTypeprotected QProductproductcom.querydsl.core.types.dsl.BooleanPathresetcom.querydsl.core.types.dsl.BooleanPathunblockstatic QUserProductPasswordActionuserProductPasswordActionQIntegerversion
-
Constructor Summary
Constructors Constructor Description QUserProductPasswordAction(com.querydsl.core.types.Path<? extends UserProductPasswordAction> path)QUserProductPasswordAction(com.querydsl.core.types.PathMetadata metadata)QUserProductPasswordAction(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QUserProductPasswordAction(Class<? extends UserProductPasswordAction> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QUserProductPasswordAction(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QPasswordTypepasswordType()QProductproduct()-
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
-
userProductPasswordAction
public static final QUserProductPasswordAction userProductPasswordAction
-
_super
public final QProductPasswordAction _super
-
change
public final com.querydsl.core.types.dsl.BooleanPath change
-
enable
public final com.querydsl.core.types.dsl.BooleanPath enable
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
passwordType
protected QPasswordType passwordType
-
product
protected QProduct product
-
reset
public final com.querydsl.core.types.dsl.BooleanPath reset
-
unblock
public final com.querydsl.core.types.dsl.BooleanPath unblock
-
version
public final QInteger version
-
-
Constructor Detail
-
QUserProductPasswordAction
public QUserProductPasswordAction(String variable)
-
QUserProductPasswordAction
public QUserProductPasswordAction(com.querydsl.core.types.Path<? extends UserProductPasswordAction> path)
-
QUserProductPasswordAction
public QUserProductPasswordAction(com.querydsl.core.types.PathMetadata metadata)
-
QUserProductPasswordAction
public QUserProductPasswordAction(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QUserProductPasswordAction
public QUserProductPasswordAction(Class<? extends UserProductPasswordAction> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
passwordType
public QPasswordType passwordType()
-
product
public QProduct product()
-
-