|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BusinessInterface
Business interface of the EJB 3.0.
Method Summary | |
---|---|
List<org.ow2.easybeans.examples.maven.jpa2.entity.Employee> |
findEmployees()
Find all employees. |
org.ow2.easybeans.examples.maven.jpa2.entity.Employee |
findEmployeeWithItsGivenName(String name)
Allows to find an employee by its name. |
void |
init()
Initialize the Database with new entities. |
Method Detail |
---|
void init()
List<org.ow2.easybeans.examples.maven.jpa2.entity.Employee> findEmployees()
org.ow2.easybeans.examples.maven.jpa2.entity.Employee findEmployeeWithItsGivenName(String name)
name
- the given name
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |