All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.talk2object.plum.repository.biz.interafce.Identifiable Maven / Gradle / Ivy

There is a newer version: 0.1.22
Show newest version
package com.talk2object.plum.repository.biz.interafce;

import java.io.Serializable;

/**
 * entity must has ID field.
 * 
 * @author jack
 * 
 */
public interface Identifiable {

	Serializable getId();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy