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

com.airlenet.repo.realm.DatabaseResolver Maven / Gradle / Ivy

The newest version!
package com.airlenet.repo.realm;

public interface DatabaseResolver {

	String resolveDatabaseName();

	void setCurrentDatabase(String database);

	void setDefaultDatabase();

	void reset();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy