Categories: Database Persistence, Editor, Tools, Web, XML, Java EE and OSGi Enterprise Development, XML
Tags: mybatis, sql, orm, Mapper, database, persistence, fileExtension_java, fileExtension_xml
Additional Details
Eclipse Versions: 2023-06 (4.28), 2023-03 (4.27), 2022-12 (4.26), 2022-09 (4.25), 2022-06 (4.24), 2022-03 (4.23), 2021-12 (4.22), 2021-09 (4.21), 2021-06 (4.20), 2021-03 (4.19), 2020-12 (4.18), 2020-09 (4.17), 2020-06 (4.16), 2020-03 (4.15), 2019-12 (4.14), 2019-09 (4.13), 2019-06 (4.12), 2019-03 (4.11), 2018-12 (4.10), 2018-09 (4.9), Photon (4.8), Oxygen (4.7), Neon (4.6), 2023-09 (4.29), 2023-12 (4.30), 2024-03 (4.31), 2024-06 (4.32), 2024-09 (4.33)
Platform Support: Windows, Mac, Linux/GTK
Organization Name: MyBatis.org
Development Status: Production/Stable
Date Created: Tuesday, February 4, 2014 - 10:06
License: EPL
Date Updated: Friday, October 6, 2023 - 10:51
Submitted by: Iwao AVE!
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
October 2024 | 48/561 | 201 | 5 |
September 2024 | 36/642 | 906 | 13 |
August 2024 | 34/641 | 886 | 20 |
July 2024 | 28/663 | 1082 | 25 |
June 2024 | 33/681 | 988 | 29 |
May 2024 | 40/682 | 1053 | 30 |
April 2024 | 42/687 | 1049 | 18 |
March 2024 | 40/694 | 1120 | 19 |
February 2024 | 57/687 | 653 | 284 |
January 2024 | 42/691 | 1044 | 19 |
December 2023 | 47/671 | 873 | 34 |
November 2023 | 50/686 | 959 | 18 |
Unsuccessful Installs
Unsuccessful Installs in the last 7 Days: 14
Count | Error Message |
---|---|
12 | Cannot continue the operation. There is another install operation in progress. |
2 | Cannot complete the install because one or more required items could not be… |
Reviews Add new review
eclipse 2023-06(4.28.0) install MyBatipse 1.3.0 Error
Submitted by heng yue on Sat, 07/01/2023 - 01:10
No repository found at hxxs://githuxxm/harawata/eclipse-site See 'Details' for more information
hello, when will support version 2021-12
Submitted by heng yue on Wed, 01/12/2022 - 04:40
hello, when will support version 2021-12
Re: hello, when will support version 2021-12
Submitted by Iwao AVE! on Wed, 01/12/2022 - 11:01
In reply to hello, when will support version 2021-12 by heng yue
Thanks for the heads up! I have updated the 'supported versions' section.
Class/TypeAlias not found in "mapper.xml"
Submitted by Byung Hoon Kang on Sun, 01/24/2021 - 02:06
My project uses "org.springframework.boot.spring-boot-configuration-processor" in a "spring boot" environment.
However, declaring "Product" in "mapper.xml" displays an "Class/TypeAlias 'Product' not found" validation error.
Re: Class/TypeAlias not found in "mapper.xml"
Submitted by Iwao AVE! on Tue, 02/23/2021 - 12:00
In reply to Class/TypeAlias not found in "mapper.xml" by Byung Hoon Kang
Hi,
If that is the only issue you are experiencing (i.e. other features are working fine), you may need to configure type alias setting.
Please see https://github.com/mybatis/mybatipse/#type-alias
not use UI thread
Submitted by Jungggle Jiang on Mon, 01/18/2021 - 22:10
When content assist, can mybatipse not use UI thread?
Re: not use UI thread
Submitted by Iwao AVE! on Tue, 02/23/2021 - 11:56
In reply to not use UI thread by Jungggle Jiang
Hi!
Please try 1.2.4.
Re: Re: not use UI thread
Submitted by Jungggle Jiang on Wed, 02/24/2021 - 05:18
In reply to Re: not use UI thread by Iwao AVE!
nice