Class H2JpaConfigurer
- java.lang.Object
-
- org.hglteam.testing.jpatesting.core.JpaConfigurerBase<H2JpaConfigurer,H2JpaPropertyConfigurer>
-
- org.hglteam.testing.jpatesting.providers.h2.H2JpaConfigurer
-
- All Implemented Interfaces:
JpaConfigurer<H2JpaConfigurer,H2JpaPropertyConfigurer>
public final class H2JpaConfigurer extends JpaConfigurerBase<H2JpaConfigurer,H2JpaPropertyConfigurer>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected H2JpaPropertyConfigurercreateProperties()protected DataSourcegetDatasource()protected H2JpaConfigurerself()static H2JpaConfigurerstart()-
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<H2JpaConfigurer,H2JpaPropertyConfigurer>
-
createProperties
protected H2JpaPropertyConfigurer createProperties()
- Specified by:
createPropertiesin classJpaConfigurerBase<H2JpaConfigurer,H2JpaPropertyConfigurer>
-
self
protected H2JpaConfigurer self()
- Specified by:
selfin classJpaConfigurerBase<H2JpaConfigurer,H2JpaPropertyConfigurer>
-
start
public static H2JpaConfigurer start()
-
-