No I dont have persistence.xml file.From this, I guess I have to import some other packages instead of packages that I have imported in my project.
import javax.persistence.Column;
import javax.persistence.Id;
import javax.persistence.Table;
I imported the above classes .In this case of with out using persistence.xml, please tell me what will be the packages / classes I have to import and what will be the modifications I have to made. Or please tell me what can i do with persistence.xml, how it will be created, its details etc.
|