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

com.github.chuanzh.orm.OneRowDataInit Maven / Gradle / Ivy

The newest version!
package com.github.chuanzh.orm;

import java.util.HashMap;
 

public interface OneRowDataInit extends NeedDbBasicService{
	void initByKey(Object key) throws Exception;
	void putData(HashMap map);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy