Поддерживается ли joda DateTime в Hibernate 6? ⇐ JAVA
-
Anonymous
Поддерживается ли joda DateTime в Hibernate 6?
Recently I am trying to upgrade my spring boot from 2.7.X to 3.2.X. But following code is not compiling.
@jakarta.persistence.Entity public class Order { ... @Type(type = "org.jadira.usertype.dateandtime.joda.PersistentDateTime")//can't resolve method type private DateTime createdOn; } Does joda DateTime supported by Hibernate 6.4.X. If so, how to migrate above code?
Источник: https://stackoverflow.com/questions/781 ... ibernate-6
Recently I am trying to upgrade my spring boot from 2.7.X to 3.2.X. But following code is not compiling.
@jakarta.persistence.Entity public class Order { ... @Type(type = "org.jadira.usertype.dateandtime.joda.PersistentDateTime")//can't resolve method type private DateTime createdOn; } Does joda DateTime supported by Hibernate 6.4.X. If so, how to migrate above code?
Источник: https://stackoverflow.com/questions/781 ... ibernate-6
Мобильная версия