Package org.cyclos.entities.messaging
Class QNotificationSettings
- 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<NotificationSettings>
-
- org.cyclos.entities.messaging.QNotificationSettings
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<NotificationSettings>,com.querydsl.core.types.Expression<NotificationSettings>,com.querydsl.core.types.Path<NotificationSettings>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QNotificationSettings extends com.querydsl.core.types.dsl.EntityPathBase<NotificationSettings>QNotificationSettings is a Querydsl query type for NotificationSettings- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QBaseEntity_supercom.querydsl.core.types.dsl.NumberPath<Long>idstatic QNotificationSettingsnotificationSettingsprotected QBasicUseruserQIntegerversion
-
Constructor Summary
Constructors Constructor Description QNotificationSettings(com.querydsl.core.types.Path<? extends NotificationSettings> path)QNotificationSettings(com.querydsl.core.types.PathMetadata metadata)QNotificationSettings(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QNotificationSettings(Class<? extends NotificationSettings> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QNotificationSettings(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
notificationSettings
public static final QNotificationSettings notificationSettings
-
_super
public final QBaseEntity _super
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
user
protected QBasicUser user
-
version
public final QInteger version
-
-
Constructor Detail
-
QNotificationSettings
public QNotificationSettings(String variable)
-
QNotificationSettings
public QNotificationSettings(com.querydsl.core.types.Path<? extends NotificationSettings> path)
-
QNotificationSettings
public QNotificationSettings(com.querydsl.core.types.PathMetadata metadata)
-
QNotificationSettings
public QNotificationSettings(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QNotificationSettings
public QNotificationSettings(Class<? extends NotificationSettings> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
user
public QBasicUser user()
-
-