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

All Known Implementing Classes:
CompanyDaoImpl

public interface CompanyDao

Data Access Object interface for the Company entity.

Author:
Ulrik Sandberg

Method Summary
 List findByCountry(String country)
           
 

Method Detail

findByCountry

List findByCountry(String country)


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