org.springframework.ldap.samples.person.dao
Interface CountryDao

All Known Implementing Classes:
CountryDaoImpl

public interface CountryDao

Data Access Object interface for the Country entity.

Author:
Ulrik Sandberg

Method Summary
 List findAll()
           
 

Method Detail

findAll

List findAll()


Copyright © 2006-2009 Spring Framework. All Rights Reserved.