Persistent Criteria can be used to retrieve sets of objects based on their attributes
Normally each attribute is ANDed together, an OR can be performed by creating a new
PersistentCriteria and adding it.
OJB Search Filter Class for ObJectRelationalBridge O/R mapping tool
This class builds a search filter tree, specifing how names and
values are to be compared when searching a database.
represents Queries that can be used by the OJB PersistenceBroker
to retrieve Objects from the underlying DB.
Until now there are two implementations:
1.
Class to build selection criteria for searches
Search Filter Class (Abstract)
This class builds a search filter tree, specifing how names and
values are to be compared when searching a database.