issues Search Results · repo:mybatis/generator language:Java
Filter by
419 results
(60 ms)419 results
inmybatis/generator (press backspace or delete to remove)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
Why is the dynamic where clause class named example ? it sounds like a demo.
question
sanmey
- 2
- Opened on Aug 3, 2024
- #1215
Hello, I would like to write an extension plugin that automatically generates a method for querying or updating based on
the unique constraint of a table. However, how can I obtain the unique constraint ...
question
jobmission
- 2
- Opened on Jul 16, 2024
- #1214

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!
Restrict your search to the title by using the in:title qualifier.
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.