Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 248 Bytes

define_repository_interface.md

File metadata and controls

3 lines (2 loc) · 248 Bytes

定义repository接口

首先定义一个特别的实体Repository interface。接口必须继承自Repository并且要定义为实体类和一个ID类型。如果你想要为这个实体类实现CRUD操作,继承CrudRepository替换Repository