I am upgrading my hibernate project and hibernate dependencies from 3 to 5.2.13.Final and I am changing my code to build SessionFactory
and i found some articles like first
and second
and all of them are using instance MetadataExtractorIntegrator.INSTANCE
but I don't have this kind of class(MetadataExtractorIntegrator) in my dependencies ( maven project ) and can not find any dependency which is implementing this class. Can you help me which dependency do I need ?
Asked
Active
Viewed 97 times
-1
-
Both of your links have code snippets for that class. – Rup Apr 10 '18 at 14:02
1 Answers
1
As you can see, MetadataExtractorIntegrator
is class written in aricle you have mentioned. Just create such class and probably copy-paste it. What you need Integrator
interface and that is included in Hibernate's ORM

Antoniossss
- 31,590
- 6
- 57
- 99