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

cn.featherfly.component.sorm.mapping.ClassTableNameFactory Maven / Gradle / Ivy

There is a newer version: 1.3.9
Show newest version

package cn.featherfly.component.sorm.mapping;

/**
 * 

* ClassTableMapping *

* * @author 钟冀 */ public interface ClassTableNameFactory { /** *

* 根据传入的类型返回对应的tableName *

* @param type type * @return talbeName */ String getMappingTableName(Class type); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy