Package org.cyclos.entities.messaging
Class QAdminNotificationSettings
- 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<AdminNotificationSettings>
-
- org.cyclos.entities.messaging.QAdminNotificationSettings
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<AdminNotificationSettings>,com.querydsl.core.types.Expression<AdminNotificationSettings>,com.querydsl.core.types.Path<AdminNotificationSettings>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QAdminNotificationSettings extends com.querydsl.core.types.dsl.EntityPathBase<AdminNotificationSettings>QAdminNotificationSettings is a Querydsl query type for AdminNotificationSettings- See Also:
- Serialized Form
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description QAdminNotificationSettings(com.querydsl.core.types.Path<? extends AdminNotificationSettings> path)QAdminNotificationSettings(com.querydsl.core.types.PathMetadata metadata)QAdminNotificationSettings(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QAdminNotificationSettings(Class<? extends AdminNotificationSettings> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QAdminNotificationSettings(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
-
adminNotificationSettings
public static final QAdminNotificationSettings adminNotificationSettings
-
_super
public final QNotificationSettings _super
-
authorizablePayments
public final com.querydsl.core.types.dsl.SetPath<TransferType,QTransferType> authorizablePayments
-
externalPaymentsExpired
public final com.querydsl.core.types.dsl.SetPath<TransferType,QTransferType> externalPaymentsExpired
-
externalPaymentsFailed
public final com.querydsl.core.types.dsl.SetPath<TransferType,QTransferType> externalPaymentsFailed
-
fwdMessageCategoriesToEmail
public final com.querydsl.core.types.dsl.SetPath<MessageCategory,QMessageCategory> fwdMessageCategoriesToEmail
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
notificationTypeSettings
public final com.querydsl.core.types.dsl.ListPath<AdminNotificationTypeSettings,QAdminNotificationTypeSettings> notificationTypeSettings
-
payments
public final com.querydsl.core.types.dsl.SetPath<TransferType,QTransferType> payments
-
systemAlerts
public final com.querydsl.core.types.dsl.SetPath<SystemAlertType,com.querydsl.core.types.dsl.EnumPath<SystemAlertType>> systemAlerts
-
user
protected QBasicUser user
-
userAlerts
public final com.querydsl.core.types.dsl.SetPath<UserAlertType,com.querydsl.core.types.dsl.EnumPath<UserAlertType>> userAlerts
-
version
public final QInteger version
-
voucherConfigurations
public final com.querydsl.core.types.dsl.SetPath<VoucherConfiguration,QVoucherConfiguration> voucherConfigurations
-
voucherConfigurationsBuying
public final com.querydsl.core.types.dsl.SetPath<VoucherConfiguration,QVoucherConfiguration> voucherConfigurationsBuying
-
-
Constructor Detail
-
QAdminNotificationSettings
public QAdminNotificationSettings(String variable)
-
QAdminNotificationSettings
public QAdminNotificationSettings(com.querydsl.core.types.Path<? extends AdminNotificationSettings> path)
-
QAdminNotificationSettings
public QAdminNotificationSettings(com.querydsl.core.types.PathMetadata metadata)
-
QAdminNotificationSettings
public QAdminNotificationSettings(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QAdminNotificationSettings
public QAdminNotificationSettings(Class<? extends AdminNotificationSettings> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
user
public QBasicUser user()
-
-