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.
Playを使用しています!フレームワークとOneToMany関係のアイテムの量を制限する簡単な方法があるかどうか疑問に思っています。(Play!FrameworkはHibernateを使用します)
5人の子供だけを追加できるモデルがあります。
@Size(max=x)アノテーションを使用できるはずです。私はそれが配列とコレクションをサポートしていることを知っているので、あなたが探しているものに合うはずです。
@Size(max=x)