org.jboss.tutorial.singleinheritance.bean
Interface PetDAO
- All Known Implementing Classes:
- PetDAOBean
public interface PetDAO
|
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)
|
createDog
void createDog(java.lang.String name,
double weight,
int bones)
createCat
void createCat(java.lang.String name,
double weight,
int lives)
findByWeight
java.util.List findByWeight(double weight)