How can a java objects be stored in database?
Answers were Sorted based on User's Feedback
Answer / dinesh
Java object get serilized by Implenting Serilizable
INterface then
Java objects stores through JDBC connection or Datasource
to Database.By using SQL query or HQL using Hibernate.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rajj
jav objects implements serializable or externalizable
interfaces.
ByteStreams are used to store the objects..
setOjects(), setBlob(),and setClob() methods are used.
Is This Answer Correct ? | 0 Yes | 0 No |
If iam using JDBC API, do I also have to use ODBC?
What is Statement and PreparedStatement? whatz the difference?
How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
Does jdbc use ssl?
I have getting problem to calling stored procedure from Mysql through JSP. Please help me.
What are different parts of a url?
What is the jdbc rowset?
What is the feature of jdbc v4?
How can you know about drivers and database information ?
please tell me the name and url path for type-4 driver ?
What are the advantages of collection pools?
Which is better jpa or jdbc?