Hi,

let's move that discussion to Zulip, since you posted your question there as well: https://hibernate.zulipchat.com/#narrow/stream/132096-hibernate-user/topic/Cannot.20resolve.20method.20'type'

Regards,

Christian

Am 19.08.2023 um 23:38 schrieb Peter Penzov:
Hello, I want to migrate to Spring Boot version 3.0.9, I get this error:

       @Column(name = "USER_TYPE")
       @Type(type = "org.hibernate.type.ClassType")
       private Class<T> user;

I get `Cannot resolve method 'type'`

Do you know how I can replace this in version Spring Boot version 3.0.9.
_______________________________________________
hibernate-dev mailing list -- hibernate-dev@lists.jboss.org
To unsubscribe send an email to hibernate-dev-le...@lists.jboss.org
Privacy Statement: https://www.redhat.com/en/about/privacy-policy
List Archives: 
https://lists.jboss.org/archives/list/hibernate-dev@lists.jboss.org/message/BOMH52VXFN4CYWPRSLZOJSWRWCRIXSPV/
_______________________________________________
hibernate-dev mailing list -- hibernate-dev@lists.jboss.org
To unsubscribe send an email to hibernate-dev-le...@lists.jboss.org
Privacy Statement: https://www.redhat.com/en/about/privacy-policy
List Archives: 
https://lists.jboss.org/archives/list/hibernate-dev@lists.jboss.org/message/KHAHKA3QHI7NZH2BMYTWOLUUQ3AOHAFY/

Reply via email to