Package org.cyclos.entities.users
Class QOperatorGroupAccountNotificationSettings
- 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<OperatorGroupAccountNotificationSettings>
-
- org.cyclos.entities.users.QOperatorGroupAccountNotificationSettings
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<OperatorGroupAccountNotificationSettings>,com.querydsl.core.types.Expression<OperatorGroupAccountNotificationSettings>,com.querydsl.core.types.Path<OperatorGroupAccountNotificationSettings>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QOperatorGroupAccountNotificationSettings extends com.querydsl.core.types.dsl.EntityPathBase<OperatorGroupAccountNotificationSettings>QOperatorGroupAccountNotificationSettings is a Querydsl query type for OperatorGroupAccountNotificationSettings- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QBaseAccountNotificationSettings_superprotected QUserAccountTypeaccountTypeprotected QOperatorGroupgroupcom.querydsl.core.types.dsl.NumberPath<Long>idstatic QOperatorGroupAccountNotificationSettingsoperatorGroupAccountNotificationSettingsprotected QDecimalRangepaymentAmountQIntegerversion
-
Constructor Summary
Constructors Constructor Description QOperatorGroupAccountNotificationSettings(com.querydsl.core.types.Path<? extends OperatorGroupAccountNotificationSettings> path)QOperatorGroupAccountNotificationSettings(com.querydsl.core.types.PathMetadata metadata)QOperatorGroupAccountNotificationSettings(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QOperatorGroupAccountNotificationSettings(Class<? extends OperatorGroupAccountNotificationSettings> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QOperatorGroupAccountNotificationSettings(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QUserAccountTypeaccountType()QOperatorGroupgroup()QDecimalRangepaymentAmount()-
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
-
operatorGroupAccountNotificationSettings
public static final QOperatorGroupAccountNotificationSettings operatorGroupAccountNotificationSettings
-
_super
public final QBaseAccountNotificationSettings _super
-
accountType
protected QUserAccountType accountType
-
group
protected QOperatorGroup group
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
paymentAmount
protected QDecimalRange paymentAmount
-
version
public final QInteger version
-
-
Constructor Detail
-
QOperatorGroupAccountNotificationSettings
public QOperatorGroupAccountNotificationSettings(String variable)
-
QOperatorGroupAccountNotificationSettings
public QOperatorGroupAccountNotificationSettings(com.querydsl.core.types.Path<? extends OperatorGroupAccountNotificationSettings> path)
-
QOperatorGroupAccountNotificationSettings
public QOperatorGroupAccountNotificationSettings(com.querydsl.core.types.PathMetadata metadata)
-
QOperatorGroupAccountNotificationSettings
public QOperatorGroupAccountNotificationSettings(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QOperatorGroupAccountNotificationSettings
public QOperatorGroupAccountNotificationSettings(Class<? extends OperatorGroupAccountNotificationSettings> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
accountType
public QUserAccountType accountType()
-
group
public QOperatorGroup group()
-
paymentAmount
public QDecimalRange paymentAmount()
-
-