reset password
Author Message
madhulika91
Posts: 2
Posted 00:22 Mar 17, 2014 |

The saving of course planner to Database results in creating multiple tables.

Can we simply serialize the object and save it in database as BLOB data type ? So while retrieving we dont need to write complex queries but simply deserialize the object.

If not that, can we use hibernate to save java objects.?

cysun
Posts: 2935
Posted 00:26 Mar 17, 2014 |

1. No.

2. Yes.