com.basilv.examples.spring.explicit
Class HardcodedResumeRepository

java.lang.Object
  extended by com.basilv.examples.spring.explicit.HardcodedResumeRepository
All Implemented Interfaces:
ResumeRepository

public class HardcodedResumeRepository
extends Object
implements ResumeRepository


Constructor Summary
HardcodedResumeRepository()
           
 
Method Summary
 Set<Resume> findAll()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HardcodedResumeRepository

public HardcodedResumeRepository()
Method Detail

findAll

public Set<Resume> findAll()
Specified by:
findAll in interface ResumeRepository


Java Examples available from http://www.basilv.com/psd/software Copyright © 2009 by Basil Vandegriend. All Rights Reserved.