org.jboss.test.cmp2.audit.interfaces
Interface AuditMappedHome

All Superinterfaces:
EJBLocalHome (src)

public interface AuditMappedHome
extends EJBLocalHome (src)

An entity bean with audit fields mapped to cmp fields.


Method Summary
 AuditMapped (src) create(java.lang.String id)
           
 java.util.Collection findAll()
           
 AuditMapped (src) findByPrimaryKey(java.lang.String id)
           
 
Methods inherited from interface javax.ejb.EJBLocalHome (src)
remove
 

Method Detail

create

public AuditMapped (src)  create(java.lang.String id)
                   throws CreateException (src) 
Throws:
CreateException (src)

findByPrimaryKey

public AuditMapped (src)  findByPrimaryKey(java.lang.String id)
                             throws FinderException (src) 
Throws:
FinderException (src)

findAll

public java.util.Collection findAll()
                             throws FinderException (src) 
Throws:
FinderException (src)