CriteriaBuilder « JPA « Spring Q&A





1. which hibernate class will support jpa CriteriaBuilder?    stackoverflow.com

We 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.org

Yes i am using the same thing ,what you mentioned above CriteriaBuilder criteriaBuilder= this.getJpaTemplate().getEntityManagerFactory().ge tCriteriaBuilder(); in my config file