Package org.cyclos.entities.messaging
Class QOutgoingMessage
- 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<OutgoingMessage>
-
- org.cyclos.entities.messaging.QOutgoingMessage
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<OutgoingMessage>,com.querydsl.core.types.Expression<OutgoingMessage>,com.querydsl.core.types.Path<OutgoingMessage>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QOutgoingMessage extends com.querydsl.core.types.dsl.EntityPathBase<OutgoingMessage>QOutgoingMessage is a Querydsl query type for OutgoingMessage- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QMessage_supercom.querydsl.core.types.dsl.StringPathbodyprotected QMessageCategorycategorycom.querydsl.core.types.dsl.NumberPath<Long>conversationIdQDatedatecom.querydsl.core.types.dsl.EnumPath<MessageDestination>destinationcom.querydsl.core.types.dsl.NumberPath<Long>idcom.querydsl.core.types.dsl.EnumPath<MessageOwner>messageOwnercom.querydsl.core.types.dsl.EnumPath<MessageNature>natureprotected QNetworknetworkstatic QOutgoingMessageoutgoingMessageprotected QUserownercom.querydsl.core.types.dsl.BooleanPathreadQDateremovedAtcom.querydsl.core.types.dsl.BooleanPathrepliedprotected QUsersentBycom.querydsl.core.types.dsl.StringPathsubjectcom.querydsl.core.types.dsl.SetPath<Group,QGroup>toGroupscom.querydsl.core.types.dsl.SetPath<User,QUser>toUsers
-
Constructor Summary
Constructors Constructor Description QOutgoingMessage(com.querydsl.core.types.Path<? extends OutgoingMessage> path)QOutgoingMessage(com.querydsl.core.types.PathMetadata metadata)QOutgoingMessage(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QOutgoingMessage(Class<? extends OutgoingMessage> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QOutgoingMessage(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QMessageCategorycategory()QNetworknetwork()QUserowner()QUsersentBy()-
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
-
outgoingMessage
public static final QOutgoingMessage outgoingMessage
-
_super
public final QMessage _super
-
body
public final com.querydsl.core.types.dsl.StringPath body
-
category
protected QMessageCategory category
-
conversationId
public final com.querydsl.core.types.dsl.NumberPath<Long> conversationId
-
date
public final QDate date
-
destination
public final com.querydsl.core.types.dsl.EnumPath<MessageDestination> destination
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
messageOwner
public final com.querydsl.core.types.dsl.EnumPath<MessageOwner> messageOwner
-
nature
public final com.querydsl.core.types.dsl.EnumPath<MessageNature> nature
-
network
protected QNetwork network
-
owner
protected QUser owner
-
read
public final com.querydsl.core.types.dsl.BooleanPath read
-
removedAt
public final QDate removedAt
-
replied
public final com.querydsl.core.types.dsl.BooleanPath replied
-
sentBy
protected QUser sentBy
-
subject
public final com.querydsl.core.types.dsl.StringPath subject
-
-
Constructor Detail
-
QOutgoingMessage
public QOutgoingMessage(String variable)
-
QOutgoingMessage
public QOutgoingMessage(com.querydsl.core.types.Path<? extends OutgoingMessage> path)
-
QOutgoingMessage
public QOutgoingMessage(com.querydsl.core.types.PathMetadata metadata)
-
QOutgoingMessage
public QOutgoingMessage(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QOutgoingMessage
public QOutgoingMessage(Class<? extends OutgoingMessage> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
category
public QMessageCategory category()
-
network
public QNetwork network()
-
owner
public QUser owner()
-
sentBy
public QUser sentBy()
-
-