jpa設定フィールドデフォルト

289 ワード

private Integer clientArticleCount=0;//                
@Column
	public Integer getClientArticleCount() {
		return clientArticleCount;
	}
	public void setClientArticleCount(Integer clientArticleCount) {
		this.clientArticleCount = clientArticleCount;
	}