package eu.eudat.entities; public interface DataEntity { void update(T entity); Object[] getKeys(); }