Class InPredicateRestrictionProducer

java.lang.Object
org.hibernate.query.sqm.mutation.internal.inline.InPredicateRestrictionProducer
All Implemented Interfaces:
MatchingIdRestrictionProducer

public class InPredicateRestrictionProducer extends Object implements MatchingIdRestrictionProducer
MatchingIdRestrictionProducer producing a restriction based on an in-values-list predicate. E.g.: ```` delete from entity-table where ( id ) in ( ( 1 ), ( 2 ), ( 3 ), ( 4 ) ) ````