Delete not working with 6.3.1 when use JPA delete method

Hi Team,

We are trying to upgrade from Hibernate 5 to Hibernate 6, With some entities using the @Type Annotation in Hibernate 5 we have upgraded them to JDBCType, now we are able to see that the default delete method of the JPA is not able to perform the delete operation in DB.
Is there any limitation with the Jdbc type or anything else that have caused this break?
Thanks

No, and without a a reproducer based on our test case template (hibernate-test-case-templates/orm/hibernate-orm-6/src/test/java/org/hibernate/bugs/JPAUnitTestCase.java at main · hibernate/hibernate-test-case-templates · GitHub) or further details it’s also impossible to help you.