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-62 Show documentation
Show all versions of hypersistence-utils-hibernate-62 Show documentation
Utilities for Spring and Hibernate ORM 6.2 or newer
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