Re: java object store
| От | Erik Price |
|---|---|
| Тема | Re: java object store |
| Дата | |
| Msg-id | 3F2E677F.5070406@ptc.com обсуждение исходный текст |
| Ответ на | java object store ("dragos" <mesaje@home.ro>) |
| Ответы |
Re: java object store
|
| Список | pgsql-jdbc |
dragos wrote: > i am a new user of postgres system. I am trying to store a java object > into a postgresql table. I try but i didn;t succeed! > > my question is: > Can I store a java object into a postgres table an execute query > relative to it's methods in the database? You can serialize the object and then store the serialized form of the object into a BLOB column. However, you will not be able to query the database on methods. Perhaps you can investigate object/relational mapping (JDO, OJB, Torque, Hibernate, etc). > *Email has finally evolved* - *_Click Here_* A blinking image in an email is "evolution"? ;) Erik Erik
В списке pgsql-jdbc по дате отправления: