Criteria is a simplified API for retrieving entities by composing Criterion objects. This is a very convenient approach for functionality like "search" screens where there is a variable number of conditions to be placed upon the result set.
dynamic-update
(defaults tofalse
): Specifies thatUPDATE
SQL should be generated at runtime and contain only those columns whose values have changeddynamic-insert
(defaults tofalse
): Specifies thatINSERT
SQL should be generated at runtime and contain only the columns whose values are not null.
No comments:
Post a Comment