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

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

There is a newer version: 1.3.9
Show newest version

package cn.featherfly.component.sorm.mapping;

import cn.featherfly.common.bean.BeanProperty;

/**
 * 

* PropertyColumnNameFactory *

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

* 根据传入的属性返回对应的columnName *

* @param beanProperty beanProperty * @return columnName */ String getMappingColumnName(BeanProperty beanProperty); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy