What is "best" or canonical way to store entity with blob using spring-data-jpa? @Entity public class Entity { @Id private Long id; ...
確定! 回上一頁