我有一個奇怪的問題JPA映射失敗轉換爲時間戳,但它使用的值似乎是整個行,而不僅僅是一個變量。 的錯誤是: java.sql.SQLException: Value '1988├╗ ├╗├╗├╗├╗├╗├╗0
07 1234567 wk├╗0├╗├╗├╗├╗├╗ ' can not be represented as java.sql.Timestamp
其中值似乎是整行
我的實體類以下 @Entity
@table
public class User {
@OneToOne
private UserProfile userProfile;
// others
}
@Entity
@Table
public class UserProfile {
@OneToOne
private Countr