io.hypersistence.utils.test.providers.EntityProvider 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;
/**
* @author Vlad Mihalcea
*/
public interface EntityProvider {
/**
* Entity types shared among multiple test configurations
*
* @return entity types
*/
Class>[] entities();
}