|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
net.stepniak.api.config.dataSource.DataSourceConfig
@Configuration @EnableTransactionManagement @EnableJpaRepositories(value="net.stepniak.api") public abstract class DataSourceConfig
| Constructor Summary | |
|---|---|
DataSourceConfig()
|
|
| Method Summary | |
|---|---|
org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean |
entityManagerFactory()
|
org.springframework.orm.jpa.JpaTransactionManager |
transactionManager()
|
| Methods inherited from class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter |
|---|
addArgumentResolvers, addFormatters, addInterceptors, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, getMessageCodesResolver, getValidator |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataSourceConfig()
| Method Detail |
|---|
@Bean
public org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean entityManagerFactory()
throws URISyntaxException
URISyntaxException
@Bean
public org.springframework.orm.jpa.JpaTransactionManager transactionManager()
throws URISyntaxException
URISyntaxException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||