public class IndicadorDAO extends BaseHibernateDAO
Indicador
Modifier and Type | Field and Description |
---|---|
static String |
ABREV |
static String |
DESCRIPCION |
static String |
ID_METODOLOGIA |
static String |
NOMBRE |
Constructor and Description |
---|
IndicadorDAO() |
Modifier and Type | Method and Description |
---|---|
void |
attachClean(Indicador instance) |
void |
attachDirty(Indicador instance) |
void |
delete(Indicador persistentInstance) |
List |
findAll() |
List |
findByAbrev(Object abrev) |
List |
findByDescripcion(Object descripcion) |
List |
findByExample(Indicador instance) |
Indicador |
findById(Integer id) |
List |
findByIdMetodologia(Object idMetodologia) |
List |
findByNombre(Object nombre) |
List |
findByProperty(String propertyName,
Object value) |
Indicador |
merge(Indicador detachedInstance) |
void |
save(Indicador transientInstance) |
getSession
public static final String ID_METODOLOGIA
public static final String NOMBRE
public static final String ABREV
public static final String DESCRIPCION