0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 01, 2024 — Sep 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Enable using handlers with mapper interfaces. More... over 14 years ago
fix for http://code.google.com/p/mybatis/issues/detail?id=317 . Loading more than one file with the same namespace should work. More... over 14 years ago
Lots of SP tests/examples with annotations More... over 14 years ago
Add SP multiple resultset test/example More... over 14 years ago
Solved http://code.google.com/p/mybatis/issues/detail?id=301 . The deferLoad method loads the property right away if it's available in the cache. More... over 14 years ago
Added getMappedStatement(String, Boolean) in Configuration so that validation can be skipped by builders that use getMappedStatement() method. More... over 14 years ago
fix for http://code.google.com/p/mybatis/issues/detail?id=293 . super.invoke should be out of the synchronized block More... over 14 years ago
Not every JDBC driver returns a resultset as the first result of a stored procedure call (I'm looking at you HSQLDB 2.1.0) More... over 14 years ago
test updated More... over 14 years ago
fix for http://code.google.com/p/mybatis/issues/detail?id=275 , bug in unwrapping loop More... over 14 years ago
removed trailing spaces More... over 14 years ago
upgrated parent pom More... over 14 years ago
Fixed minor typo http://code.google.com/p/mybatis/issues/detail?id=74 More... over 14 years ago
added a unit test for issue http://code.google.com/p/mybatis/issues/detail?id=257 More... over 14 years ago
fixed some compiler warnings More... over 14 years ago
Fix for http://code.google.com/p/mybatis/issues/detail?id=254 . Checks that the namespace of a xml file that is loaded as a result of loading a mapper interface matches the name of the interface. Excuded cglig-nodep from a test dependency because it collides with cglib (dep). More... over 14 years ago
back to OGNL 2.6.9 that's Javassist-free More... over 14 years ago
Long cache, fragment and statement names are never replaced by a short name by StrictMap. More... over 14 years ago
Fixed http://code.google.com/p/mybatis/issues/detail?id=180 . Modified StrictMap so that statements/fragments cannot be references by their short name when a long name is specified. More... over 14 years ago
Throw an IncompleteStatementException when resultMap or parameterMap reference an unloaded mapper. More... over 14 years ago
fix for http://code.google.com/p/mybatis/issues/detail?id=247 . When a new executor is created in a lazy loaded bean the executor should use the configured transaction factory. More... over 14 years ago
fix for http://code.google.com/p/mybatis/issues/detail?id=148 . Fail during startup if provider method is not found. More... over 14 years ago
2nd commit for http://code.google.com/p/mybatis/issues/detail?id=237 . close connections for any exception, not just SQLException More... over 14 years ago
fix for http://code.google.com/p/mybatis/issues/detail?id=237 . ensure the connection is left closed in case of error. More... over 14 years ago
Fix for http://code.google.com/p/mybatis/issues/detail?id=197 and hopefully http://code.google.com/p/mybatis/issues/detail?id=147 . Ignore resetAutocommit exceptions and refactored exception handling on close. More... over 14 years ago
no more OGNL hard code import, merged in the mybatis code when jarjar'ing More... over 14 years ago
related to http://code.google.com/p/mybatis/issues/detail?id=235 . for performance, avoid parsing a resource if it was previously loaded a resource for the same namespace (mapper name) More... over 14 years ago
minor code format & removed old comments More... over 14 years ago
fix for http://code.google.com/p/mybatis/issues/detail?id=235 . Do not check resource names but namespaces. More... over 14 years ago
If a JDBC type is specified for an enum, it is used instead of the default VARCHAR. More... over 14 years ago