Interface HibernateConfigurationProvider

All Known Implementing Classes:
HibernateConfigurationProviderImpl

public interface HibernateConfigurationProvider
Author:
Celine Souchet
  • Method Details

    • getClassAliasMappings

      Map<String,String> getClassAliasMappings()
    • getMappingExclusions

      List<String> getMappingExclusions()
    • getCacheQueries

      Map<String,String> getCacheQueries()
    • bootstrap

      void bootstrap(Properties extraHibernateProperties)
    • getVendor

      Vendor getVendor()
    • getSessionFactory

      org.hibernate.SessionFactory getSessionFactory()
    • getMappedClasses

      List<Class<? extends PersistentObject>> getMappedClasses()