com.github.alittlehuang.data.jdbc.sql.EntityInformationFactory Maven / Gradle / Ivy
The newest version!
package com.github.alittlehuang.data.jdbc.sql;
import com.github.alittlehuang.data.metamodel.EntityInformation;
/**
* @author ALittleHuang
*/
public interface EntityInformationFactory {
/**
* get an instance
*
* @param entityType
* @param
* @return
*/
EntityInformation getEntityInfo(Class entityType);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy