"스프링 Repository 인터페이스"의 두 판 사이의 차이

잔글 (→‎개요)
잔글 (봇: 자동으로 텍스트 교체 (-==참고 자료== +==참고==))
 
19번째 줄: 19번째 줄:
* [[Serializable]]
* [[Serializable]]


==참고 자료==
==참고==
* http://docs.spring.io/spring-data/commons/docs/current/api/org/springframework/data/repository/Repository.html
* http://docs.spring.io/spring-data/commons/docs/current/api/org/springframework/data/repository/Repository.html



2017년 7월 18일 (화) 04:09 기준 최신판

  다른 뜻에 대해서는 리파지토리 패턴 문서를 참조하십시오.

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 }}