Package org.cyclos.entities.messaging
Class QOutboundSms
- 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<OutboundSms>
-
- org.cyclos.entities.messaging.QOutboundSms
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<OutboundSms>,com.querydsl.core.types.Expression<OutboundSms>,com.querydsl.core.types.Path<OutboundSms>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QOutboundSms extends com.querydsl.core.types.dsl.EntityPathBase<OutboundSms>QOutboundSms is a Querydsl query type for OutboundSms- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QBaseSms_supercom.querydsl.core.types.dsl.NumberPath<Long>configurationIdQDatedatecom.querydsl.core.types.dsl.NumberPath<Long>idcom.querydsl.core.types.dsl.StringPathmessageprotected QNetworknetworkstatic QOutboundSmsoutboundSmscom.querydsl.core.types.dsl.StringPathphoneNumbercom.querydsl.core.types.dsl.EnumPath<OutboundSmsStatus>statuscom.querydsl.core.types.dsl.EnumPath<OutboundSmsType>typeprotected QBasicUseruser
-
Constructor Summary
Constructors Constructor Description QOutboundSms(com.querydsl.core.types.Path<? extends OutboundSms> path)QOutboundSms(com.querydsl.core.types.PathMetadata metadata)QOutboundSms(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QOutboundSms(Class<? extends OutboundSms> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QOutboundSms(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QNetworknetwork()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
-
outboundSms
public static final QOutboundSms outboundSms
-
_super
public final QBaseSms _super
-
configurationId
public final com.querydsl.core.types.dsl.NumberPath<Long> configurationId
-
date
public final QDate date
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
message
public final com.querydsl.core.types.dsl.StringPath message
-
network
protected QNetwork network
-
phoneNumber
public final com.querydsl.core.types.dsl.StringPath phoneNumber
-
status
public final com.querydsl.core.types.dsl.EnumPath<OutboundSmsStatus> status
-
type
public final com.querydsl.core.types.dsl.EnumPath<OutboundSmsType> type
-
user
protected QBasicUser user
-
-
Constructor Detail
-
QOutboundSms
public QOutboundSms(String variable)
-
QOutboundSms
public QOutboundSms(com.querydsl.core.types.Path<? extends OutboundSms> path)
-
QOutboundSms
public QOutboundSms(com.querydsl.core.types.PathMetadata metadata)
-
QOutboundSms
public QOutboundSms(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QOutboundSms
public QOutboundSms(Class<? extends OutboundSms> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
network
public QNetwork network()
-
user
public QBasicUser user()
-
-