1. which hibernate class will support jpa CriteriaBuilder? stackoverflow.comWe sucessfully implementedSpring , hibernate +jpa in our application with Xa transcation.but we trying to implement criteria in our application we are facing one error that ... |
2. which hibernate class will support jpa CriteriaBuilder? forum.springsource.orgYes i am using the same thing ,what you mentioned above CriteriaBuilder criteriaBuilder= this.getJpaTemplate().getEntityManagerFactory().ge tCriteriaBuilder(); in my config file |