In Composite Key Insertion Operation why the POJO class should implement Seriliazalbe interface? 0 Answer(s) a year and 11 months ago
Posted in : Hibernate
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?