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/

Reply via email to