Class QNode

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<Node>
com.eurodyn.qlack.fuse.cm.model.QNode
All Implemented Interfaces:
com.querydsl.core.types.EntityPath<Node>, com.querydsl.core.types.Expression<Node>, com.querydsl.core.types.Path<Node>, Serializable

@Generated("com.querydsl.codegen.DefaultEntitySerializer") public class QNode extends com.querydsl.core.types.dsl.EntityPathBase<Node>
QNode is a Querydsl query type for Node
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
    final com.querydsl.core.types.dsl.ListPath<NodeAttribute,QNodeAttribute>
     
    final com.querydsl.core.types.dsl.ListPath<Node,QNode>
     
    final com.querydsl.core.types.dsl.NumberPath<Long>
     
    final com.querydsl.core.types.dsl.NumberPath<Long>
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.StringPath
     
    static final QNode
     
    final QNode
     
    final com.querydsl.core.types.dsl.NumberPath<Long>
     
    final com.querydsl.core.types.dsl.EnumPath<NodeType>
     

    Fields inherited from class com.querydsl.core.types.dsl.DslExpression

    hashCode, mixin
  • Constructor Summary

    Constructors
    Constructor
    Description
    QNode(com.querydsl.core.types.Path<? extends Node> path)
     
    QNode(com.querydsl.core.types.PathMetadata metadata)
     
    QNode(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
     
    QNode(Class<? extends Node> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
     
    QNode(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 Details

    • node

      public static final QNode node
    • _super

      public final QQlackBaseModel _super
    • attributes

      public final com.querydsl.core.types.dsl.ListPath<NodeAttribute,QNodeAttribute> attributes
    • children

      public final com.querydsl.core.types.dsl.ListPath<Node,QNode> children
    • createdOn

      public final com.querydsl.core.types.dsl.NumberPath<Long> createdOn
    • dbversion

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

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

      public final com.querydsl.core.types.dsl.StringPath lockToken
    • mimetype

      public final com.querydsl.core.types.dsl.StringPath mimetype
    • parent

      public final QNode parent
    • size

      public final com.querydsl.core.types.dsl.NumberPath<Long> size
    • type

      public final com.querydsl.core.types.dsl.EnumPath<NodeType> type
  • Constructor Details

    • QNode

      public QNode(String variable)
    • QNode

      public QNode(com.querydsl.core.types.Path<? extends Node> path)
    • QNode

      public QNode(com.querydsl.core.types.PathMetadata metadata)
    • QNode

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

      public QNode(Class<? extends Node> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)