Persistable.java 65 B

123456
  1. package db;
  2. public interface Persistable {
  3. long getId();
  4. }