mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 16:15:06 +00:00
Checkstyle fix.
This commit is contained in:
parent
af9882baae
commit
cddb221288
@ -382,7 +382,8 @@ protected void cleanupTestData() throws Exception {
|
||||
doInHibernate( this::sessionFactory, s -> {
|
||||
s.createQuery( "delete from java.lang.Object" ).executeUpdate();
|
||||
} );
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
// Because of https://hibernate.atlassian.net/browse/HHH-5529,
|
||||
// we can'trely on a Bulk Delete query which will not clear the link tables in @ElementCollection or unidirectional collections
|
||||
doInHibernate( this::sessionFactory, s -> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user