Class HibernateConnectorConfiguration
java.lang.Object
org.qubership.atp.itf.lite.backend.configuration.HibernateConnectorConfiguration
@Configuration
@EnableTransactionManagement
public class HibernateConnectorConfiguration
extends Object
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.persistence.EntityManagerFactoryCreateEntityManagerFactory.HibernateProperties.org.springframework.orm.jpa.JpaVendorAdapterCreateJpaVendorAdapter.org.springframework.transaction.PlatformTransactionManagerCreatePlatformTransactionManager.
-
Field Details
-
BASE_PACKAGE
- See Also:
-
-
Constructor Details
-
HibernateConnectorConfiguration
public HibernateConnectorConfiguration()
-
-
Method Details
-
hibernateProperties
HibernateProperties. -
jpaVendorAdapter
@Bean public org.springframework.orm.jpa.JpaVendorAdapter jpaVendorAdapter()CreateJpaVendorAdapter. -
entityManagerFactory
@Bean public javax.persistence.EntityManagerFactory entityManagerFactory()CreateEntityManagerFactory. -
transactionManager
@Bean public org.springframework.transaction.PlatformTransactionManager transactionManager()CreatePlatformTransactionManager.
-