When to use detached criteria and criteria.
detached criteria : if we want to create a query wihout any session
Ref : Stackoverflow
another alternative is
If you are using Spring and choose to use HibernateTemplate, it doesn't provide createCriteria() method.
detached criteria : if we want to create a query wihout any session
Ref : Stackoverflow
another alternative is
If you are using Spring and choose to use HibernateTemplate, it doesn't provide createCriteria() method.
Ref : spring
No comments:
Post a Comment