Interface HibernatePropertiesProvider

All Known Implementing Classes:
HibernatePropertiesProviderImpl

public interface HibernatePropertiesProvider
  • Method Details

    • getCustomProperties

      Map<String,Object> getCustomProperties()
      Provide the necessary properties required for the hibernate set-up.
      Returns:
      a map with all the properties
    • getProperties

      default Map<String,Object> getProperties()