Class QAction

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

    @Generated("com.querydsl.codegen.DefaultEmbeddableSerializer")
    public class QAction
    extends com.querydsl.core.types.dsl.BeanPath<Action>
    QAction is a Querydsl query type for Action
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static QAction action  
      com.querydsl.core.types.dsl.StringPath definition  
      com.querydsl.core.types.dsl.MapPath<java.lang.String,​java.lang.String,​com.querydsl.core.types.dsl.StringPath> fieldIds  
      QObjectId id  
      com.querydsl.core.types.dsl.StringPath importId  
      com.querydsl.core.types.dsl.MapPath<java.lang.String,​java.lang.String,​com.querydsl.core.types.dsl.StringPath> transitionIds  
      com.querydsl.core.types.dsl.EnumPath<DataEventType> trigger  
      • Fields inherited from class com.querydsl.core.types.dsl.DslExpression

        hashCode, mixin
    • Constructor Summary

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

      • 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

        getType
    • Field Detail

      • action

        public static final QAction action
      • definition

        public final com.querydsl.core.types.dsl.StringPath definition
      • fieldIds

        public final com.querydsl.core.types.dsl.MapPath<java.lang.String,​java.lang.String,​com.querydsl.core.types.dsl.StringPath> fieldIds
      • importId

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

        public final com.querydsl.core.types.dsl.MapPath<java.lang.String,​java.lang.String,​com.querydsl.core.types.dsl.StringPath> transitionIds
      • trigger

        public final com.querydsl.core.types.dsl.EnumPath<DataEventType> trigger
    • Constructor Detail

      • QAction

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

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

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

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

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