Package org.hglteam.testing.jpatesting
Interface JpaPropertyConfigurer<PC extends JpaPropertyConfigurer<PC>>
public interface JpaPropertyConfigurer<PC extends JpaPropertyConfigurer<PC>>
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumstatic enumstatic enum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Method Summary
Modifier and TypeMethodDescriptionand()clearAll()createScriptSource(String url) dropScriptSource(String url) <T> T<T> TlockTimeout(Long value) queryTimeout(Long value) toMap()
-
Field Details
-
JAKARTA_PERSISTENCE_JDBC_DRIVER
- See Also:
-
JAKARTA_PERSISTENCE_JDBC_URL
- See Also:
-
JAKARTA_PERSISTENCE_JDBC_USER
- See Also:
-
JAKARTA_PERSISTENCE_JDBC_PASSWORD
- See Also:
-
JAKARTA_PERSISTENCE_LOCK_TIMEOUT
- See Also:
-
JAKARTA_PERSISTENCE_QUERY_TIMEOUT
- See Also:
-
JAKARTA_PERSISTENCE_SCHEMA_GENERATION_CREATE_SCRIPT_SOURCE
- See Also:
-
JAKARTA_PERSISTENCE_SCHEMA_GENERATION_DROP_SCRIPT_SOURCE
- See Also:
-
JAKARTA_PERSISTENCE_SQL_LOAD_SCRIPT_SOURCE
- See Also:
-
JAKARTA_PERSISTENCE_SCHEMA_GENERATION_DATABASE_ACTION
- See Also:
-
JAKARTA_PERSISTENCE_SCHEMA_GENERATION_SCRIPTS_ACTION
- See Also:
-
JAKARTA_PERSISTENCE_SCHEMA_GENERATION_CREATE_SOURCE
- See Also:
-
JAKARTA_PERSISTENCE_SCHEMA_GENERATION_DROP_SOURCE
- See Also:
-
JAKARTA_PERSISTENCE_SCHEMA_GENERATION_SCRIPTS_CREATE_TARGET
- See Also:
-
JAKARTA_PERSISTENCE_SCHEMA_GENERATION_SCRIPTS_DROP_TARGET
- See Also:
-
-
Method Details
-
driver
-
driver
-
url
-
username
-
password
-
lockTimeout
-
queryTimeout
-
createScriptSource
-
dropScriptSource
-
sqlLoadScriptSource
-
schemaGenerationDatabaseAction
-
schemaGenerationScriptsAction
-
schemaGenerationCreateSource
-
schemaGenerationDropSource
-
schemaGenerationCreateScriptTarget
-
schemaGenerationDropScriptTarget
-
put
-
remove
-
clearAll
PC clearAll() -
and
JpaConfigurer<PC> and() -
toMap
-
toProperties
Properties toProperties() -
get
-
get
-