Interface HibernateConfigurer

All Known Implementing Classes:
DefaultHibernateConfigurer, PackageNameHibernateConfigurer

public interface HibernateConfigurer
Defines the interface for a chain-of-command that updates Hibernate configuration in some way before the SessionFactory is created.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(org.hibernate.cfg.Configuration configuration)
    Passed the configuration so as to make changes.
  • Method Details

    • configure

      void configure(org.hibernate.cfg.Configuration configuration)
      Passed the configuration so as to make changes.