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 注解?