| Package | Description |
|---|---|
| org.kuali.rice.krad.dao.impl |
Core dao implementations using ojb.
|
| org.kuali.rice.krad.dao.proxy | |
| org.kuali.rice.krad.service.impl |
Core service implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LookupDaoJpa
This class is the JPA implementation of the LookupDao interface.
|
class |
LookupDaoOjb
OJB implementation of the LookupDao interface
|
| Modifier and Type | Class and Description |
|---|---|
class |
LookupDaoProxy |
| Modifier and Type | Method and Description |
|---|---|
void |
LookupDaoProxy.setLookupDaoJpa(LookupDao lookupDaoJpa) |
void |
LookupDaoProxy.setLookupDaoOjb(LookupDao lookupDaoOjb) |
| Modifier and Type | Method and Description |
|---|---|
LookupDao |
LookupServiceImpl.getLookupDao() |
| Modifier and Type | Method and Description |
|---|---|
void |
LookupServiceImpl.setLookupDao(LookupDao lookupDao) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.