eu.drus.jpa.unit.sql.dbunit.StrategyProviderFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jpa-unit-rdbms Show documentation
Show all versions of jpa-unit-rdbms Show documentation
Makes JPA Unit support SQL databases
package eu.drus.jpa.unit.sql.dbunit;
public class StrategyProviderFactory {
public CleanupStrategyProvider createCleanupStrategyProvider() {
return new CleanupStrategyProvider();
}
public DataSeedStrategyProvider createDataSeedStrategyProvider() {
return new DataSeedStrategyProvider();
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy