¡@

Home 

java Programming Glossary: bytea

proper hibernate annotation for byte[]

http://stackoverflow.com/questions/3677380/proper-hibernate-annotation-for-byte

that if I just remove the @Lob it uses the postgresql type bytea which works but only on postgres . annotation postgres oracle.. oracle works on byte @Lob oid blob oracle byte bytea raw 255 postgresql byte @Type PBA oid blob oracle byte @Type.. postgresql byte @Type PBA oid blob oracle byte @Type BT bytea blob postgresql once you use @Type @Lob seems to not be relevant..

Postgresql UUID supported by Hibernate?

http://stackoverflow.com/questions/4495233/postgresql-uuid-supported-by-hibernate

column item_uuid is of type uuid but expression is of type bytea at character 149 I have no ideas on what to do here. Does anyone.. . This is why you get this message 'expression of type bytea'. You can either store UUID as blobs in database not elegant..