io.hypersistence.utils.test.providers.DataSourceProviderSupplier Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hypersistence-utils-hibernate-63 Show documentation
Show all versions of hypersistence-utils-hibernate-63 Show documentation
Utilities for Spring and Hibernate ORM 6.3, 6.4, and 6.5
package io.hypersistence.utils.test.providers;
import org.hibernate.dialect.Database;
import java.util.Map;
import java.util.function.Supplier;
/**
* @author Vlad Mihalcea
*/
public interface DataSourceProviderSupplier extends Supplier