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

sk.seges.sesam.dao.IEntityInstancer Maven / Gradle / Ivy

Go to download

Core interfaces and support classes to ease information systems development. Usually requirement is to implement multi-tier application using database, DAOs, services, models and listeners.

The newest version!
package sk.seges.sesam.dao;

public interface IEntityInstancer {

	E getEntityInstance();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy