package eu.eudat.query.lookup; public interface LookupAware { /** * Every query that supports building from a lookup object should implement this interface * @param lookup The object containing all the lookup options * @return The query built from all the set options */ Q fromLookup(L lookup); }