com.ferri.persistence.dao.interfaces
Interface PressupostDAO

All Superinterfaces:
GenericBaseDAO<PressupostVO,String>, Initializable
All Known Implementing Classes:
BasePressupostDAO, PressupostDAOImpl

public interface PressupostDAO
extends GenericBaseDAO<PressupostVO,String>

Interficie DAO per la entitat Pressupost

Author:
dferri

Field Summary
 
Fields inherited from interface com.ferri.persistence.dao.commons.GenericBaseDAO
ORDER_BY, SEPARATOR_COMMA, SEPARATOR_DOT
 
Method Summary
 
Methods inherited from interface com.ferri.persistence.dao.commons.GenericBaseDAO
create, create, find, findByCriteria, findByExample, getCriteria, getQueryOrderedBy, load, loadAll, loadAllOrderBy, loadAllOrderby, remove, remove, removeByPk, save, saveOrUpdate, saveOrUpdate, update
 
Methods inherited from interface com.ferri.core.behaviors.Initializable
initialize