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

com.silentgo.orm.base.ManagerInitialCallBack Maven / Gradle / Ivy

There is a newer version: 0.3.2
Show newest version
package com.silentgo.orm.base;

/**
 * Project : SilentGo
 * Package : com.silentgo.orm.base
 *
 * @author teddyzhu
 *         

* Created by teddyzhu on 2016/12/5. */ public interface ManagerInitialCallBack { void before(DBManager manager); void after(DBManager manager); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy