You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/01/16 08:08:30 UTC

[GitHub] [incubator-shardingsphere] kimmking commented on issue #3973: 4.0.0 dosen't support LocalDateTime

kimmking commented on issue #3973: 4.0.0 dosen't support LocalDateTime
URL: https://github.com/apache/incubator-shardingsphere/issues/3973#issuecomment-575032874
 
 
    @shuohao @shaoyifan  
   Hi~
   I think we can use util.Date instead of LocalDateTime class in your pojo, and conver it in your biz logic methods.
   or ---
   We also can use mybatis TypeHandler to process your specific type converted to another type.
    

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services