public interface IRepositoryStrategy
Modifier and Type | Method and Description |
---|---|
Collection<IGisDao<? extends GisFeature>> |
getAvailablesDaos() |
IGisDao<?> |
getDao(Class<?> placeType) |
IGisDao<?> getDao(Class<?> placeType)
placeType
- the placetype we'd like to retrieve the dao. if the place
type is null the gisFeatureDao will be returna
- RepositoryException if no dao is found for the specified
placetypeCollection<IGisDao<? extends GisFeature>> getAvailablesDaos()
Copyright © 2015. All rights reserved.