Class PostgresJpaPropertyConfigurer
- java.lang.Object
-
- org.hglteam.testing.jpatesting.core.JpaPropertyConfigurerBase<PostgresJpaPropertyConfigurer,PostgresJpaConfigurer>
-
- org.hglteam.testing.jpatesting.providers.postgres.PostgresJpaPropertyConfigurer
-
- All Implemented Interfaces:
JpaPropertyConfigurer<PostgresJpaPropertyConfigurer,PostgresJpaConfigurer>
public class PostgresJpaPropertyConfigurer extends JpaPropertyConfigurerBase<PostgresJpaPropertyConfigurer,PostgresJpaConfigurer>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.hglteam.testing.jpatesting.JpaPropertyConfigurer
JpaPropertyConfigurer.DatabaseAction, JpaPropertyConfigurer.GenerationSource, JpaPropertyConfigurer.ScriptAction
-
-
Field Summary
-
Fields inherited from interface org.hglteam.testing.jpatesting.JpaPropertyConfigurer
JAKARTA_PERSISTENCE_JDBC_DRIVER, JAKARTA_PERSISTENCE_JDBC_PASSWORD, JAKARTA_PERSISTENCE_JDBC_URL, JAKARTA_PERSISTENCE_JDBC_USER, JAKARTA_PERSISTENCE_LOCK_TIMEOUT, JAKARTA_PERSISTENCE_QUERY_TIMEOUT, JAKARTA_PERSISTENCE_SCHEMA_GENERATION_CREATE_SCRIPT_SOURCE, JAKARTA_PERSISTENCE_SCHEMA_GENERATION_CREATE_SOURCE, JAKARTA_PERSISTENCE_SCHEMA_GENERATION_DATABASE_ACTION, JAKARTA_PERSISTENCE_SCHEMA_GENERATION_DROP_SCRIPT_SOURCE, JAKARTA_PERSISTENCE_SCHEMA_GENERATION_DROP_SOURCE, JAKARTA_PERSISTENCE_SCHEMA_GENERATION_SCRIPTS_ACTION, JAKARTA_PERSISTENCE_SCHEMA_GENERATION_SCRIPTS_CREATE_TARGET, JAKARTA_PERSISTENCE_SCHEMA_GENERATION_SCRIPTS_DROP_TARGET, JAKARTA_PERSISTENCE_SQL_LOAD_SCRIPT_SOURCE
-
-
Constructor Summary
Constructors Constructor Description PostgresJpaPropertyConfigurer(PostgresJpaConfigurer configurer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PostgresJpaPropertyConfigurerself()-
Methods inherited from class org.hglteam.testing.jpatesting.core.JpaPropertyConfigurerBase
and, createScriptSource, driver, driver, dropScriptSource, get, get, lockTimeout, password, put, queryTimeout, schemaGenerationCreateScriptTarget, schemaGenerationCreateSource, schemaGenerationDatabaseAction, schemaGenerationDropScriptTarget, schemaGenerationDropSource, schemaGenerationScriptsAction, sqlLoadScriptSource, toMap, toProperties, url, username
-
-
-
-
Constructor Detail
-
PostgresJpaPropertyConfigurer
public PostgresJpaPropertyConfigurer(PostgresJpaConfigurer configurer)
-
-
Method Detail
-
self
protected PostgresJpaPropertyConfigurer self()
- Specified by:
selfin classJpaPropertyConfigurerBase<PostgresJpaPropertyConfigurer,PostgresJpaConfigurer>
-
-