org.mdarad.framework.expr |
|
Java Source File Name | Type | Comment |
CriteriaTranslator.java | Class | This abstract class is used to translate criteria objects from the MDARAD framework
to criteria objects of the persistence framework used. |
Criterion.java | Class | Class that represent a search criterion for the MDARAD framework. |
HibernateCriteriaTranslator.java | Class | This class is used to translate criteria objects from the MDARAD framework
to criteria objects from the Hibernate persistence framework
(http://www.hibernate.org). |
InvalidTranslatorTypeException.java | Class | This exception class is used when an invalid translator type is
used to instance a
CriteriaTranslator object. |
Operator.java | Class | This class represents a criterion operator. |
OperatorType.java | Class | This class is an enumeration value class that represents an
operator type. |
OperatorTypes.java | Class | This class keeps the possible values of the operator types associated
to the search criteria. |