A suggestion for avoid it is to use a builder class to encapsulate the joins , see below. public class AccountCriteriaBuilder { CriteriaBuilder cb; ...
確定! 回上一頁