Package org.cyclos.entities.messaging
Class QAdminNotificationTypeSettings
- 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<AdminNotificationTypeSettings>
-
- org.cyclos.entities.messaging.QAdminNotificationTypeSettings
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<AdminNotificationTypeSettings>,com.querydsl.core.types.Expression<AdminNotificationTypeSettings>,com.querydsl.core.types.Path<AdminNotificationTypeSettings>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QAdminNotificationTypeSettings extends com.querydsl.core.types.dsl.EntityPathBase<AdminNotificationTypeSettings>QAdminNotificationTypeSettings is a Querydsl query type for AdminNotificationTypeSettings- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QNotificationTypeSettings_superstatic QAdminNotificationTypeSettingsadminNotificationTypeSettingscom.querydsl.core.types.dsl.NumberPath<Long>idprotected QAdminNotificationSettingsnotificationSettingscom.querydsl.core.types.dsl.BooleanPathnotifyByEmailcom.querydsl.core.types.dsl.BooleanPathnotifyByInternalcom.querydsl.core.types.dsl.BooleanPathnotifyBySmscom.querydsl.core.types.dsl.EnumPath<AdminNotificationType>typeQIntegerversion
-
Constructor Summary
Constructors Constructor Description QAdminNotificationTypeSettings(com.querydsl.core.types.Path<? extends AdminNotificationTypeSettings> path)QAdminNotificationTypeSettings(com.querydsl.core.types.PathMetadata metadata)QAdminNotificationTypeSettings(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QAdminNotificationTypeSettings(Class<? extends AdminNotificationTypeSettings> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QAdminNotificationTypeSettings(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QAdminNotificationSettingsnotificationSettings()-
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
-
adminNotificationTypeSettings
public static final QAdminNotificationTypeSettings adminNotificationTypeSettings
-
_super
public final QNotificationTypeSettings _super
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
notificationSettings
protected QAdminNotificationSettings notificationSettings
-
notifyByEmail
public final com.querydsl.core.types.dsl.BooleanPath notifyByEmail
-
notifyByInternal
public final com.querydsl.core.types.dsl.BooleanPath notifyByInternal
-
notifyBySms
public final com.querydsl.core.types.dsl.BooleanPath notifyBySms
-
type
public final com.querydsl.core.types.dsl.EnumPath<AdminNotificationType> type
-
version
public final QInteger version
-
-
Constructor Detail
-
QAdminNotificationTypeSettings
public QAdminNotificationTypeSettings(String variable)
-
QAdminNotificationTypeSettings
public QAdminNotificationTypeSettings(com.querydsl.core.types.Path<? extends AdminNotificationTypeSettings> path)
-
QAdminNotificationTypeSettings
public QAdminNotificationTypeSettings(com.querydsl.core.types.PathMetadata metadata)
-
QAdminNotificationTypeSettings
public QAdminNotificationTypeSettings(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QAdminNotificationTypeSettings
public QAdminNotificationTypeSettings(Class<? extends AdminNotificationTypeSettings> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
notificationSettings
public QAdminNotificationSettings notificationSettings()
-
-