/hibernate_jconector/hibernate-3.0/doc/api/org/hibernate/criterion/class-use/LogicalExpression.html

https://github.com/JeffersonAlmeida/hibernateMessage · HTML · 183 lines · 147 code · 20 blank · 16 comment · 0 complexity · 220732a8bdf094589b1796335ec3fe50 MD5 · raw file

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!--NewPage-->
  3. <HTML>
  4. <HEAD>
  5. <!-- Generated by javadoc (build 1.4.2_05) on Thu Mar 31 23:43:47 CEST 2005 -->
  6. <TITLE>
  7. Uses of Class org.hibernate.criterion.LogicalExpression (Hibernate API Documentation)
  8. </TITLE>
  9. <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../jdstyle.css" TITLE="Style">
  10. <SCRIPT type="text/javascript">
  11. function windowTitle()
  12. {
  13. parent.document.title="Uses of Class org.hibernate.criterion.LogicalExpression (Hibernate API Documentation)";
  14. }
  15. </SCRIPT>
  16. </HEAD>
  17. <BODY BGCOLOR="white" onload="windowTitle();">
  18. <!-- ========= START OF TOP NAVBAR ======= -->
  19. <A NAME="navbar_top"><!-- --></A>
  20. <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
  21. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  22. <TR>
  23. <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  24. <A NAME="navbar_top_firstrow"><!-- --></A>
  25. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  26. <TR ALIGN="center" VALIGN="top">
  27. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  28. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  29. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/hibernate/criterion/LogicalExpression.html" title="class in org.hibernate.criterion"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
  30. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
  31. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  32. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  33. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  34. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  35. </TR>
  36. </TABLE>
  37. </TD>
  38. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  39. </EM>
  40. </TD>
  41. </TR>
  42. <TR>
  43. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  44. &nbsp;PREV&nbsp;
  45. &nbsp;NEXT</FONT></TD>
  46. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  47. <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp;
  48. &nbsp;<A HREF="LogicalExpression.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  49. &nbsp;<SCRIPT type="text/javascript">
  50. <!--
  51. if(window==top) {
  52. document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  53. }
  54. //-->
  55. </SCRIPT>
  56. <NOSCRIPT>
  57. <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
  58. </NOSCRIPT>
  59. </FONT></TD>
  60. </TR>
  61. </TABLE>
  62. <A NAME="skip-navbar_top"></A>
  63. <!-- ========= END OF TOP NAVBAR ========= -->
  64. <HR>
  65. <CENTER>
  66. <H2>
  67. <B>Uses of Class<br>org.hibernate.criterion.LogicalExpression</B></H2>
  68. </CENTER>
  69. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  70. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  71. <TD COLSPAN=2><FONT SIZE="+2">
  72. Packages that use <A HREF="../../../../org/hibernate/criterion/LogicalExpression.html" title="class in org.hibernate.criterion">LogicalExpression</A></FONT></TD>
  73. </TR>
  74. <TR BGCOLOR="white" CLASS="TableRowColor">
  75. <TD><A HREF="#org.hibernate.criterion"><B>org.hibernate.criterion</B></A></TD>
  76. <TD>
  77. A framework for defining restriction criteria and order criteria.&nbsp;</TD>
  78. </TR>
  79. </TABLE>
  80. &nbsp;
  81. <P>
  82. <A NAME="org.hibernate.criterion"><!-- --></A>
  83. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  84. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  85. <TD COLSPAN=2><FONT SIZE="+2">
  86. Uses of <A HREF="../../../../org/hibernate/criterion/LogicalExpression.html" title="class in org.hibernate.criterion">LogicalExpression</A> in <A HREF="../../../../org/hibernate/criterion/package-summary.html">org.hibernate.criterion</A></FONT></TD>
  87. </TR>
  88. </TABLE>
  89. &nbsp;
  90. <P>
  91. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  92. <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
  93. <TD COLSPAN=2>Methods in <A HREF="../../../../org/hibernate/criterion/package-summary.html">org.hibernate.criterion</A> that return <A HREF="../../../../org/hibernate/criterion/LogicalExpression.html" title="class in org.hibernate.criterion">LogicalExpression</A></FONT></TD>
  94. </TR>
  95. <TR BGCOLOR="white" CLASS="TableRowColor">
  96. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  97. <CODE>static&nbsp;<A HREF="../../../../org/hibernate/criterion/LogicalExpression.html" title="class in org.hibernate.criterion">LogicalExpression</A></CODE></FONT></TD>
  98. <TD><CODE><B>Restrictions.</B><B><A HREF="../../../../org/hibernate/criterion/Restrictions.html#and(org.hibernate.criterion.Criterion, org.hibernate.criterion.Criterion)">and</A></B>(<A HREF="../../../../org/hibernate/criterion/Criterion.html" title="interface in org.hibernate.criterion">Criterion</A>&nbsp;lhs,
  99. <A HREF="../../../../org/hibernate/criterion/Criterion.html" title="interface in org.hibernate.criterion">Criterion</A>&nbsp;rhs)</CODE>
  100. <BR>
  101. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the conjuction of two expressions</TD>
  102. </TR>
  103. <TR BGCOLOR="white" CLASS="TableRowColor">
  104. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  105. <CODE>static&nbsp;<A HREF="../../../../org/hibernate/criterion/LogicalExpression.html" title="class in org.hibernate.criterion">LogicalExpression</A></CODE></FONT></TD>
  106. <TD><CODE><B>Restrictions.</B><B><A HREF="../../../../org/hibernate/criterion/Restrictions.html#or(org.hibernate.criterion.Criterion, org.hibernate.criterion.Criterion)">or</A></B>(<A HREF="../../../../org/hibernate/criterion/Criterion.html" title="interface in org.hibernate.criterion">Criterion</A>&nbsp;lhs,
  107. <A HREF="../../../../org/hibernate/criterion/Criterion.html" title="interface in org.hibernate.criterion">Criterion</A>&nbsp;rhs)</CODE>
  108. <BR>
  109. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the disjuction of two expressions</TD>
  110. </TR>
  111. </TABLE>
  112. &nbsp;
  113. <P>
  114. <HR>
  115. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  116. <A NAME="navbar_bottom"><!-- --></A>
  117. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  118. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  119. <TR>
  120. <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  121. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  122. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  123. <TR ALIGN="center" VALIGN="top">
  124. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  125. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  126. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/hibernate/criterion/LogicalExpression.html" title="class in org.hibernate.criterion"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
  127. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
  128. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  129. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  130. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  131. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  132. </TR>
  133. </TABLE>
  134. </TD>
  135. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  136. </EM>
  137. </TD>
  138. </TR>
  139. <TR>
  140. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  141. &nbsp;PREV&nbsp;
  142. &nbsp;NEXT</FONT></TD>
  143. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  144. <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp;
  145. &nbsp;<A HREF="LogicalExpression.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  146. &nbsp;<SCRIPT type="text/javascript">
  147. <!--
  148. if(window==top) {
  149. document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  150. }
  151. //-->
  152. </SCRIPT>
  153. <NOSCRIPT>
  154. <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
  155. </NOSCRIPT>
  156. </FONT></TD>
  157. </TR>
  158. </TABLE>
  159. <A NAME="skip-navbar_bottom"></A>
  160. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  161. <HR>
  162. </BODY>
  163. </HTML>