com.github.leeonky.dal.DALFactory Maven / Gradle / Ivy
package com.github.leeonky.dal;
public interface DALFactory {
DAL newInstance();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package com.github.leeonky.dal;
public interface DALFactory {
DAL newInstance();
}