Whiteship
  • Home
  • 인프런 강의
  • Java
  • Spring
  • JPA
  • SDE Tips
Subscribe
Tagged

Generic 타입 추론

A collection of 1 post

Generic 타입 추론

[회사일] Generic 타입 추론 유틸 만들기

@Transactional public class GenericServiceImpl<D extends GenericDao<E, S>, E, S> implements GenericService<E, S> {     @Autowired ApplicationContext applicationContext;     private Class<D> daoClass;     protected D dao;     public GenericServiceImpl(){     

  • 백기선
백기선 Jun 11, 2010 • 1 min read
Whiteship © 2022
Powered by Ghost