Package org.cyclos.entities.messaging
Class QUserAccountNotificationSettings
- 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<UserAccountNotificationSettings>
-
- org.cyclos.entities.messaging.QUserAccountNotificationSettings
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<UserAccountNotificationSettings>,com.querydsl.core.types.Expression<UserAccountNotificationSettings>,com.querydsl.core.types.Path<UserAccountNotificationSettings>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QUserAccountNotificationSettings extends com.querydsl.core.types.dsl.EntityPathBase<UserAccountNotificationSettings>QUserAccountNotificationSettings is a Querydsl query type for UserAccountNotificationSettings- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QBaseAccountNotificationSettings_superprotected QUserAccountTypeaccountTypecom.querydsl.core.types.dsl.NumberPath<Long>idprotected QDecimalRangepaymentAmountprotected QUserNotificationSettingssettingsstatic QUserAccountNotificationSettingsuserAccountNotificationSettingsQIntegerversion
-
Constructor Summary
Constructors Constructor Description QUserAccountNotificationSettings(com.querydsl.core.types.Path<? extends UserAccountNotificationSettings> path)QUserAccountNotificationSettings(com.querydsl.core.types.PathMetadata metadata)QUserAccountNotificationSettings(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QUserAccountNotificationSettings(Class<? extends UserAccountNotificationSettings> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QUserAccountNotificationSettings(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QUserAccountTypeaccountType()QDecimalRangepaymentAmount()QUserNotificationSettingssettings()-
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
-
userAccountNotificationSettings
public static final QUserAccountNotificationSettings userAccountNotificationSettings
-
_super
public final QBaseAccountNotificationSettings _super
-
accountType
protected QUserAccountType accountType
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
paymentAmount
protected QDecimalRange paymentAmount
-
settings
protected QUserNotificationSettings settings
-
version
public final QInteger version
-
-
Constructor Detail
-
QUserAccountNotificationSettings
public QUserAccountNotificationSettings(String variable)
-
QUserAccountNotificationSettings
public QUserAccountNotificationSettings(com.querydsl.core.types.Path<? extends UserAccountNotificationSettings> path)
-
QUserAccountNotificationSettings
public QUserAccountNotificationSettings(com.querydsl.core.types.PathMetadata metadata)
-
QUserAccountNotificationSettings
public QUserAccountNotificationSettings(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QUserAccountNotificationSettings
public QUserAccountNotificationSettings(Class<? extends UserAccountNotificationSettings> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
accountType
public QUserAccountType accountType()
-
paymentAmount
public QDecimalRange paymentAmount()
-
settings
public QUserNotificationSettings settings()
-
-