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

org.nanocontainer.persistence.EntityInfo Maven / Gradle / Ivy

The newest version!
package org.nanocontainer.persistence;

public interface EntityInfo {

	public String getEntityName();
	
	public Object getObjectId();
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy