1
votes

Below mapping couses Hibernate to check the schema online. How to make this work offline?

< !DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://hibernate.org/dtd/hibernate-mapping-3.0.dtd">

1

1 Answers

1
votes

You can use an DTDEntityResolver.

Here are some starters: https://forum.hibernate.org/viewtopic.php?t=927396

However it depends how you initialize your hibernate system and which version of hibernate you are using.

Hope this helps.