Java : BLOB fields with PostgreSQL
This page last changed on Feb 09, 2006 by Kees de Kooter
The datatype of the pgsql column is bytea
.
The proper hibernate mapping is type="binary"
.
This page last changed on Feb 09, 2006 by Kees de Kooter
The datatype of the pgsql column is bytea
.
The proper hibernate mapping is type="binary"
.