Uses of Class
org.damap.base.rest.gdpr.exceptions.MissingGdprKeyException
Packages that use MissingGdprKeyException
-
Uses of MissingGdprKeyException in org.damap.base.rest.gdpr.service
Methods in org.damap.base.rest.gdpr.service that throw MissingGdprKeyExceptionModifier 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).