Uses of Class
com.evolveum.midpoint.repo.sqlbase.PageOf
Packages that use PageOf
-
Uses of PageOf in com.evolveum.midpoint.repo.sqlbase
Methods in com.evolveum.midpoint.repo.sqlbase that return PageOfModifier and TypeMethodDescriptionPageOf<com.querydsl.core.Tuple>SqlQueryContext.executeQuery(JdbcSession jdbcSession) Returns page of results with each row represented by aTuple.<R> PageOf<R>SqlQueryContext.transformToSchemaType(PageOf<com.querydsl.core.Tuple> result, JdbcSession jdbcSession) Transforms result page with (bean + extension columns) tuple to schema type.Methods in com.evolveum.midpoint.repo.sqlbase with parameters of type PageOfModifier and TypeMethodDescriptionSqlQueryContext.transformToSchemaType(PageOf<com.querydsl.core.Tuple> result, JdbcSession jdbcSession) Transforms result page with (bean + extension columns) tuple to schema type.