org.objectweb.jonas.jtests.beans.ebasic.SimpleEB This is an entity bean with "bean managed persistence". The state of an instance is stored into a relational database. The table must exist. @author Philippe Durieux, Philippe Coq
org.bsf.listOfValues.LovBean The LovBean is a BMP EJB that enables the retrieval of a List of Values (LOV). It uses two tables to retrieve the informations needed to build the LOV.<p> Description of the two tables used by this BMP: 1) BSF_LOV : The definition of the LOV itself (what to retrieve) => OID ...
org.objectweb.jonas.jtests.clients.entity.F_Relation_s2pkcompEC2 This is an advanced test suite for home interface on entity bean CMP2. Test about beans with mono-valued relation and with composite Pk with same fields names. Beans used: s2pkcomp @author S.Chassande-Barrioz