HHH-12704 - MSSQL executing StoredProcedure on different DB using dot notation throws error
Make base class abstract
This commit is contained in:
parent
ffa5eb0e1d
commit
a30635f14a
|
@ -31,7 +31,7 @@ import static org.junit.Assert.assertEquals;
|
|||
/**
|
||||
* @author Vlad Mihalcea
|
||||
*/
|
||||
public class AbstractStoredProcedureTest extends BaseEntityManagerFunctionalTestCase {
|
||||
public abstract class AbstractStoredProcedureTest extends BaseEntityManagerFunctionalTestCase {
|
||||
|
||||
protected void doInAutoCommit(Consumer<Statement> consumer, Map settings) {
|
||||
StandardServiceRegistryBuilder ssrb = new StandardServiceRegistryBuilder();
|
||||
|
|
Loading…
Reference in New Issue