|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Dao | |
|---|---|
| org.acegisecurity.domain.hibernate | Hibernate-specific implementations of the domain subproject interfaces. |
| org.acegisecurity.domain.service | |
| Uses of Dao in org.acegisecurity.domain.hibernate |
|---|
| Classes in org.acegisecurity.domain.hibernate that implement Dao | |
|---|---|
class |
DaoHibernate<E extends PersistableEntity>
Generics supporting Dao implementation that uses Hibernate 3 for persistence. |
| Uses of Dao in org.acegisecurity.domain.service |
|---|
| Fields in org.acegisecurity.domain.service declared as Dao | |
|---|---|
protected Dao<E> |
ImmutableManagerImpl.dao
|
| Methods in org.acegisecurity.domain.service that return Dao | |
|---|---|
Dao<E> |
ImmutableManagerImpl.getDao()
|
| Methods in org.acegisecurity.domain.service with parameters of type Dao | |
|---|---|
void |
ImmutableManagerImpl.setDao(Dao<E> dao)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||