In my Hibernate Web application I need to create some third party tables which don't have any relation with my application.
My hibernate.hbm2ddl.auto property is on Validate mode right now. So when I start the server it shows me error like:
org.hibernate.HibernateException: Missing table
I don't need entities for these 3rd party tables. What should I do in this case?