{"id":70396,"library":"mybatis-typehandlers-jsr310","title":"MyBatis Type Handlers for JSR-310","description":"Provides MyBatis type handlers supporting JSR-310 date/time types (Java 8+).","status":"active","version":"1.0.2","language":"java","source_language":null,"source_url":"https://github.com/mybatis/typehandlers-jsr310","tags":["mybatis","typehandler","jsr310","date","time"],"install":[{"cmd":"<dependency>\n  <groupId>org.mybatis</groupId>\n  <artifactId>mybatis-typehandlers-jsr310</artifactId>\n  <version>1.0.2</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.mybatis:mybatis-typehandlers-jsr310:1.0.2'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"LocalDateTypeHandler","correct":"org.mybatis.typehandlers.jsr310.LocalDateTypeHandler"}],"quickstart":{"code":"import org.mybatis.typehandlers.jsr310.LocalDateTypeHandler;\nimport java.sql.Timestamp;\nimport java.time.LocalDate;\n\npublic class Example {\n    public static void main(String[] args) throws Exception {\n        LocalDateTypeHandler handler = new LocalDateTypeHandler();\n        LocalDate date = handler.getResult(null, 0);\n        System.out.println(\"MyBatis JSR-310 handler for LocalDate\");\n    }\n}","lang":"java","description":"Use the LocalDate type handler in MyBatis."},"warnings":[],"env_vars":null,"search_vec":"'-310':6,13 '8':17 'date':21 'date/time':14 'handler':3,10 'java':16 'jsr':5,12 'jsr310':20 'mybati':1,8,18 'provid':7 'support':11 'time':22 'type':2,9,15 'typehandl':19","created_at":"2026-06-17T18:13:27.233288+00:00","updated_at":"2026-06-17T18:13:27.233288+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/mybatis/typehandlers-jsr310","github":"https://github.com/mybatis/typehandlers-jsr310","docs":"https://appdoc.app/artifact/org.mybatis/mybatis-typehandlers-jsr310/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["orm"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}