An application specific Api wrapper around the {@link DatastoreService}. Creating a {@link Store} is relatively expensive so one should be mindful notto create these unnecessarily. For example, in a servlet, the Store should be stored as a field in the store to avoid creating it on every request.
@author knorton@google.com (Kelly Norton)
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.