pl.edu.agh.cast.model.mapper
Interface Loader

All Known Implementing Classes:
AbstractLoader, DBLoader, XMLLoader

public interface Loader

The loader interface is used load mapped objects from the data source.

Author:
AGH CAST Team

Method Summary
 List<Mappable> find()
          Load mapped objects from the data source.
 

Method Detail

find

List<Mappable> find()
Load mapped objects from the data source.

Returns:
list of objects
See Also:
pl.edu.agh.cast.model.mapper.Mapper.find


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.