Package | Description |
---|---|
org.itracker.persistence.dao |
This package contains all Data Access Object (XxxDAO) interfaces
along with their Hibernate implementations (XxxDAOImpl).
|
Modifier and Type | Class | Description |
---|---|---|
class |
ProjectDAOImpl |
This is the implementation bean that seems to make the Hibernate request.
|
Modifier and Type | Method | Description |
---|---|---|
ProjectDAO |
IssueDAOImpl.getProjectDAO() |
Modifier and Type | Method | Description |
---|---|---|
void |
IssueDAOImpl.setProjectDAO(ProjectDAO projectDAO) |
Copyright © 2002–2019 itracker. All rights reserved.