Uses of Class
org.damap.base.rest.gdpr.domain.GdprQuery
Packages that use GdprQuery
-
Uses of GdprQuery in org.damap.base.rest.gdpr.service
Methods in org.damap.base.rest.gdpr.service that return GdprQueryModifier and TypeMethodDescriptionGdprQueryUtil.buildQueryObject(Class<?> gdprClass) Extracts all GDPR relevant information from the given class and stores them in aGdprQueryobject (which will later be used to build the HQL query).GdprQueryUtil.getContextJoinQuery(Field field, List<String> properties) getContextJoinQuery.Methods in org.damap.base.rest.gdpr.service with parameters of type GdprQueryModifier and TypeMethodDescriptionHqlQueryUtil.buildHqlQuery(GdprQuery query, boolean extended) buildHqlQuery.