Persistant storage of objects

Поиск
Список
Период
Сортировка
От John Reilly
Тема Persistant storage of objects
Дата
Msg-id 358E3E7A.89138CFA@broadcom.ie
обсуждение исходный текст
Список pgsql-interfaces
Hi,
      I am checking out postgreSQL to see if it is capable of storing
java objects
directly.  If so, does anyone know of an example on the web?

Basicly I have;
class test1 {
    public String blah;
}

class test2 {
    public test1 blah2;
}

I declared similar classes in the database;

Is there a way to write test2 to the db without having to decompose the
test1
object within it into a "text"

TIA,
John

-----------------------------------------------------------------------------
John Reilly - jr@broadcom.ie
-----------------------------------------------------------------------------
Programmer - A red-eyed, mumbling mammal capable of conversing with
inanimate
objects.  Approach with extreme caution!
-----------------------------------------------------------------------------

В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Enrico Cantu
Дата:
Сообщение: spam
Следующее
От: Ralf Berger
Дата:
Сообщение: Re: [INTERFACES] Persistant storage of objects