PageRenderTime 46ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/projects/hibernate-4.2.0/documentation/javadocs/org/hibernate/loader/custom/package-summary.html

https://gitlab.com/essere.lab.public/qualitas.class-corpus
HTML | 246 lines | 204 code | 26 blank | 16 comment | 0 complexity | 1425abec541861332d22a534a69d6ffb 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.6.0_34) on Mon Mar 18 11:44:49 EDT 2013 -->
  6. <TITLE>
  7. org.hibernate.loader.custom (Hibernate JavaDocs)
  8. </TITLE>
  9. <META NAME="date" CONTENT="2013-03-18">
  10. <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
  11. <SCRIPT type="text/javascript">
  12. function windowTitle()
  13. {
  14. if (location.href.indexOf('is-external=true') == -1) {
  15. parent.document.title="org.hibernate.loader.custom (Hibernate JavaDocs)";
  16. }
  17. }
  18. </SCRIPT>
  19. <NOSCRIPT>
  20. </NOSCRIPT>
  21. </HEAD>
  22. <BODY BGCOLOR="white" onload="windowTitle();">
  23. <HR>
  24. <!-- ========= START OF TOP NAVBAR ======= -->
  25. <A NAME="navbar_top"><!-- --></A>
  26. <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
  27. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  28. <TR>
  29. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  30. <A NAME="navbar_top_firstrow"><!-- --></A>
  31. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  32. <TR ALIGN="center" VALIGN="top">
  33. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  34. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
  35. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  36. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  37. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  38. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  39. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  40. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  41. </TR>
  42. </TABLE>
  43. </TD>
  44. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  45. </EM>
  46. </TD>
  47. </TR>
  48. <TR>
  49. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  50. &nbsp;<A HREF="../../../../org/hibernate/loader/criteria/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
  51. &nbsp;<A HREF="../../../../org/hibernate/loader/custom/sql/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
  52. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  53. <A HREF="../../../../index.html?org/hibernate/loader/custom/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
  54. &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  55. &nbsp;<SCRIPT type="text/javascript">
  56. <!--
  57. if(window==top) {
  58. document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  59. }
  60. //-->
  61. </SCRIPT>
  62. <NOSCRIPT>
  63. <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
  64. </NOSCRIPT>
  65. </FONT></TD>
  66. </TR>
  67. </TABLE>
  68. <A NAME="skip-navbar_top"></A>
  69. <!-- ========= END OF TOP NAVBAR ========= -->
  70. <HR>
  71. <H2>
  72. Package org.hibernate.loader.custom
  73. </H2>
  74. This package defines a framework for custom loaders that accept
  75. handwritten SQL
  76. <P>
  77. <B>See:</B>
  78. <BR>
  79. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="#package_description"><B>Description</B></A>
  80. <P>
  81. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  82. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  83. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  84. <B>Interface Summary</B></FONT></TH>
  85. </TR>
  86. <TR BGCOLOR="white" CLASS="TableRowColor">
  87. <TD WIDTH="15%"><B><A HREF="../../../../org/hibernate/loader/custom/CustomQuery.html" title="interface in org.hibernate.loader.custom">CustomQuery</A></B></TD>
  88. <TD>Extension point allowing any SQL query with named and positional parameters
  89. to be executed by Hibernate, returning managed entities, collections and
  90. simple scalar values.</TD>
  91. </TR>
  92. <TR BGCOLOR="white" CLASS="TableRowColor">
  93. <TD WIDTH="15%"><B><A HREF="../../../../org/hibernate/loader/custom/Return.html" title="interface in org.hibernate.loader.custom">Return</A></B></TD>
  94. <TD>Represents a return in a custom query.</TD>
  95. </TR>
  96. </TABLE>
  97. &nbsp;
  98. <P>
  99. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  100. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  101. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  102. <B>Class Summary</B></FONT></TH>
  103. </TR>
  104. <TR BGCOLOR="white" CLASS="TableRowColor">
  105. <TD WIDTH="15%"><B><A HREF="../../../../org/hibernate/loader/custom/CollectionFetchReturn.html" title="class in org.hibernate.loader.custom">CollectionFetchReturn</A></B></TD>
  106. <TD>Spefically a fetch return that refers to a collection association.</TD>
  107. </TR>
  108. <TR BGCOLOR="white" CLASS="TableRowColor">
  109. <TD WIDTH="15%"><B><A HREF="../../../../org/hibernate/loader/custom/CollectionReturn.html" title="class in org.hibernate.loader.custom">CollectionReturn</A></B></TD>
  110. <TD>Represents a return which names a collection role; it
  111. is used in defining a custom query for loading an entity's
  112. collection in non-fetching scenarios (i.e., loading the collection
  113. itself as the "root" of the result).</TD>
  114. </TR>
  115. <TR BGCOLOR="white" CLASS="TableRowColor">
  116. <TD WIDTH="15%"><B><A HREF="../../../../org/hibernate/loader/custom/ColumnCollectionAliases.html" title="class in org.hibernate.loader.custom">ColumnCollectionAliases</A></B></TD>
  117. <TD>CollectionAliases that uses columnnames instead of generated aliases.</TD>
  118. </TR>
  119. <TR BGCOLOR="white" CLASS="TableRowColor">
  120. <TD WIDTH="15%"><B><A HREF="../../../../org/hibernate/loader/custom/CustomLoader.html" title="class in org.hibernate.loader.custom">CustomLoader</A></B></TD>
  121. <TD>Extension point for loaders which use a SQL result set with "unexpected" column aliases.</TD>
  122. </TR>
  123. <TR BGCOLOR="white" CLASS="TableRowColor">
  124. <TD WIDTH="15%"><B><A HREF="../../../../org/hibernate/loader/custom/EntityFetchReturn.html" title="class in org.hibernate.loader.custom">EntityFetchReturn</A></B></TD>
  125. <TD>Spefically a fetch return that refers to an entity association.</TD>
  126. </TR>
  127. <TR BGCOLOR="white" CLASS="TableRowColor">
  128. <TD WIDTH="15%"><B><A HREF="../../../../org/hibernate/loader/custom/FetchReturn.html" title="class in org.hibernate.loader.custom">FetchReturn</A></B></TD>
  129. <TD>Represents a return which names a fetched association.</TD>
  130. </TR>
  131. <TR BGCOLOR="white" CLASS="TableRowColor">
  132. <TD WIDTH="15%"><B><A HREF="../../../../org/hibernate/loader/custom/NonScalarReturn.html" title="class in org.hibernate.loader.custom">NonScalarReturn</A></B></TD>
  133. <TD>Represents some non-scalar (entity/collection) return within the query result.</TD>
  134. </TR>
  135. <TR BGCOLOR="white" CLASS="TableRowColor">
  136. <TD WIDTH="15%"><B><A HREF="../../../../org/hibernate/loader/custom/RootReturn.html" title="class in org.hibernate.loader.custom">RootReturn</A></B></TD>
  137. <TD>Represents a return which names a "root" entity.</TD>
  138. </TR>
  139. <TR BGCOLOR="white" CLASS="TableRowColor">
  140. <TD WIDTH="15%"><B><A HREF="../../../../org/hibernate/loader/custom/ScalarReturn.html" title="class in org.hibernate.loader.custom">ScalarReturn</A></B></TD>
  141. <TD>Represent a scalar (aka simple value) return within a query result.</TD>
  142. </TR>
  143. </TABLE>
  144. &nbsp;
  145. <P>
  146. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  147. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  148. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  149. <B>Exception Summary</B></FONT></TH>
  150. </TR>
  151. <TR BGCOLOR="white" CLASS="TableRowColor">
  152. <TD WIDTH="15%"><B><A HREF="../../../../org/hibernate/loader/custom/NonUniqueDiscoveredSqlAliasException.html" title="class in org.hibernate.loader.custom">NonUniqueDiscoveredSqlAliasException</A></B></TD>
  153. <TD>&nbsp;</TD>
  154. </TR>
  155. </TABLE>
  156. &nbsp;
  157. <P>
  158. <A NAME="package_description"><!-- --></A><H2>
  159. Package org.hibernate.loader.custom Description
  160. </H2>
  161. <P>
  162. <p>
  163. This package defines a framework for custom loaders that accept
  164. handwritten SQL
  165. </p>
  166. <P>
  167. <P>
  168. <DL>
  169. </DL>
  170. <HR>
  171. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  172. <A NAME="navbar_bottom"><!-- --></A>
  173. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  174. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  175. <TR>
  176. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  177. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  178. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  179. <TR ALIGN="center" VALIGN="top">
  180. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  181. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
  182. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  183. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  184. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  185. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  186. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  187. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  188. </TR>
  189. </TABLE>
  190. </TD>
  191. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  192. </EM>
  193. </TD>
  194. </TR>
  195. <TR>
  196. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  197. &nbsp;<A HREF="../../../../org/hibernate/loader/criteria/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
  198. &nbsp;<A HREF="../../../../org/hibernate/loader/custom/sql/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
  199. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  200. <A HREF="../../../../index.html?org/hibernate/loader/custom/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
  201. &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  202. &nbsp;<SCRIPT type="text/javascript">
  203. <!--
  204. if(window==top) {
  205. document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  206. }
  207. //-->
  208. </SCRIPT>
  209. <NOSCRIPT>
  210. <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
  211. </NOSCRIPT>
  212. </FONT></TD>
  213. </TR>
  214. </TABLE>
  215. <A NAME="skip-navbar_bottom"></A>
  216. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  217. <HR>
  218. Copyright &copy; 2001-2013 <a href="http://redhat.com">Red Hat, Inc.</a> All Rights Reserved.
  219. </BODY>
  220. </HTML>