|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.tutorial.tableperinheritance.bean.PetDAOBean
public class PetDAOBean
| Constructor Summary | |
|---|---|
PetDAOBean()
|
|
| Method Summary | |
|---|---|
void |
createCat(java.lang.String name,
double weight,
int lives)
|
void |
createDog(java.lang.String name,
double weight,
int bones)
|
java.util.List |
findByWeight(double weight)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PetDAOBean()
| Method Detail |
|---|
public void createDog(java.lang.String name,
double weight,
int bones)
createDog in interface PetDAO
public void createCat(java.lang.String name,
double weight,
int lives)
createCat in interface PetDAOpublic java.util.List findByWeight(double weight)
findByWeight in interface PetDAO
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||