cn.sylinx.hbatis.db.cache.NullObject Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hbatis-core Show documentation
Show all versions of hbatis-core Show documentation
hbatis is a simple orm framework
package cn.sylinx.hbatis.db.cache;
import java.io.Serializable;
/**
* 空对象
* @author han
*
*/
@SuppressWarnings("serial")
public class NullObject implements Serializable {
}