JPA Mapping
I am using JPA and Hibernate. I have an entity with @Lob attributes
@Column(nullable=false)
@Lob
private String text; I am using PostgreSQL 8.4 and entities are correctly ma
JPA Mapping
I am using JPA and Hibernate. I have an entity with @Lob attributes
@Column(nullable=false)
@Lob
private String text; I am using PostgreSQL 8.4 and entities are correctly ma