File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/main/java/org/springframework/data/repository/history Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 23
23
import org .springframework .data .history .RevisionSort ;
24
24
import org .springframework .data .history .Revisions ;
25
25
import org .springframework .data .repository .NoRepositoryBean ;
26
+ import org .springframework .data .repository .Repository ;
26
27
27
28
/**
28
29
* A repository which can access entities held in a variety of {@link Revisions}.
31
32
* @author Philipp Huegelmeyer
32
33
*/
33
34
@ NoRepositoryBean
34
- public interface RevisionRepository <T , ID extends Serializable , N extends Number & Comparable <N >> {
35
+ public interface RevisionRepository <T , ID extends Serializable , N extends Number & Comparable <N >>
36
+ extends Repository <T , ID > {
35
37
36
38
/**
37
39
* Returns the revision of the entity it was last changed in.
You can’t perform that action at this time.
0 commit comments