The document discusses three methods for importing SQL scripts using Hibernate:
1. Specify the import file in hibernate.cfg.xml using the classpath location
2. Directly specify the file path to import.sql
3. Implement a listener to convert the SQL file to the proper encoding on application startup