Package org.opencastproject.assetmanager.impl.query


package org.opencastproject.assetmanager.impl.query
Default query implementation.

General implementation notes

Do not alias entities when creating Querydsl fragments like this new QPropertyDto("alias"). The code generator in AbstractASelectQuery.run() will get into serious trouble because it relies on equality checks on EntityPaths and other Querydsl types.