Does ormlite support inheritance?
问题 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. 回答1: ORMLite does not support these automatically, no. I'm not sure you actually read the