Generic Manager that talks to GenericDao to CRUD POJOs.
Extend this interface if you want typesafe (no casting necessary) managers for your domain objects.
@author Matt RaibleUpdated by jgarcia: added full text search + reindexing
@param < T> a type variable
@param < PK> the primary key for that type
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.