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