Hi.. All..
This is Pradip bhatt. My requirement is like this that I have so many classes for my application. I have so many common fields for different different model classes. So I have made four Common Base classes as per my requirement. Although I am not satisfying with this.
I heard and read about Java DEsign Pattern. But I do not think so it will become helpful for me.
So... What i s the solution for this in which I have get functinality that whtever I like and i can extend it??
Mind it all that common classes have only common field (hibernate) so based on it i have to generate database table.