Browse Source

README updates.

pull/1/head
Mark Pollack 15 years ago
parent
commit
1429a12fe4
  1. 1
      README.md

1
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 * 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, ID extends Serializable> { public interface Repository<T, ID extends Serializable> {
T save(T entity); T save(T entity);

Loading…
Cancel
Save