Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. @Override
  2. @Cacheable(value = MapCacheConfiguration.DATABASE_CACHE_NAME, key = "#root.method.name")
  3. public Curriculum findCurriculumByMemberId(Long memberId) {
  4. return curriculumRepository.findCurriculumByMemberId(memberId);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement