File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/basic Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 99import java .util .HashSet ;
1010import java .util .Set ;
1111
12+ import org .hibernate .testing .jdbc .SharedDriverManagerTypeCacheClearingIntegrator ;
13+ import org .hibernate .testing .orm .junit .BootstrapServiceRegistry ;
1214import org .hibernate .testing .orm .junit .DomainModel ;
1315import org .hibernate .testing .orm .junit .SessionFactory ;
1416import org .hibernate .testing .orm .junit .SessionFactoryScope ;
2628 }
2729)
2830@ SessionFactory
31+ // Clear the type cache, otherwise we might run into ORA-21700: object does not exist or is marked for delete
32+ @ BootstrapServiceRegistry (integrators = SharedDriverManagerTypeCacheClearingIntegrator .class )
2933public class SetAsBasicTest {
3034
3135 @ Test
You can’t perform that action at this time.
0 commit comments