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 Details

    • getJpa

      JpaProperties getJpa()
    • getDatasource

      org.springframework.boot.autoconfigure.jdbc.DataSourceProperties getDatasource()
    • getLiquibase

      org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties getLiquibase()
    • getDelegating