Class PostgresJpaConfigurer
- java.lang.Object
-
- org.hglteam.testing.jpatesting.core.JpaConfigurerBase<PostgresJpaConfigurer,PostgresJpaPropertyConfigurer>
-
- org.hglteam.testing.jpatesting.providers.postgres.PostgresJpaConfigurer
-
- All Implemented Interfaces:
JpaConfigurer<PostgresJpaConfigurer,PostgresJpaPropertyConfigurer>
public final class PostgresJpaConfigurer extends JpaConfigurerBase<PostgresJpaConfigurer,PostgresJpaPropertyConfigurer>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PostgresJpaConfigurerbegin()static PostgresJpaConfigurerbegin(DatasourceProvider datasourceProvider)protected PostgresJpaPropertyConfigurercreateProperties()protected DataSourcegetDatasource()protected PostgresJpaConfigurerself()-
Methods inherited from class org.hglteam.testing.jpatesting.core.JpaConfigurerBase
buildFactory, datasourceProvider, getPropertyConfigurer, persistenceProviderClassName, persistenceUnitName, properties, withEntities, withEntities, withEntity, withEntity, withMapping, withMappings
-
-
-
-
Method Detail
-
getDatasource
protected DataSource getDatasource()
- Specified by:
getDatasourcein classJpaConfigurerBase<PostgresJpaConfigurer,PostgresJpaPropertyConfigurer>
-
createProperties
protected PostgresJpaPropertyConfigurer createProperties()
- Specified by:
createPropertiesin classJpaConfigurerBase<PostgresJpaConfigurer,PostgresJpaPropertyConfigurer>
-
self
protected PostgresJpaConfigurer self()
- Specified by:
selfin classJpaConfigurerBase<PostgresJpaConfigurer,PostgresJpaPropertyConfigurer>
-
begin
public static PostgresJpaConfigurer begin()
-
begin
public static PostgresJpaConfigurer begin(DatasourceProvider datasourceProvider)
-
-