![JAR search and dependency download from the Maven repository](/logo.png)
rs.data.impl.dao.AbstractPlainDAO Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of data Show documentation
Show all versions of data Show documentation
Library for generic Data Access classes
package rs.data.impl.dao;
import java.io.Serializable;
import rs.data.api.bo.IGeneralBO;
import rs.data.impl.bo.AbstractPlainBO;
/**
* Abstract DAO implementation for plain BOs (BO without transfer objects).
* @author ralph
*
* @param type of primary key
* @param type of Business Object Interface
*/
public abstract class AbstractPlainDAO, B extends AbstractPlainBO> extends AbstractGeneralDAO {
public AbstractPlainDAO() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy