Package | Description |
---|---|
org.itracker.model |
All entity classes are POJO beans.
|
org.itracker.persistence.dao |
This package contains all Data Access Object (XxxDAO) interfaces
along with their Hibernate implementations (XxxDAOImpl).
|
Modifier and Type | Method | Description |
---|---|---|
UserPreferences |
User.getPreferences() |
Modifier and Type | Method | Description |
---|---|---|
void |
User.setPreferences(UserPreferences preferences) |
Modifier and Type | Method | Description |
---|---|---|
UserPreferences |
UserPreferencesDAO.findByUserId(Integer userId) |
|
UserPreferences |
UserPreferencesDAOImpl.findByUserId(Integer userId) |
Copyright © 2002–2019 itracker. All rights reserved.