BaseDAO<CustomFieldValue>
, CustomFieldValueDAO
public class CustomFieldValueDAOImpl extends BaseHibernateDAOImpl<CustomFieldValue> implements CustomFieldValueDAO
Constructor | Description |
---|---|
CustomFieldValueDAOImpl() |
Modifier and Type | Method | Description |
---|---|---|
List<CustomFieldValue> |
findAll() |
|
CustomFieldValue |
findByPrimaryKey(Integer customFieldId) |
delete, detach, merge, refresh, save, saveOrUpdate
delete, detach, merge, refresh, save, saveOrUpdate
public CustomFieldValue findByPrimaryKey(Integer customFieldId)
findByPrimaryKey
in interface CustomFieldValueDAO
public List<CustomFieldValue> findAll()
findAll
in interface CustomFieldValueDAO
Copyright © 2002–2019 itracker. All rights reserved.