@Configuration
@EnableTransactionManagement
@EnableJpaRepositories(basePackages="io.mosip.kernel.lkeymanager.repository",
entityManagerFactoryRef="lKeymanagerEntityManagerFactory",
transactionManagerRef="lKeymanagerTransactionManager")
public class LicenseKeymanagerConfig
extends Object
| Constructor and Description |
|---|
LicenseKeymanagerConfig() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
jpaProperties() |
DataSource |
lKeymanagerDataSource() |
org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean |
lKeymanagerEntityManagerFactory() |
org.springframework.orm.jpa.JpaDialect |
lKeymanagerJpaDialect() |
org.springframework.orm.jpa.JpaVendorAdapter |
lKeymanagerJpaVendorAdapter() |
org.springframework.transaction.PlatformTransactionManager |
lKeymanagerTransactionManager() |
@Bean public DataSource lKeymanagerDataSource()
@Bean public org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean lKeymanagerEntityManagerFactory()
@Bean public org.springframework.orm.jpa.JpaVendorAdapter lKeymanagerJpaVendorAdapter()
@Bean public org.springframework.orm.jpa.JpaDialect lKeymanagerJpaDialect()
@Bean public org.springframework.transaction.PlatformTransactionManager lKeymanagerTransactionManager()
Copyright © 2020. All rights reserved.