Class QChannel

  • All Implemented Interfaces:
    com.querydsl.core.types.EntityPath<Channel>, com.querydsl.core.types.Expression<Channel>, com.querydsl.core.types.Path<Channel>, Serializable

    @Generated("com.querydsl.codegen.EntitySerializer")
    public class QChannel
    extends com.querydsl.core.types.dsl.EntityPathBase<Channel>
    QChannel is a Querydsl query type for Channel
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      QChannel​(com.querydsl.core.types.Path<? extends Channel> path)  
      QChannel​(com.querydsl.core.types.PathMetadata metadata)  
      QChannel​(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)  
      QChannel​(Class<? extends Channel> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)  
      QChannel​(String variable)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      QNetwork network()  
      • Methods inherited from class com.querydsl.core.types.dsl.EntityPathBase

        getMetadata
      • 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
      • Methods inherited from interface com.querydsl.core.types.Expression

        accept, getType
      • Methods inherited from interface com.querydsl.core.types.Path

        getAnnotatedElement, getMetadata, getRoot
    • Field Detail

      • channel

        public static final QChannel channel
      • description

        public final com.querydsl.core.types.dsl.StringPath description
      • id

        public final com.querydsl.core.types.dsl.NumberPath<Long> id
      • internalName

        public final com.querydsl.core.types.dsl.StringPath internalName
      • name

        public final com.querydsl.core.types.dsl.StringPath name
      • pins

        public final com.querydsl.core.types.dsl.SetPath<Pin,​QPin> pins
      • version

        public final QInteger version
    • Constructor Detail

      • QChannel

        public QChannel​(String variable)
      • QChannel

        public QChannel​(com.querydsl.core.types.Path<? extends Channel> path)
      • QChannel

        public QChannel​(com.querydsl.core.types.PathMetadata metadata)
      • QChannel

        public QChannel​(com.querydsl.core.types.PathMetadata metadata,
                        com.querydsl.core.types.dsl.PathInits inits)
      • QChannel

        public QChannel​(Class<? extends Channel> type,
                        com.querydsl.core.types.PathMetadata metadata,
                        com.querydsl.core.types.dsl.PathInits inits)
    • Method Detail