Package | Description |
---|---|
com.edorasware.commons.core.any.internal.jdbc | |
com.edorasware.commons.core.persistence |
Classes for database persistence management and configuration thereof.
|
com.edorasware.commons.core.persistence.entity.jdbc | |
com.edorasware.commons.core.persistence.jdbc |
Classes for JDBC-based database persistence management and configuration thereof.
|
Constructor and Description |
---|
SqlAnyWorkObjectDefinitionQueryRenderer(SqlMappingContext sqlMappingContext,
ConverterProvider converterProvider,
Function<Predicate,Predicate> predicateTransformation,
DatabaseType databaseType) |
SqlAnyWorkObjectQueryRenderer(SqlMappingContext mappingContext,
ConverterProvider converterProvider,
Function<Predicate,Predicate> predicateTransformation,
DatabaseType databaseType) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSqlMappingContext
Sql mapping context that supports database-specific mappings.
|
Modifier and Type | Method and Description |
---|---|
static SqlMappingContext |
PersistenceUtils.createSqlMappingContext(List<org.springframework.core.io.Resource> resources,
DatabaseType databaseType,
EntityResolver entityResolver)
Reads the specified XML
resources into a SqlMappingContext . |
static SqlMappingContext |
PersistenceUtils.createSqlMappingContext(String[] fileNames,
DatabaseType databaseType,
EntityResolver entityResolver)
Reads the specified XML
file resources into a SqlMappingContext . |
Modifier and Type | Method and Description |
---|---|
SqlMappingContext |
EntityPersistenceConfiguration.getSqlMappingContext() |
Modifier and Type | Method and Description |
---|---|
SqlMappingContext |
SqlRendererConfig.getMappingContext()
Returns the SQL mapping context.
|
Constructor and Description |
---|
JdbcPersistence(DataSource dataSource,
SqlMappingContext sqlMappingContext,
String tablePrefix) |
SqlRendererConfig(SqlNameMapping nameMapping,
SqlMappingContext mappingContext,
ConverterProvider converterProvider,
DatabaseType databaseType)
Creates a new configuration instance.
|
SqlRendererConfig(SqlNameMapping nameMapping,
SqlMappingContext mappingContext,
ConverterProvider converterProvider,
Function<Predicate,Predicate> predicateTransformation,
DatabaseType databaseType)
Creates a new configuration instance.
|
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.