Retrieves all objects of the the same class as aSample in the database
@param aSample - Object whose class will be used
@return List of all of the objects of the class of aSample
Retrieve field values of instances from the store. This tells the PersistenceManager that the application intends to use the instances, and all field values must be retrieved.
The PersistenceManager might use policy information about the class to retrieve associated instances.
@param pcs the instances
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.