¡@

Home 

2014/10/16 ¤W¤È 08:10:28

android Programming Glossary: basedaoimpl

How to extend the BaseDaoImpl class of ORMLite on Android to extend functionality

http://stackoverflow.com/questions/8273675/how-to-extend-the-basedaoimpl-class-of-ormlite-on-android-to-extend-functionalit

to extend the BaseDaoImpl class of ORMLite on Android to extend functionality I'm wondering whether there's a way to extend the BaseDaoImpl class.. the BaseDaoImpl class of ORMLite on Android to extend functionality I'm wondering whether there's a way to extend the BaseDaoImpl class of ORMLite on Android. In my Android project I'm using several different Dao objects to access the different business.. to be able to delete business objects by id and by objectId. Deleting by id is of course already possible due to the BaseDaoImpl class. To be able to delete them also by objectId I thought about extending the BaseDaoImpl class and adding an generic..