Interface MyBatisPlusConfig


@ConfigRoot(phase=BUILD_AND_RUN_TIME_FIXED) @ConfigMapping(prefix="quarkus.mybatis-plus") public interface MyBatisPlusConfig
  • Method Details

    • pageEnabled

      @WithName("pagination.enabled") @WithDefault("true") boolean pageEnabled()
      MyBatis-plus PaginationInnerInterceptor
    • sqlInjector

      @Deprecated @WithName("sql-injector") Optional<String> sqlInjector()
      Deprecated.
      MyBatis-plus SqlInjector Class Plz use MyBatis-plus globalConfig sqlInjector
    • metaObjectHandler

      @Deprecated @WithName("meta-object-handler") Optional<String> metaObjectHandler()
      Deprecated.
      MyBatis-plus globalConfig metaObjectHandler Plz use MyBatis-plus globalConfig metaObjectHandler
    • globalConfig

      @WithName("global-config") MyBatisPlusConfig.GlobalConfig globalConfig()
      MyBatis-plus globalConfig