Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
I use myeclipse to generate the entity (JPA) from DB(mysql).
The datetime and date type of mysql both mapped to java.util.Date with “@Temporal(TemporalType.DATE)”.
But the datetime should use “@Temporal(TemporalType.TIMESTAMP”, so i have to change them one by one.