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