Uses of Class
com.evolveum.midpoint.repo.sqlbase.SqlRepoContext
Package
Description
-
Uses of SqlRepoContext in com.evolveum.midpoint.repo.sqale
Modifier and TypeClassDescriptionclass
SQL repository context adding support for QName cache. -
Uses of SqlRepoContext in com.evolveum.midpoint.repo.sqlbase
ModifierConstructorDescriptionJdbcSession
(@NotNull Connection connection, @NotNull JdbcRepositoryConfiguration jdbcRepositoryConfiguration, @NotNull SqlRepoContext sqlRepoContext) protected
SqlQueryContext
(Q entityPath, QueryTableMapping<S, Q, R> mapping, SqlRepoContext sqlRepoContext, com.querydsl.sql.SQLQuery<?> query) Constructor for root query context.SqlQueryExecutor
(SqlRepoContext sqlRepoContext) -
Uses of SqlRepoContext in com.evolveum.midpoint.repo.sqlbase.mapping
Modifier and TypeMethodDescriptionvoid
SqlDetailFetchMapper.execute
(SqlRepoContext sqlRepoContext, Supplier<com.querydsl.sql.SQLQuery<?>> querySupplier, List<R> data) void
SqlDetailFetchMapper.execute
(SqlRepoContext sqlRepoContext, Supplier<com.querydsl.sql.SQLQuery<?>> querySupplier, R masterRow) ModifierConstructorDescriptionprotected
QueryTableMapping
(@NotNull String tableName, @NotNull String defaultAliasName, @NotNull Class<S> schemaType, @NotNull Class<Q> queryType, @NotNull SqlRepoContext repositoryContext) Creates metamodel for the table described by designated type (Q-class) related to schema type.