Package io.jmix.core

Interface QueryStringProcessor

All Known Implementing Classes:
JpqlQueryStringProcessor

@NullMarked public interface QueryStringProcessor
Interface to be implemented by beans that pre-process query text before setting it to LoadContext.Query.
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable String
    process(@Nullable String queryString, Class<?> entityClass)
     
  • Method Details

    • process

      @Nullable String process(@Nullable String queryString, Class<?> entityClass)