| Package | Description |
|---|---|
| com.gisgraphy.dao | |
| com.gisgraphy.dao.hibernate | |
| com.gisgraphy.service.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LookupDao
Lookup Data Access Object (GenericDao) interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LookupDaoHibernate
Hibernate implementation of LookupDao.
|
class |
UniversalDaoHibernate
This class serves as the a class that can CRUD any object witout any Spring
configuration.
|
| Modifier and Type | Field and Description |
|---|---|
protected UniversalDao |
UniversalManagerImpl.dao
UniversalDao instance, ready to charge forward and persist to the
database
|
| Modifier and Type | Method and Description |
|---|---|
void |
UniversalManagerImpl.setDao(UniversalDao dao) |
Copyright © 2015. All rights reserved.