public class SimpleEC extends SimpleEC2 implements EntityBean(Code)
This is an entity bean with "container managed persistence version 1.x".
The state of an instance is stored into a relational database.
The following table should exist :
ebasicSimpleEC
c_testname varchar(30) primarey key
c_info integer
c_numtest integer
author: Philippe Durieux, Philippe Coq, Helene Joanin