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

ro.fortsoft.genericdata.utils.hibernate.Identifiable Maven / Gradle / Ivy

package ro.fortsoft.genericdata.utils.hibernate;

import java.io.Serializable;

/**
 * @author daniel.jipa Oct 13, 2012, 4:48:06 PM
 */
public interface Identifiable extends Serializable {
	public Serializable getId();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy