Refreshing sequence from database

Is there any way to refresh a SequenceStyleGenerator with the most recent sequence information from the database?

The project is running version 5.3.9 of hibernate.

The intent is to reload the entire database between integration tests to a known default state. Loading of data and generation of tables is being handled by liquibase.

If you reload the database then I would also restart Hibernate.
If it’s an integration test I assume rolling back is not good enough.