Package | Description |
---|---|
org.itracker.persistence.dao |
This package contains all Data Access Object (XxxDAO) interfaces
along with their Hibernate implementations (XxxDAOImpl).
|
org.itracker.services |
Service Interfaces
|
org.itracker.services.implementations |
This package contains XXXService interface implementations,
named XXXServiceImpl by convention.
|
Class | Description |
---|---|
AbstractEnumUserType |
Base class for custom Hibernate UserTypes to persist a Java 5 enum
constant.
|
BaseDAO | |
BaseHibernateDAOImpl |
Contains common behaviour to all hibernate factories
|
ComponentDAO |
Component Data Access Object interface.
|
ConfigurationDAO | |
CustomFieldDAO | |
CustomFieldValueDAO | |
IssueActivityDAO | |
IssueAttachmentDAO | |
IssueDAO |
Issue Data Access Object interface.
|
IssueHistoryDAO | |
IssueRelationDAO | |
LanguageDAO | |
NotificationDAO | |
PermissionDAO | |
ProjectDAO | |
ProjectScriptDAO |
Interface to define basic operations to deal with the
ProjectScript entity |
ReportDAO | |
UserDAO |
User Data Access Object interface.
|
UserPreferencesDAO | |
VersionDAO | |
WorkflowScriptDAO |
Interface to define basic operations to deal with the
WorkflowScript entity |
Class | Description |
---|---|
ReportDAO |
Class | Description |
---|---|
ComponentDAO |
Component Data Access Object interface.
|
ConfigurationDAO | |
CustomFieldDAO | |
CustomFieldValueDAO | |
IssueActivityDAO | |
IssueAttachmentDAO | |
IssueDAO |
Issue Data Access Object interface.
|
IssueHistoryDAO | |
IssueRelationDAO | |
LanguageDAO | |
NoSuchEntityException | |
NotificationDAO | |
PermissionDAO | |
ProjectDAO | |
ProjectScriptDAO |
Interface to define basic operations to deal with the
ProjectScript entity |
ReportDAO | |
UserDAO |
User Data Access Object interface.
|
UserPreferencesDAO | |
VersionDAO | |
WorkflowScriptDAO |
Interface to define basic operations to deal with the
WorkflowScript entity |
Copyright © 2002–2019 itracker. All rights reserved.