issues Search Results · repo:mybatis/generator language:Java
Filter by
421 results
(121 ms)421 results
inmybatis/generator (press backspace or delete to remove)I ve implemented BaseMapper interface which is part of my BaseDao class which handles all common queries for my dao. I
am able to generate client with this as super class, however it would be useful if ...
iw-pavan
- Opened 9 hours ago
- #1346
MyBatis Dynamic SQL has a new feature that can reduce the generated code for record based inserts:
https://github.com/mybatis/mybatis-dynamic-sql/pull/969
jeffgbutler
- Opened on Aug 11
- #1338
1. I generated a method with a parameter of type Class ? extends HttpMessageConverter ? , but the generic wildcard is
lost after rendering.
2. Java version 17
3. os windows 11
FullyQualifiedJavaType ...
frudder
- 2
- Opened on Feb 21
- #1288
yuw1
- 2
- Opened on Dec 20, 2024
- #1272
Hello,
I am using MyBatis Generator (MBG) for code generation, but I would like to disable the generated public enum Column
class. This class is typically used to represent the column names of a database ...
fit2-zhao
- Opened on Nov 18, 2024
- #1261
I’d like to suggest adding a deprecatedColumn element to easily mark specific field as deprecated in the generated code.
This feature is useful during table structure migrations to prevent other developers ...
DanielLiu1123
- 7
- Opened on Oct 29, 2024
- #1257
I hava a question.When I use MBG to generator mapper.xml from a table, I should add schema attribute to avoid to scan
other schemas. But I hope there is not schema prefix to the table name in the result ...
ndsun
- 2
- Opened on Oct 23, 2024
- #1253
Now supports the following writing style
criteria.andTypeEqualTo(questionQuery.getType());
How to implement the following or similar writing methods
criteria.andTypeEqualTo(questionQuery.getType() != ...
shui888888
- 1
- Opened on Sep 30, 2024
- #1245
If I set modelType = hierarchical , it will generate keyClass, but I don`t want it.
Wakme
- 1
- Opened on Sep 29, 2024
- #1243
Version: 1.4.2
Suggestion
table name as static variable,which can be used in other scenarios
// Now
public final class CorpDynamicSqlSupport {
@Generated( org.mybatis.generator.api.MyBatisGenerator ...
mailingfeng
- 1
- Opened on Aug 16, 2024
- #1225

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.