Skip to content

Publish Plugin: Configuration Change for Auto-generation Target Tables(with Postgres) #1358

@naka-sho

Description

@naka-sho

As you pointed out, I have released it as a unique plugin.

I would like to add a description of the plugin to the Wiki. Is this possible?

https://github.com/mybatis/generator/wiki/Third-Party-Tools

#1353

Plugin Name

Configuration Change for Auto-generation Target Tables(with Postgres)

Description

Adds SkipPartitionedWithPostgresTablesPlugin, a MyBatis Generator (MBG) plugin that skips generating artifacts (model classes, mappers, dynamic SQL support) for PostgreSQL partition child tables. It discovers all non-partition-child tables plus views (excluding pg_catalog and information_schema) and only generates code for those. Optionally writes the allowlist to a file. Supports case-insensitive matching.

by naka-sho(https://github.com/naka-sho)

Type

plugin

URL

https://central.sonatype.com/artifact/io.github.naka-sho/mybatis-generator-custom-plugin/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions