Uses of Interface
com.broadleafcommerce.common.jpa.data.JpaPropertyRelated
-
Packages that use JpaPropertyRelated Package Description com.broadleafcommerce.common.jpa.data com.broadleafcommerce.common.jpa.data.entitymanager -
-
Uses of JpaPropertyRelated in com.broadleafcommerce.common.jpa.data
Classes in com.broadleafcommerce.common.jpa.data that implement JpaPropertyRelated Modifier and Type Class Description classDefaultDataRoutePropertiesA default set of properties for data route configuration that basically describe an embedded datasource state.Methods in com.broadleafcommerce.common.jpa.data that return types with arguments of type JpaPropertyRelated Modifier and Type Method Description Class<? extends JpaPropertyRelated>boundPropertiesType()AJpaPropertyRelatedimplementing class describing JPA, datasource, and liquibase configuration for the resultingRoutableDataSource. -
Uses of JpaPropertyRelated in com.broadleafcommerce.common.jpa.data.entitymanager
Methods in com.broadleafcommerce.common.jpa.data.entitymanager that return JpaPropertyRelated Modifier and Type Method Description JpaPropertyRelatedJpaDataRouteEntityManagerFactoryBeanRegistrar.DataRouteEntityManagerFactoryBean. getProperties()JpaPropertyRelatedJpaPooledDataSourceFactoryBeanRegistrar.PooledDatasourceFactoryBean. getProperties()JpaPropertyRelatedJpaSpringLiquibaseFactoryBeanRegistrar.SpringLiquibaseFactoryBean. getProperties()Methods in com.broadleafcommerce.common.jpa.data.entitymanager with parameters of type JpaPropertyRelated Modifier and Type Method Description voidJpaDataRouteEntityManagerFactoryBeanRegistrar.DataRouteEntityManagerFactoryBean. setProperties(JpaPropertyRelated properties)voidJpaPooledDataSourceFactoryBeanRegistrar.PooledDatasourceFactoryBean. setProperties(JpaPropertyRelated properties)voidJpaSpringLiquibaseFactoryBeanRegistrar.SpringLiquibaseFactoryBean. setProperties(JpaPropertyRelated properties)
-