Class HibernateConnectorConfiguration

java.lang.Object
org.qubership.atp.itf.lite.backend.configuration.HibernateConnectorConfiguration

@Configuration @EnableTransactionManagement public class HibernateConnectorConfiguration extends Object
  • Field Details

  • Constructor Details

    • HibernateConnectorConfiguration

      public HibernateConnectorConfiguration()
  • Method Details

    • hibernateProperties

      @Bean public Properties hibernateProperties()
      Hibernate Properties.
    • jpaVendorAdapter

      @Bean public org.springframework.orm.jpa.JpaVendorAdapter jpaVendorAdapter()
      Create JpaVendorAdapter.
    • entityManagerFactory

      @Bean public javax.persistence.EntityManagerFactory entityManagerFactory()
      Create EntityManagerFactory.
    • transactionManager

      @Bean public org.springframework.transaction.PlatformTransactionManager transactionManager()
      Create PlatformTransactionManager.