Interface HibernateConfigurationValidator

All Known Implementing Classes:
LiquibaseHibernateValidator

public interface HibernateConfigurationValidator
Service interface for plugins wishing to validate a Hibernate configuration before it is permitted to access the database
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    validate(org.hibernate.cfg.Configuration hibernateConfiguration, Properties hibernateProperties, GuiceConfig environmentConfiguration)
     
  • Method Details

    • validate

      void validate(org.hibernate.cfg.Configuration hibernateConfiguration, Properties hibernateProperties, GuiceConfig environmentConfiguration)