
eu.drus.jpa.unit.mongodb.ext.Configuration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jpa-unit-mongodb Show documentation
Show all versions of jpa-unit-mongodb Show documentation
JUnit extension for simple testing of JPA entities and components
The newest version!
package eu.drus.jpa.unit.mongodb.ext;
import java.util.List;
import com.mongodb.MongoClientOptions;
import com.mongodb.MongoCredential;
import com.mongodb.ServerAddress;
public interface Configuration {
List getServerAddresses();
String getDatabaseName();
MongoClientOptions getClientOptions();
List getCredentials();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy