Interface JpaPropertyRelated
-
- All Known Implementing Classes:
DefaultDataRouteProperties
public interface JpaPropertyRelatedRepresents data route specific properties necessary to configure the data tier.- Author:
- Jeff Fischer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.boot.autoconfigure.jdbc.DataSourcePropertiesgetDatasource()SchemaDelegatingPropertiesgetDelegating()JpaPropertiesgetJpa()org.springframework.boot.autoconfigure.liquibase.LiquibasePropertiesgetLiquibase()
-
-
-
Method Detail
-
getJpa
JpaProperties getJpa()
-
getDatasource
org.springframework.boot.autoconfigure.jdbc.DataSourceProperties getDatasource()
-
getLiquibase
org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties getLiquibase()
-
getDelegating
SchemaDelegatingProperties getDelegating()
-
-