BaseDAO<CustomFieldValue>
CustomFieldValueDAOImpl
public interface CustomFieldValueDAO extends BaseDAO<CustomFieldValue>
Modifier and Type | Method | Description |
---|---|---|
List<CustomFieldValue> |
findAll() |
|
CustomFieldValue |
findByPrimaryKey(Integer customFieldId) |
CustomFieldValue findByPrimaryKey(Integer customFieldId)
List<CustomFieldValue> findAll()
Copyright © 2002–2019 itracker. All rights reserved.