Class QFunction

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

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

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

      • function

        public static final QFunction function
      • definition

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

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

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

        public final com.querydsl.core.types.dsl.EnumPath<FunctionScope> scope
      • stringId

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

      • QFunction

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

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

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

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

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