Does ormlite support this three inheritance-strategies?
- table per class hierarchy
- table per subclass
- table per concrete class
I found this discussion on the ORMLite user group, but I'm not sure it answers my question.
Specially i want use "table per class hierarchy". If their isn't support from the ormlite framework i will make one class and forget the inheritance, but i would prefer to use inheritance.
ORMLite does not support these automatically, no. I'm not sure you actually read the thread you linked to because it's quite specific about it:
That question gives some ideas about how to use ORMLite to implement inheritance: