Package org.cyclos.entities.messaging
Class QAdminNotification
- 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<AdminNotification>
-
- org.cyclos.entities.messaging.QAdminNotification
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<AdminNotification>,com.querydsl.core.types.Expression<AdminNotification>,com.querydsl.core.types.Path<AdminNotification>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QAdminNotification extends com.querydsl.core.types.dsl.EntityPathBase<AdminNotification>QAdminNotification is a Querydsl query type for AdminNotification- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QNotification_superstatic QAdminNotificationadminNotificationQDatedatecom.querydsl.core.types.dsl.NumberPath<Long>entityIdcom.querydsl.core.types.dsl.StringPathfcmConfigurationcom.querydsl.core.types.dsl.StringPathhtmlTextcom.querydsl.core.types.dsl.NumberPath<Long>idcom.querydsl.core.types.dsl.EnumPath<Location>locationcom.querydsl.core.types.dsl.StringPathmailSubjectcom.querydsl.core.types.dsl.BooleanPathreadprotected QBasicUserrelatedUsercom.querydsl.core.types.dsl.BooleanPathskipEmailcom.querydsl.core.types.dsl.BooleanPathskipSmscom.querydsl.core.types.dsl.StringPathsmscom.querydsl.core.types.dsl.EnumPath<AdminNotificationType>typeprotected QBasicUseruser
-
Constructor Summary
Constructors Constructor Description QAdminNotification(com.querydsl.core.types.Path<? extends AdminNotification> path)QAdminNotification(com.querydsl.core.types.PathMetadata metadata)QAdminNotification(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QAdminNotification(Class<? extends AdminNotification> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QAdminNotification(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QBasicUserrelatedUser()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
-
adminNotification
public static final QAdminNotification adminNotification
-
_super
public final QNotification _super
-
date
public final QDate date
-
entityId
public final com.querydsl.core.types.dsl.NumberPath<Long> entityId
-
fcmConfiguration
public final com.querydsl.core.types.dsl.StringPath fcmConfiguration
-
htmlText
public final com.querydsl.core.types.dsl.StringPath htmlText
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
location
public final com.querydsl.core.types.dsl.EnumPath<Location> location
-
mailSubject
public final com.querydsl.core.types.dsl.StringPath mailSubject
-
read
public final com.querydsl.core.types.dsl.BooleanPath read
-
relatedUser
protected QBasicUser relatedUser
-
skipEmail
public final com.querydsl.core.types.dsl.BooleanPath skipEmail
-
skipSms
public final com.querydsl.core.types.dsl.BooleanPath skipSms
-
sms
public final com.querydsl.core.types.dsl.StringPath sms
-
type
public final com.querydsl.core.types.dsl.EnumPath<AdminNotificationType> type
-
user
protected QBasicUser user
-
-
Constructor Detail
-
QAdminNotification
public QAdminNotification(String variable)
-
QAdminNotification
public QAdminNotification(com.querydsl.core.types.Path<? extends AdminNotification> path)
-
QAdminNotification
public QAdminNotification(com.querydsl.core.types.PathMetadata metadata)
-
QAdminNotification
public QAdminNotification(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QAdminNotification
public QAdminNotification(Class<? extends AdminNotification> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
relatedUser
public QBasicUser relatedUser()
-
user
public QBasicUser user()
-
-