A question about Hibernate for advice #7487
Replies: 1 comment
-
I replied to your private email with this same question. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a question about Hibernate for advice, in one of our projects we use an open source component , which depends on some classes from hibernate 5.6, but these classes are no longer available in hibernate 6.0, and we have to use hibernate 6.0 or later, so we need to do some change to the open source component, my question is, Have these classes been removed permanently, or been packaged as something else? thanks for your advise.
These classes (bold) contain:
org.hibernate.query.criteria.internal.path.RootImpl
org.hibernate.metamodel.model.domain.internal.AbstractManagedType;
org.hibernate.metamodel.model.domain.spi.SimpleTypeDescriptor;
org.hibernate.dialect.function.SQLFunctionTemplate
org.hibernate.type.StringType;
org.hibernate.criterion.Criterion;
org.hibernate.Criteria;
org.hibernate.criterion.CriteriaQuery;
org.hibernate.criterion.MatchMode;
org.hibernate.criterion.Order;
org.hibernate.query.criteria.internal.CriteriaBuilderImpl;
org.hibernate.query.criteria.internal.PathSource;
org.hibernate.query.criteria.internal.compile.RenderingContext;
org.hibernate.query.criteria.internal.path.SingularAttributePath;
org.hibernate.type.BooleanType;
org.hibernate.type.DoubleType;
org.hibernate.type.FloatType;
org.hibernate.type.IntegerType;
org.hibernate.type.LongType;
org.hibernate.type.ShortType;
org.hibernate.type.StringType;
Beta Was this translation helpful? Give feedback.
All reactions