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

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

package ro.fortsoft.genericdata.utils.hibernate;

/**
 * @author daniel.jipa Oct 26, 2012, 11:36:12 PM
 */
public interface Persistent extends Identifiable {

	public Boolean getDeleted();

	public void setDeleted(Boolean deleted);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy