Guest User

Untitled

a guest
Dec 12th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. @Query("select u from ProfileDMO p inner join p.userPrincipal u where p.id=:profileId")
  2. List<UserPrincipalDMO> findUserPrincipalByProfileId(@Param("profileId") long profileId);
Add Comment
Please, Sign In to add comment