| 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 |
NoteDaoJpa
This class is the JPA implementation of the NoteDao interface.
|
class |
NoteDaoOjb
This class is the OJB implementation of the NoteDao interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NoteDaoProxy |
| Modifier and Type | Method and Description |
|---|---|
void |
NoteDaoProxy.setNoteDaoJpa(NoteDao noteDaoJpa) |
void |
NoteDaoProxy.setNoteDaoOjb(NoteDao noteDaoOjb) |
| Modifier and Type | Method and Description |
|---|---|
protected NoteDao |
NoteServiceImpl.getNoteDao()
Retrieves a data access object
|
| Modifier and Type | Method and Description |
|---|---|
void |
NoteServiceImpl.setNoteDao(NoteDao d)
Sets the data access object
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.