Package com.evolveum.midpoint.repo.sqlbase
-
Interface Summary Interface Description JdbcRepositoryConfiguration Common contract for SQL-based repository configuration. -
Class Summary Class Description ConflictWatcherImpl DataSourceFactory JdbcSession Wrapper around JDBCConnectionrepresenting "session", typically a transactional one.OperationLogger PageOf<T> Result object for potentially paginated content.RepositoryObjectParseResult<T> Result for deserialization of prism values stored in the repository.SqlQueryContext<S,Q extends FlexibleRelationalPathBase<R>,R> Execution context of the SQL query.SqlQueryExecutor Component just under the service that orchestrates query transformation and execution.SqlRepoContext Encapsulates QuerydslConfiguration, ourQueryModelMappingRegistryand other parts of SQL repository config and implements methods that need these.SqlTableMetadata SystemConfigurationChangeDispatcherImpl Dispatches "system configuration changed" events to relevant objects. -
Enum Summary Enum Description SupportedDatabase Enumeration of supported SQL/databases (RDBMS).TransactionIsolation -
Exception Summary Exception Description QueryException Query related repository exception.RepositoryException Base repository exception.