How to save Map object in Java to MySQL database

Posted by Christian on Stack Overflow See other posts from Stack Overflow or by Christian
Published on 2010-04-12T09:59:16Z Indexed on 2010/04/12 10:03 UTC
Read the original article Hit count: 350

Filed under:
|
|
|
|

I have a Java Map (out of Strings and Ints) object that I want to save to a database. Is there a standard way to go about this task? Is there a way to compress the Map to take less space on the harddrive?

© Stack Overflow or respective owner

Related posts about java

Related posts about mysql