Interface TransQueryHandler<Q extends AbstractTransQuery,​P extends BuildTransQueryParams<Q>>

    • Method Detail

      • build

        DBQuery<?> build​(P params)
        Builds the db query based on the given parameters
      • getCurrencyPath

        QCurrency getCurrencyPath()
      • getDatePath

        QDate getDatePath()
      • getFromAccountPath

        QAccount getFromAccountPath()
      • getFromAccountTypePath

        QAccountType getFromAccountTypePath()
      • getFromGroupPath

        QGroup getFromGroupPath()
      • getFromUserPath

        QUser getFromUserPath()
      • getIdPath

        com.querydsl.core.types.dsl.NumberPath<Long> getIdPath()
      • getToAccountPath

        QAccount getToAccountPath()
      • getToGroupPath

        QGroup getToGroupPath()
      • getToUserPath

        QUser getToUserPath()
      • getTransactionNumberPath

        com.querydsl.core.types.dsl.StringPath getTransactionNumberPath()