标签: java hibernate mariadb
我正在使用Hibernate的@Lob注释。我必须使用LongBLob类型,但不能将类型设置为@Lob。
@Lob() private byte[] detail;