屬性名與數(shù)據(jù)表列駝峰關(guān)系映射

2018-06-30 19:57 更新

實(shí)體屬性如下

public class AutoEntity 
{
	
	private String name="";
	private float price=0;
	private String userName="";
	private String parentId="";

}

數(shù)據(jù)表中的列名是name,price,user_name,parent_id ,這時(shí)只需要在配置文件jfaster.properties中配置如下屬性即可

org.jfaster.core.Mappings.camel=true

這樣,在生成實(shí)體與數(shù)據(jù)表映射的時(shí)候,就會(huì)把屬性名按照大寫字母處添加下劃線拆分了



以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)