So one question. As per the JPA spec, it mentioned “and user-defined types that implement the Serializable interface);”. It seems you might need to specify ‘Serializable’ again even though its parent class might have specified that already. Your thoughts? |