org.itracker.persistence.dao
Interface CustomFieldValueDAO

All Superinterfaces:
BaseDAO<CustomFieldValue>
All Known Implementing Classes:
CustomFieldValueDAOImpl

public interface CustomFieldValueDAO
extends BaseDAO<CustomFieldValue>


Method Summary
 List<CustomFieldValue> findAll()
           
 CustomFieldValue findByPrimaryKey(Integer customFieldId)
           
 
Methods inherited from interface org.itracker.persistence.dao.BaseDAO
delete, detach, merge, refresh, save, saveOrUpdate
 

Method Detail

findByPrimaryKey

CustomFieldValue findByPrimaryKey(Integer customFieldId)

findAll

List<CustomFieldValue> findAll()


Copyright © 2002-2012 itracker. All Rights Reserved.