Uses of Class
com.evolveum.midpoint.repo.sqlbase.querydsl.UuidPath
-
Packages that use UuidPath Package Description com.evolveum.midpoint.repo.sqlbase.mapping com.evolveum.midpoint.repo.sqlbase.querydsl -
-
Uses of UuidPath in com.evolveum.midpoint.repo.sqlbase.mapping
Method parameters in com.evolveum.midpoint.repo.sqlbase.mapping with type arguments of type UuidPath Modifier and Type Method Description protected ItemSqlMapper<Q,R>
QueryTableMapping. uuidMapper(Function<Q,UuidPath> rootToQueryItem)
Returns the mapper creating the OID (UUID) filter processor from context. -
Uses of UuidPath in com.evolveum.midpoint.repo.sqlbase.querydsl
Methods in com.evolveum.midpoint.repo.sqlbase.querydsl that return UuidPath Modifier and Type Method Description protected UuidPath
FlexibleRelationalPathBase. createUuid(String property, com.querydsl.sql.ColumnMetadata columnMetadata)
CreatesUuidPath
path for a property and registers column metadata for it.
-