I am using java.time.LocalDate (Java 8) to represent some of the member fields in a Java class.
class Test{ private LocalDate startDate; private Local
For my current project I've created mappers for Java 8 time API classes.
You can see my implementation here jneat/mybatis-types