From 1429a12fe4cec46baa2d31f1b20394e28e8860f4 Mon Sep 17 00:00:00 2001 From: Mark Pollack Date: Fri, 3 Dec 2010 11:07:04 -0500 Subject: [PATCH] README updates. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8bf49ad24..befba0317 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ Future plans are to support optional logging and/or exception throwing based on * To simplify the creation of Data Repositories a generic Repository interface and base class is provided. Furthermore, Spring will automatically create a Repository implementation for you that add implementations of finder methods you specify on an interface. For example the Repository interface is + public interface Repository { T save(T entity);