public class Intersection extends SearchAction
SearchAction
which combines two other search actions
into one logical unit, e.g.
A && B
Search.and()
,
Serialized FormchainedList, timeout, values
Constructor and Description |
---|
Intersection(SearchValues values,
SearchAction a,
SearchAction b) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
doWork(org.hibernate.Session session,
ome.system.ServiceFactory sf)
Work method.
|
annotatedBetween, annotatedBetween, annotatedBy, annotatedBy, chainedSearch, copyOfValues, createdOrModified, createdOrModified, description, ids, ids, notNullOrLikeOrEqual, notNullOrLikeOrEqual, orderByAscending, orderByPath, ownerOrGroup, ownerOrGroup, setTimeout
public Intersection(SearchValues values, SearchAction a, SearchAction b)
@Transactional(readOnly=true) public java.lang.Object doWork(org.hibernate.Session session, ome.system.ServiceFactory sf)
Executor.Work
Object
return method.session
- non null.sf
- non null.