스프링 Repository 인터페이스

(Repository 인터페이스에서 넘어옴)
  다른 뜻에 대해서는 리파지토리 패턴 문서를 참조하십시오.

1 개요[ | ]

Interface Repository
Interface Repository<T,ID extends Serializable>
org.springframework.data.repository.Repository
  • 저장소 인터페이스
파라미터 설명
T 리파지토리가 관리하는 도메인 타입
ID 리파지토리가 관리하는 엔티티 ID의 타입

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}