In Composite Key Insertion Operation why the POJO class should implement Seriliazalbe interface?

In normal primary key insertion operation pojo class is not implementing the java.io.serialiazable interface,

But in case of Composite Key Insertion Operation why the POJO class should implement Seriliazalbe interface?

View Answers









Related Tutorials/Questions & Answers:
Advertisements