Interface JpaPropertyRelated
- All Known Implementing Classes:
DefaultDataRouteProperties
public interface JpaPropertyRelated
Represents data route specific properties necessary to configure the data tier.
- Author:
- Jeff Fischer
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.boot.autoconfigure.jdbc.DataSourceProperties
getJpa()
org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
Method Details
-
getJpa
JpaProperties getJpa() -
getDatasource
org.springframework.boot.autoconfigure.jdbc.DataSourceProperties getDatasource() -
getLiquibase
org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties getLiquibase() -
getDelegating
SchemaDelegatingProperties getDelegating()
-