mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-18 00:55:16 +00:00
Fix typo
This commit is contained in:
parent
c6e3bf2ef8
commit
87e5de74aa
@ -447,7 +447,7 @@ protected void cleanupTestData() throws Exception {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
// Because of https://hibernate.atlassian.net/browse/HHH-5529,
|
// 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
|
// we can't rely on a Bulk Delete query which will not clear the link tables in @ElementCollection or unidirectional collections
|
||||||
doInHibernate( this::sessionFactory, s -> {
|
doInHibernate( this::sessionFactory, s -> {
|
||||||
s.createQuery( "from java.lang.Object" ).list().forEach( s::remove );
|
s.createQuery( "from java.lang.Object" ).list().forEach( s::remove );
|
||||||
} );
|
} );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user