KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > ejb > EntityBean > Top Examples

  • org.objectweb.jonas_ejb.container.JEntityContext
    This class implements javax.ejb.EntityContext interface. An Entitycontext is bound to a bean instance. To be used, it must be associated to a JEntitySwitch, and possibly to a Transaction. In case the Context is used inside a Transaction, we use the Synchronization interface to be aware of transact ...
  • org.jboss.ejb.plugins.CMPPersistenceManager
    The CMP Persistence Manager implements the semantics of the CMP EJB 1.1 call back specification. <p/> This Manager works with a "EntityPersistenceStore" that takes care of the physical storing of instances (JAWS, JDBC O/R, FILE, Object). @author <a HREF="mailto:marc.fleury@telkel.com"> ...
  • org.jboss.ejb.plugins.BMPPersistenceManager
    Persistence manager for BMP entites. All calls are simply deligated to the entity implementation class. @author <a HREF="mailto:rickard.oberg@telkel.com">Rickard Öberg</a> @author <a HREF="mailto:marc.fleury@telkel.com">Marc Fleury</a> @author <a HREF="mailto:andreas.s ...
  • org.objectweb.jonas_ejb.container.JEntityFactory
    This class is a factory for an Entity Bean. It is responsible for - managing Home and LocalHome. - managing a pool of instances/contexts - keeping the list of PKs and the associated JEntitySwitch's - keeping the JNDI context for this component (java:comp/env) @author Philippe Coq, Philippe Durieux ...
  • test.ejb.AllTypesEntityBean
    This bean demonstrates all possible data types. @ejb.bean name="AllTypesEntity" jndi-name="test/AllTypesEntity" local-jndi-name="test/LocalAllTypesEntity" view-type="both" @ejb.persistence table-name="alltypes" @ejb.pk unchecked="true" @version $Revision: 1.7 $ @author <a HREF="mail ...
  • org.jboss.test.web.ejb.EntityBean
Popular Tags