Serializable objects

2005-09-12 Thread Eugeny N Dzhurinsky
Is there simple way to load/store HashMap in the database using the BLOB column and iBATIS? I can think about getting BLOB as byte array and then create HashMap from this byte array. -- Eugene N Dzhurinsky

Re: Serializable objects

2005-09-12 Thread Larry Meadors
That is probably the easiest route..I'd think long and hard about making that decision though, the consequences of that design are significant. Larry On 9/12/05, Eugeny N Dzhurinsky [EMAIL PROTECTED] wrote: Is there simple way to load/store HashMap in the database using the BLOB column and