Код: Выделить всё
@jakarta.persistence.Entity
public class Order {
...
@Type(type = "org.jadira.usertype.dateandtime.joda.PersistentDateTime")//can't resolve method type
private DateTime createdOn;
}
Подробнее здесь: https://stackoverflow.com/questions/781 ... ibernate-6