package eu.eudat.queryable.queryableentity; public interface DataEntity { void update(T entity); K getKeys(); }