net.sf.minuteProject.model.service
Class GenericServiceImpl<T,D extends GenericDao<T>>

java.lang.Object
  extended by net.sf.minuteProject.model.service.GenericServiceImpl<T,D>
All Implemented Interfaces:
GenericService<T>

public class GenericServiceImpl<T,D extends GenericDao<T>>
extends Object
implements GenericService<T>


Constructor Summary
GenericServiceImpl()
           
 
Method Summary
 void find(QueryData<T> queryData)
          Find persistence data according to search criteria
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericServiceImpl

public GenericServiceImpl()
Method Detail

find

public void find(QueryData<T> queryData)
Description copied from interface: GenericService
Find persistence data according to search criteria

Specified by:
find in interface GenericService<T>


Copyright © 2013. All Rights Reserved.