Class QArc

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

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

      Constructors 
      Constructor Description
      QArc​(com.querydsl.core.types.Path<? extends Arc> path)  
      QArc​(com.querydsl.core.types.PathMetadata metadata)  
      QArc​(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)  
      QArc​(java.lang.Class<? extends Arc> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)  
      QArc​(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

      • arc

        public static final QArc arc
      • 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

      • QArc

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

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

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

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

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