public class ArchivoDAO 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 |
---|
ArchivoDAO() |
Modifier and Type | Method and Description |
---|---|
void |
attachClean(Archivo instance) |
void |
attachDirty(Archivo instance) |
void |
delete(Archivo persistentInstance) |
List |
findAll() |
List |
findByAbrev(Object abrev) |
List |
findByDescripcion(Object descripcion) |
List |
findByExample(Archivo instance) |
Archivo |
findById(Integer id) |
List |
findByIdMetodologia(Object idMetodologia) |
List |
findByNombre(Object nombre) |
List |
findByProperty(String propertyName,
Object value) |
Archivo |
merge(Archivo detachedInstance) |
void |
save(Archivo transientInstance) |
getSession
public static final String ID_METODOLOGIA
public static final String NOMBRE
public static final String ABREV
public static final String DESCRIPCION