com.ferri.persistence.dao.interfaces
Interface TipusPeriodeDAO

All Superinterfaces:
GenericBaseDAO<TipusPeriodeVO,Long>, Initializable
All Known Implementing Classes:
BaseTipusPeriodeDAO, TipusPeriodeDAOImpl

public interface TipusPeriodeDAO
extends GenericBaseDAO<TipusPeriodeVO,Long>

Interficie DAO per la entitat TipusPeriode

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