java - Hibernate 4.3.4 use CriteriaUpdate -


i need example of creating criteriaupdate using hibernate 4.3.2 there not example on web.

i need like

private void updatestudent(final student studenttoupdate) {            final criteriabuilder builder = ..............     final criteriaupdate<student>update = builder.createcriteriaupdate(student.class); } 

i using regular hibernate sessionfactory question is... how can createcriteriaupdate method how criteriabuilder have seen examples creating entitymanager using regular org.hibernate.session

any hugely appreciate.


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -