Skip to main content
Stack Overflow
  1. About
  2. For Teams
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
Filter by
Sorted by
Tagged with
2 votes
0 answers
122 views

After upgrading from Hibernate 5 to Hibernate 6, a native query that used to work now fails with an "ORA-17006: Invalid column name" error. Entity definitions Base class: @Entity @Table(name = "...
1 vote
2 answers
65 views

I am migrating a project from Spring Boot 2.7.18 to Spring Boot 3, and this causes a Hibernate upgrade as well from Hibernate 5.6 to Hibernate 6.1.7. I had a rather complicated criteria query. After ...
1 vote
0 answers
82 views

I understand that Hibernate, by design, does not support UNION in HQL/JPQL. However, in my project, queries are generated dynamically based on user input, and in some cases, they become complex, ...
-2 votes
1 answer
93 views

When migrating from WildFly 26 (Hibernate 5 and JavaEE 8) to WildFly 35 (Hibernate 6 and Jakarta EE 10) I am getting the error below for the same Entity-Model: target lists can have at most 1664 ...
1 vote
0 answers
60 views

I want to upgrade my EAR to use the hibernate 6.6.17 instead of wildfly defailt 6.1.5. I want to do this by making changes in the EAR and not touching the wildfly setup I have created a jboss-...
0 votes
1 answer
67 views

I had issue after moving to Hibernate 6.7 following update criteria query snippet was causing an exception in new SQM model. criteriaQuery.set(root.get(MyEntity_.tag), null as Tag?) was throwing an ...
1 vote
0 answers
186 views

I'm using Hibernate with a column declaration like this: @JdbcTypeCode(SqlTypes.JSON) @Column(name = "user_addl_info") private Map<String, Object> additionalInfo; This works perfectly ...
1 vote
0 answers
95 views

Use Case Users can copy a subset of entities and their object graphs from a main SQLite database to an archive SQLite database, preserving IDs and relationships (1-to-1 copy). After migrating from ...
0 votes
0 answers
118 views

Recently I upgraded to Hibernate 6.x version in my springboot project and earlier I defined same filter in three entity class @FilterDef but now it is throwing an error that Mulitiple @FilterDef ...
0 votes
0 answers
50 views

I am facing some Parameter Binding issue: java.lang.IllegalArgumentException: Cannot create binding for parameter reference [org.hibernate.query.sqm.tree.expression.ValueBindJpaCriteriaParameter@...
0 votes
0 answers
28 views

I have a Hibernate entity mapping with a polymorphic association that uses a discriminator column to determine the entity type and a key column for the specific entity ID. Below is the relevant ...
0 votes
0 answers
94 views

I am getting an exception with a construct that was find in Hibernate 4 and 5, but now causing an issue with 6. Spring Framework and Hibernate are both at 6.0 and I have updated javax to jakarta as ...
0 votes
0 answers
50 views

After moving from Hibernate 5 to Hibernate 6 (Spring Boot 2 -> 3) some of my queries stopped working. And when I try to debug it I observer conditions like where 1=1 and 1<>1 and 1<>1 ...
0 votes
1 answer
186 views

So I was upgrading my old application to Hibernate 6, I was able to get most of the code sorted. But this one column type is causing a problem. @Column(name = "JOB_ID", columnDefinition = &...
0 votes
1 answer
447 views

We are in the process of upgrading our project from Spring Boot 2.7 to 3.3.5, which includes an upgrade to Hibernate 6. In production, we use PostgreSQL, and for local development, we use H2. Our ...

15 30 50 per page
1
2 3 4 5
...
10

AltStyle によって変換されたページ (->オリジナル) /