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