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

net.isger.brick.plugin.persist.Persist Maven / Gradle / Ivy

The newest version!
package net.isger.brick.plugin.persist;

import net.isger.brick.stub.StubCommand;

/**
 * 持久接口
 * 
 * @author issing
 *
 */
public interface Persist {

    /**
     * 持久入口
     * 
     * @param cmd
     */
    public void persist(StubCommand cmd);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy