org.jboss.test.cmp2.audit.interfaces
Interface AuditHome
- All Superinterfaces:
- EJBLocalHome (src)
- public interface AuditHome
- extends EJBLocalHome (src)
An entity bean with audit fields behind the scenes.
create
public Audit (src) create(java.lang.String id)
throws CreateException (src)
- Throws:
CreateException (src)
findByPrimaryKey
public Audit (src) findByPrimaryKey(java.lang.String id)
throws FinderException (src)
- Throws:
FinderException (src)
findAll
public java.util.Collection findAll()
throws FinderException (src)
- Throws:
FinderException (src)