Registry / orm / mybatis-typehandlers-jsr310

mybatis-typehandlers-jsr310

JSON →
library1.0.2javamavenunverified

Provides MyBatis type handlers supporting JSR-310 date/time types (Java 8+).

<dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis-typehandlers-jsr310</artifactId> <version>1.0.2</version> </dependency>
INSTALL
IMPORT
SIG · MYBATIS-TYPEHANDLE
M
mybatis-typehandlers-jsr310
ormjavav1.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

LocalDateTypeHandler
org.mybatis.typehandlers.jsr310.LocalDateTypeHandler

Use the LocalDate type handler in MyBatis.

import org.mybatis.typehandlers.jsr310.LocalDateTypeHandler; import java.sql.Timestamp; import java.time.LocalDate; public class Example { public static void main(String[] args) throws Exception { LocalDateTypeHandler handler = new LocalDateTypeHandler(); LocalDate date = handler.getResult(null, 0); System.out.println("MyBatis JSR-310 handler for LocalDate"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
20
OpenAI (training)
2
Resources
mybatis-typehandlers-jsr310 — mvn dependency:get mybatis-typehandlers-jsr310 · libregistry