Problem :
I am very new to the hibernate and I want to set up two classes. Also want to create a one to one bidirectional dependency using annotations. I have added all the libraries to the build path.
But when i try to run the simple main class by creating some objects and saving them, for testing purpose I face the following issues.
INFO: HHH000397: Using ASTQueryTranslatorFactory
%%%% Error Creating SessionFactory %%%%
org.hibernate.MappingException: Could not get constructor for org.hibernate.persister.entity.SingleTableEntityPersister
Because of this error I am confused. My SQL DB is running via XAMPP.
May I get the solution for above error?