Class QReadArc

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

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

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

      • 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 class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • 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

      • readArc

        public static final QReadArc readArc
      • _super

        public final QPTArc _super
      • breakpoints

        public final com.querydsl.core.types.dsl.ListPath<Position,​QPosition> breakpoints
      • destination

        public final QNode destination
      • destinationId

        public final com.querydsl.core.types.dsl.StringPath destinationId
      • executable

        public final com.querydsl.core.types.dsl.BooleanPath executable
      • importId

        public final com.querydsl.core.types.dsl.StringPath importId
      • multiplicity

        public final com.querydsl.core.types.dsl.NumberPath<java.lang.Integer> multiplicity
      • place

        public final QPlace place
      • source

        public final QNode source
      • sourceId

        public final com.querydsl.core.types.dsl.StringPath sourceId
      • stringId

        public final com.querydsl.core.types.dsl.StringPath stringId
    • Constructor Detail

      • QReadArc

        public QReadArc​(java.lang.String variable)
      • QReadArc

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

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

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

        public QReadArc​(java.lang.Class<? extends ReadArc> type,
                        com.querydsl.core.types.PathMetadata metadata,
                        com.querydsl.core.types.dsl.PathInits inits)