Used to simplify the criteria preparation flow and separate criteria creation from criteria population assuming the former is created by lower level data access objects while the latter depends more on the actual logic of the criteria formation (since most {@link Criteria} implementations usuallyrequire knowledge of the Hibernate session to live).
@author Erez Mazor (erezmazor@gmail.com)
|
|
|
|
|
|