org.omnifaces.persistence.datasource.PropertiesFileLoader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of omnipersistence Show documentation
Show all versions of omnipersistence Show documentation
Utilities for JPA, JDBC and DataSources
package org.omnifaces.persistence.datasource;
import java.util.Map;
public interface PropertiesFileLoader {
Map loadFromFile(String fileName);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy