org.parancoe.plugins.italy
Interface ProcuraDao

All Superinterfaces:
org.parancoe.persistence.dao.generic.GenericDao<Procura,java.lang.Long>, org.parancoe.persistence.dao.generic.GenericDaoBase<Procura,java.lang.Long>, org.parancoe.persistence.dao.generic.GenericDaoHibernateSupport

@Dao(entity=Procura.class)
public interface ProcuraDao
extends org.parancoe.persistence.dao.generic.GenericDao<Procura,java.lang.Long>


Method Summary
 java.util.List<Procura> findByComune(java.lang.String comune)
           
 java.util.List<Procura> findByPartialComune(java.lang.String partialComune)
           
 
Methods inherited from interface org.parancoe.persistence.dao.generic.GenericDaoBase
count, countByCriteria, create, delete, deleteAll, findAll, get, getHibernateTemplate, read, rollBackTransaction, searchByCriteria, searchByCriteria, searchByCriteria, searchPaginatedByCriteria, searchPaginatedByCriteria, store
 
Methods inherited from interface org.parancoe.persistence.dao.generic.GenericDaoHibernateSupport
getHibernateTemplate, getType, setType
 

Method Detail

findByComune

java.util.List<Procura> findByComune(java.lang.String comune)

findByPartialComune

java.util.List<Procura> findByPartialComune(java.lang.String partialComune)


Copyright © 2008. All Rights Reserved.