以下のようなエンティティを定義したい:
<entity name="Book" local-service="true" remote-service="true">
<column name="bookId" type="long" primary="true" />
<column name="bookPrice" type="BigDecimal" />
</entity>
私のliferayは6.0.6です。
Liferay Service Builder で BigDecimal や他のタイプのような新しいタイプを作成するにはどうすればよいですか?