LoginSignup
0
0

More than 5 years have passed since last update.

【ibatis3】DBからデータ取得時に日付項目を時分秒切り捨て形式で取得する方法

Posted at

◆時分秒切り捨て

<resultMap id="javaTypePlus" class="java.util.HashMap"                          
    groupBy="SEIRINO,BUYER_NO">                       
    <result column="TIME" property="TIME" jdbcType="DATE" javaType="java.sql.Date" />                       
</resultMap>                            
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0