File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 1616import org .hibernate .engine .spi .SessionFactoryImplementor ;
1717import org .hibernate .integrator .spi .Integrator ;
1818import org .hibernate .mapping .PersistentClass ;
19+ import org .hibernate .service .spi .SessionFactoryServiceRegistry ;
1920import org .hibernate .testing .orm .junit .BootstrapServiceRegistry ;
2021import org .hibernate .testing .orm .junit .DomainModel ;
2122import org .hibernate .testing .orm .junit .JiraKey ;
@@ -69,5 +70,10 @@ public static class MetadataIntegrator implements Integrator {
6970 public void integrate (Metadata metadata , BootstrapContext bootstrapContext , SessionFactoryImplementor sessionFactory ) {
7071 METADATA = metadata ;
7172 }
73+
74+ @ Override
75+ public void disintegrate (SessionFactoryImplementor sessionFactory , SessionFactoryServiceRegistry serviceRegistry ) {
76+ // do nothing
77+ }
7278 }
7379}
You can’t perform that action at this time.
0 commit comments