clarified repository definition from DDD and removed comparison with DAO to reduce confusion
This commit is contained in:
parent
663f056329
commit
1a2f96000e
|
@ -23,7 +23,9 @@ import java.lang.annotation.RetentionPolicy;
|
||||||
import java.lang.annotation.Target;
|
import java.lang.annotation.Target;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Indicates that an annotated class is a "Repository" (or "DAO").
|
* Indicates that an annotated class is a "Repository",
|
||||||
|
* "a mechanism for encapsulating storage, retrieval,
|
||||||
|
* and search behaviour which emulates a collection of objects”.
|
||||||
*
|
*
|
||||||
* <p>A class thus annotated is eligible for Spring
|
* <p>A class thus annotated is eligible for Spring
|
||||||
* {@link org.springframework.dao.DataAccessException} translation. The
|
* {@link org.springframework.dao.DataAccessException} translation. The
|
||||||
|
|
Loading…
Reference in New Issue