T
- public interface AuditDeleteBuilder<T> extends ParametrizedQueryBuilder<T>
Modifier and Type | Method and Description |
---|---|
ParametrizedUpdate |
build()
Create the
ParametrizedUpdate instance that can be used
to execute an update or delete of the entities that this builder is for. |
T |
processId(String... processId)
Specify one or more process (definition) id's as criteria in the query
|
T |
processInstanceId(long... processInstanceId)
Specify one or more process instance ids as criteria in the query
|
clear, equals, intersect, like, maxResults, offset, union
T processInstanceId(long... processInstanceId)
processInstanceId
- one or more a process instance idsT processId(String... processId)
processId
- one or more process idsParametrizedUpdate build()
ParametrizedUpdate
instance that can be used
to execute an update or delete of the entities that this builder is for.
Further modifications to this builder instance
will not affect the query criteria used in the ParametrizedUpdate
produced by this method.ParametrizedUpdate
instance that can be executed.Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.