使用spring-data-jpa用blob存储实体的"最佳"或规范方法是什么? @Entity public class Entity { @Id private Long id; @Lob() private Blob blob; } ...
確定! 回上一頁