package nu.xss.jpa.entity; import java.io.Serializable; public interface TypedEntity extends Serializable { K getId(); void setId(K id); }