Re: [Hibernate] Hibernate File storing into database

2006-07-29 Thread Christian Bauer
On Jul 28, 2006, at 2:08 PM, savvy wrote: > View this message in context: Hibernate File storing into database > Sent from the Hibernate forum at Nabble.com. Can anybody take a second and tell these guys to take this down? We don't want a web frontend for the dev mailinglist. ---

[Hibernate] Hibernate File storing into database

2006-07-28 Thread savvy
Hi, There is a requirement like I'v to store file (size less than 100 MB) within a column of a database using hibernate. For that I v used bytea datatype of PostgreSQL. Using CompositeUserType some person thinks it migh be possible. Can any one have better approach to do that. If anyone have alr