|
|||||||||
| 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 | |
|---|---|
java.util.List<org.ow2.easybeans.examples.maven.jpa2.entity.Employee> |
findEmployees()
Find all employees. |
org.ow2.easybeans.examples.maven.jpa2.entity.Employee |
findEmployeeWithItsGivenName(java.lang.String name)
Allows to find an employee by its name. |
void |
init()
Initialize the Database with new entities. |
| Method Detail |
|---|
void init()
java.util.List<org.ow2.easybeans.examples.maven.jpa2.entity.Employee> findEmployees()
org.ow2.easybeans.examples.maven.jpa2.entity.Employee findEmployeeWithItsGivenName(java.lang.String name)
name - the given name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||