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.
私のデータベースには、BLOB または CLOB 型にマップされた列がいくつかあります。
そのようなフィールドをマッピングする場合、hibernate は以下を推奨します:
@Lob public String getBlobField() { ... }
なぜ @Lob アノテーションが必要なのですか?