Help with java type erasure?

Hard to say without seeing some of your code. For example, your implementing class should be defined as something like.

Hard to say without seeing some of your code. For example, your implementing class should be defined as something like public class GenericDAOImpl implements GenericDAO and if you miss out the generic parameters in the GenericDAOImpl class definition, you will get this error.

Thanks dude. Apparently that was what I 'm missing. Thanks – black sensei Jul 29 '09 at 15:31 now that I jump that part ,should I override methods from the abstract GenericDAOImpl class?

I'm having an error in the implementation of the DAO saying MessageDetailsDAOImpl. Java:21,7 dao.hibernate. MessageDetailsDAOImpl is not abstract and does not override abstract method findById(java.lang.

Long,boolean) in dao.GenericDAO. It's not like I can post my codes inside the comment or should I create another question for this? – black sensei Jul 29 '09 at 17:16 It's generally better to create another question - each question should deal with one specific issue.

– Vinay Sajip Jul 29 '09 at 18:38.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions