Package org.cyclos.entities.users
Class QUserProductNotification
- 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<UserProductNotification>
-
- org.cyclos.entities.users.QUserProductNotification
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<UserProductNotification>,com.querydsl.core.types.Expression<UserProductNotification>,com.querydsl.core.types.Path<UserProductNotification>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QUserProductNotification extends com.querydsl.core.types.dsl.EntityPathBase<UserProductNotification>QUserProductNotification is a Querydsl query type for UserProductNotification- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QAbstractProductNotification_supercom.querydsl.core.types.dsl.BooleanPathallowAppcom.querydsl.core.types.dsl.BooleanPathallowMailcom.querydsl.core.types.dsl.BooleanPathallowSmscom.querydsl.core.types.dsl.BooleanPathdefaultAppcom.querydsl.core.types.dsl.BooleanPathdefaultMailcom.querydsl.core.types.dsl.BooleanPathdefaultSmscom.querydsl.core.types.dsl.BooleanPathenabledcom.querydsl.core.types.dsl.NumberPath<Long>idprotected QProductproductcom.querydsl.core.types.dsl.SimplePath<UserNotificationType>typestatic QUserProductNotificationuserProductNotificationQIntegerversion
-
Constructor Summary
Constructors Constructor Description QUserProductNotification(com.querydsl.core.types.Path<? extends UserProductNotification> path)QUserProductNotification(com.querydsl.core.types.PathMetadata metadata)QUserProductNotification(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QUserProductNotification(Class<? extends UserProductNotification> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QUserProductNotification(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
userProductNotification
public static final QUserProductNotification userProductNotification
-
_super
public final QAbstractProductNotification _super
-
allowApp
public final com.querydsl.core.types.dsl.BooleanPath allowApp
-
allowMail
public final com.querydsl.core.types.dsl.BooleanPath allowMail
-
allowSms
public final com.querydsl.core.types.dsl.BooleanPath allowSms
-
defaultApp
public final com.querydsl.core.types.dsl.BooleanPath defaultApp
-
defaultMail
public final com.querydsl.core.types.dsl.BooleanPath defaultMail
-
defaultSms
public final com.querydsl.core.types.dsl.BooleanPath defaultSms
-
enabled
public final com.querydsl.core.types.dsl.BooleanPath enabled
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
product
protected QProduct product
-
type
public final com.querydsl.core.types.dsl.SimplePath<UserNotificationType> type
-
version
public final QInteger version
-
-
Constructor Detail
-
QUserProductNotification
public QUserProductNotification(String variable)
-
QUserProductNotification
public QUserProductNotification(com.querydsl.core.types.Path<? extends UserProductNotification> path)
-
QUserProductNotification
public QUserProductNotification(com.querydsl.core.types.PathMetadata metadata)
-
QUserProductNotification
public QUserProductNotification(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QUserProductNotification
public QUserProductNotification(Class<? extends UserProductNotification> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
product
public QProduct product()
-
-