
org.tenio.interstellar.dao.mybatis.TableNameProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of interstellar-ext-mybatis Show documentation
Show all versions of interstellar-ext-mybatis Show documentation
provide mybatis dao function api for develement
The newest version!
package org.tenio.interstellar.dao.mybatis;
/**
* TODO
*
* @author: Ban Tenio
* @version: 1.0
*/
public interface TableNameProvider {
/**
* TODO
*
* @return TODO
*/
String getTableName();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy