Package org.cyclos.entities.messaging
Class QOperatorNotificationSettings
- 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<OperatorNotificationSettings>
-
- org.cyclos.entities.messaging.QOperatorNotificationSettings
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<OperatorNotificationSettings>,com.querydsl.core.types.Expression<OperatorNotificationSettings>,com.querydsl.core.types.Path<OperatorNotificationSettings>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QOperatorNotificationSettings extends com.querydsl.core.types.dsl.EntityPathBase<OperatorNotificationSettings>QOperatorNotificationSettings is a Querydsl query type for OperatorNotificationSettings- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QUserNotificationSettings_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>notificationTypeSettingsstatic QOperatorNotificationSettingsoperatorNotificationSettingscom.querydsl.core.types.dsl.BooleanPathsmsMailingsprotected QBasicUseruserQIntegerversion
-
Constructor Summary
Constructors Constructor Description QOperatorNotificationSettings(com.querydsl.core.types.Path<? extends OperatorNotificationSettings> path)QOperatorNotificationSettings(com.querydsl.core.types.PathMetadata metadata)QOperatorNotificationSettings(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QOperatorNotificationSettings(Class<? extends OperatorNotificationSettings> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QOperatorNotificationSettings(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
-
operatorNotificationSettings
public static final QOperatorNotificationSettings operatorNotificationSettings
-
_super
public final QUserNotificationSettings _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
-
QOperatorNotificationSettings
public QOperatorNotificationSettings(String variable)
-
QOperatorNotificationSettings
public QOperatorNotificationSettings(com.querydsl.core.types.Path<? extends OperatorNotificationSettings> path)
-
QOperatorNotificationSettings
public QOperatorNotificationSettings(com.querydsl.core.types.PathMetadata metadata)
-
QOperatorNotificationSettings
public QOperatorNotificationSettings(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QOperatorNotificationSettings
public QOperatorNotificationSettings(Class<? extends OperatorNotificationSettings> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
user
public QBasicUser user()
-
-