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

org.swiftdao.entity.Persistable Maven / Gradle / Ivy

The newest version!
package org.swiftdao.entity;

import java.io.Serializable;

/**
 * 持久化数据实体的统一接口。
 * 
 * @author Yuxing Wang
 * 
 */
public interface Persistable extends Serializable {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy