Package org.cyclos.entities.messaging
Class QUserNotificationSettings
- 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<UserNotificationSettings>
-
- org.cyclos.entities.messaging.QUserNotificationSettings
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<UserNotificationSettings>,com.querydsl.core.types.Expression<UserNotificationSettings>,com.querydsl.core.types.Path<UserNotificationSettings>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QUserNotificationSettings extends com.querydsl.core.types.dsl.EntityPathBase<UserNotificationSettings>QUserNotificationSettings is a Querydsl query type for UserNotificationSettings- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QNotificationSettings_supercom.querydsl.core.types.dsl.SetPath<UserAccountNotificationSettings,QUserAccountNotificationSettings>accountNotificationSettingscom.querydsl.core.types.dsl.BooleanPathappMailingscom.querydsl.core.types.dsl.BooleanPathemailMailingscom.querydsl.core.types.dsl.BooleanPathfwdMessageToEmailcom.querydsl.core.types.dsl.NumberPath<Long>idcom.querydsl.core.types.dsl.SetPath<UserNotificationTypeSettings,QUserNotificationTypeSettings>notificationTypeSettingscom.querydsl.core.types.dsl.BooleanPathsmsMailingsprotected QBasicUseruserstatic QUserNotificationSettingsuserNotificationSettingsQIntegerversion
-
Constructor Summary
Constructors Constructor Description QUserNotificationSettings(com.querydsl.core.types.Path<? extends UserNotificationSettings> path)QUserNotificationSettings(com.querydsl.core.types.PathMetadata metadata)QUserNotificationSettings(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QUserNotificationSettings(Class<? extends UserNotificationSettings> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QUserNotificationSettings(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QBasicUseruser()-
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
-
userNotificationSettings
public static final QUserNotificationSettings userNotificationSettings
-
_super
public final QNotificationSettings _super
-
accountNotificationSettings
public final com.querydsl.core.types.dsl.SetPath<UserAccountNotificationSettings,QUserAccountNotificationSettings> accountNotificationSettings
-
appMailings
public final com.querydsl.core.types.dsl.BooleanPath appMailings
-
emailMailings
public final com.querydsl.core.types.dsl.BooleanPath emailMailings
-
fwdMessageToEmail
public final com.querydsl.core.types.dsl.BooleanPath fwdMessageToEmail
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
notificationTypeSettings
public final com.querydsl.core.types.dsl.SetPath<UserNotificationTypeSettings,QUserNotificationTypeSettings> notificationTypeSettings
-
smsMailings
public final com.querydsl.core.types.dsl.BooleanPath smsMailings
-
user
protected QBasicUser user
-
version
public final QInteger version
-
-
Constructor Detail
-
QUserNotificationSettings
public QUserNotificationSettings(String variable)
-
QUserNotificationSettings
public QUserNotificationSettings(com.querydsl.core.types.Path<? extends UserNotificationSettings> path)
-
QUserNotificationSettings
public QUserNotificationSettings(com.querydsl.core.types.PathMetadata metadata)
-
QUserNotificationSettings
public QUserNotificationSettings(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QUserNotificationSettings
public QUserNotificationSettings(Class<? extends UserNotificationSettings> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
user
public QBasicUser user()
-
-