generator icon indicating copy to clipboard operation
generator copied to clipboard

A code generator for MyBatis.

Results 21 generator issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/mybatis/generator). This repository currently has no open or...

```java package org.mybatis.generator.logging; public interface Log { boolean isDebugEnabled(); void error(String s, Throwable e); void error(String s); void debug(String s); void warn(String s); } ``` Is this reasonable ? for...

Somtimes, need to generate only tables, but not Views. Is there any config settings to indicate tableType="TABLE" for only tables etc.

Could u support java file merge? I try write generator plugin to support it, it's painful. May be I should write a new maven plugin by way of overwrite MavenShellCallBack

I could not find it anywhere if mybatis already supports such scenario or is it possible with plugins... The case is: I want to generate two cvlasses for every model/table,...

enhancement

It would be convenient if the `ToStringPlugin` could be configured to include only certain properties or just the primary keys. Sometimes sensitive data such as access tokens is contained in...

I created a plugin which generates Enum files based on database tables using the method: `public List contextGenerateAdditionalJavaFiles( IntrospectedTable introspectedTable )` This plugin works perfectly for generating the Enums. However,...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.junit.jupiter:junit-jupiter-engine](https://junit.org/junit5/) ([source](https://togithub.com/junit-team/junit5)) | `5.9.0` -> `5.9.1` |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.slf4j:slf4j-api](http://www.slf4j.org) ([source](https://togithub.com/qos-ch/slf4j)) | `2.0.1` -> `2.0.2` |...