org.jboss.test.cmp2.simple
Interface SimpleHome

All Superinterfaces:
EJBLocalHome (src)

public interface SimpleHome
extends EJBLocalHome (src)


Method Summary
 Simple (src) create(java.lang.String id)
           
 java.util.Collection findAll()
           
 Simple (src) findByPrimaryKey(java.lang.String id)
           
 java.util.Collection findWithByteArray(byte[] bytes)
           
 java.util.Collection selectDynamic(java.lang.String jbossQl, java.lang.Object[] args)
           
 java.util.Collection selectValueClass()
           
 
Methods inherited from interface javax.ejb.EJBLocalHome (src)
remove
 

Method Detail

create

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

findByPrimaryKey

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

findAll

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

findWithByteArray

public java.util.Collection findWithByteArray(byte[] bytes)
                                       throws FinderException (src) 
Throws:
FinderException (src)

selectDynamic

public java.util.Collection selectDynamic(java.lang.String jbossQl,
                                          java.lang.Object[] args)
                                   throws FinderException (src) 
Throws:
FinderException (src)

selectValueClass

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