Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PostgreSQL ネットワーク アドレス データ型の列を持つ JPA エンティティを定義する標準的な方法はありますか? 私はOpenJPAを使用しています
やってみました:
@Column( columnDefinition="cidr" ) public String getAddress() { return address; }