All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.hypersistence.utils.test.providers.EntityProvider Maven / Gradle / Ivy

There is a newer version: 3.8.3
Show newest version
package io.hypersistence.utils.test.providers;

/**
 * @author Vlad Mihalcea
 */
public interface EntityProvider {

    /**
     * Entity types shared among multiple test configurations
     *
     * @return entity types
     */
    Class[] entities();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy