PageRenderTime 64ms CodeModel.GetById 28ms RepoModel.GetById 0ms app.codeStats 0ms

/projects/hibernate-4.2.0/documentation/javadocs/org/hibernate/type/MapType.html

https://gitlab.com/essere.lab.public/qualitas.class-corpus
HTML | 528 lines | 460 code | 45 blank | 23 comment | 0 complexity | debbced026a96fab38c2b733064a82fe 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:40 EDT 2013 -->
  6. <TITLE>
  7. MapType (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="MapType (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="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  35. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  36. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/MapType.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/type/ManyToOneType.html" title="class in org.hibernate.type"><B>PREV CLASS</B></A>&nbsp;
  51. &nbsp;<A HREF="../../../org/hibernate/type/MaterializedBlobType.html" title="class in org.hibernate.type"><B>NEXT CLASS</B></A></FONT></TD>
  52. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  53. <A HREF="../../../index.html?org/hibernate/type/MapType.html" target="_top"><B>FRAMES</B></A> &nbsp;
  54. &nbsp;<A HREF="MapType.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. <TR>
  68. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  69. SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_org.hibernate.type.CollectionType">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  70. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  71. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  72. </TR>
  73. </TABLE>
  74. <A NAME="skip-navbar_top"></A>
  75. <!-- ========= END OF TOP NAVBAR ========= -->
  76. <HR>
  77. <!-- ======== START OF CLASS DATA ======== -->
  78. <H2>
  79. <FONT SIZE="-1">
  80. org.hibernate.type</FONT>
  81. <BR>
  82. Class MapType</H2>
  83. <PRE>
  84. <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
  85. <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../org/hibernate/type/AbstractType.html" title="class in org.hibernate.type">org.hibernate.type.AbstractType</A>
  86. <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../org/hibernate/type/CollectionType.html" title="class in org.hibernate.type">org.hibernate.type.CollectionType</A>
  87. <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>org.hibernate.type.MapType</B>
  88. </PRE>
  89. <DL>
  90. <DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>, <A HREF="../../../org/hibernate/type/AssociationType.html" title="interface in org.hibernate.type">AssociationType</A>, <A HREF="../../../org/hibernate/type/Type.html" title="interface in org.hibernate.type">Type</A></DD>
  91. </DL>
  92. <DL>
  93. <DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../org/hibernate/type/OrderedMapType.html" title="class in org.hibernate.type">OrderedMapType</A>, <A HREF="../../../org/hibernate/type/SortedMapType.html" title="class in org.hibernate.type">SortedMapType</A></DD>
  94. </DL>
  95. <HR>
  96. <DL>
  97. <DT><PRE>public class <B>MapType</B><DT>extends <A HREF="../../../org/hibernate/type/CollectionType.html" title="class in org.hibernate.type">CollectionType</A></DL>
  98. </PRE>
  99. <P>
  100. <DL>
  101. <DT><B>See Also:</B><DD><A HREF="../../../serialized-form.html#org.hibernate.type.MapType">Serialized Form</A></DL>
  102. <HR>
  103. <P>
  104. <!-- =========== FIELD SUMMARY =========== -->
  105. <A NAME="field_summary"><!-- --></A>
  106. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  107. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  108. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  109. <B>Field Summary</B></FONT></TH>
  110. </TR>
  111. </TABLE>
  112. &nbsp;<A NAME="fields_inherited_from_class_org.hibernate.type.CollectionType"><!-- --></A>
  113. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  114. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  115. <TH ALIGN="left"><B>Fields inherited from class org.hibernate.type.<A HREF="../../../org/hibernate/type/CollectionType.html" title="class in org.hibernate.type">CollectionType</A></B></TH>
  116. </TR>
  117. <TR BGCOLOR="white" CLASS="TableRowColor">
  118. <TD><CODE><A HREF="../../../org/hibernate/type/CollectionType.html#UNFETCHED_COLLECTION">UNFETCHED_COLLECTION</A></CODE></TD>
  119. </TR>
  120. </TABLE>
  121. &nbsp;<A NAME="fields_inherited_from_class_org.hibernate.type.AbstractType"><!-- --></A>
  122. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  123. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  124. <TH ALIGN="left"><B>Fields inherited from class org.hibernate.type.<A HREF="../../../org/hibernate/type/AbstractType.html" title="class in org.hibernate.type">AbstractType</A></B></TH>
  125. </TR>
  126. <TR BGCOLOR="white" CLASS="TableRowColor">
  127. <TD><CODE><A HREF="../../../org/hibernate/type/AbstractType.html#LEGACY_DEFAULT_SIZE">LEGACY_DEFAULT_SIZE</A>, <A HREF="../../../org/hibernate/type/AbstractType.html#LEGACY_DICTATED_SIZE">LEGACY_DICTATED_SIZE</A></CODE></TD>
  128. </TR>
  129. </TABLE>
  130. &nbsp;
  131. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  132. <A NAME="constructor_summary"><!-- --></A>
  133. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  134. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  135. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  136. <B>Constructor Summary</B></FONT></TH>
  137. </TR>
  138. <TR BGCOLOR="white" CLASS="TableRowColor">
  139. <TD><CODE><B><A HREF="../../../org/hibernate/type/MapType.html#MapType(org.hibernate.type.TypeFactory.TypeScope, java.lang.String, java.lang.String)">MapType</A></B>(<A HREF="../../../org/hibernate/type/TypeFactory.TypeScope.html" title="interface in org.hibernate.type">TypeFactory.TypeScope</A>&nbsp;typeScope,
  140. <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;role,
  141. <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;propertyRef)</CODE>
  142. <BR>
  143. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  144. </TR>
  145. <TR BGCOLOR="white" CLASS="TableRowColor">
  146. <TD><CODE><B><A HREF="../../../org/hibernate/type/MapType.html#MapType(org.hibernate.type.TypeFactory.TypeScope, java.lang.String, java.lang.String, boolean)">MapType</A></B>(<A HREF="../../../org/hibernate/type/TypeFactory.TypeScope.html" title="interface in org.hibernate.type">TypeFactory.TypeScope</A>&nbsp;typeScope,
  147. <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;role,
  148. <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;propertyRef,
  149. boolean&nbsp;isEmbeddedInXML)</CODE>
  150. <BR>
  151. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Use <A HREF="../../../org/hibernate/type/MapType.html#MapType(org.hibernate.type.TypeFactory.TypeScope, java.lang.String, java.lang.String)"><CODE>MapType(TypeFactory.TypeScope, String, String )</CODE></A> instead.
  152. See Jira issue: <a href="https://hibernate.onjira.com/browse/HHH-7771">HHH-7771</a></I></TD>
  153. </TR>
  154. </TABLE>
  155. &nbsp;
  156. <!-- ========== METHOD SUMMARY =========== -->
  157. <A NAME="method_summary"><!-- --></A>
  158. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  159. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  160. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  161. <B>Method Summary</B></FONT></TH>
  162. </TR>
  163. <TR BGCOLOR="white" CLASS="TableRowColor">
  164. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  165. <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</A></CODE></FONT></TD>
  166. <TD><CODE><B><A HREF="../../../org/hibernate/type/MapType.html#getElementsIterator(java.lang.Object)">getElementsIterator</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;collection)</CODE>
  167. <BR>
  168. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get an iterator over the element set of the collection in POJO mode</TD>
  169. </TR>
  170. <TR BGCOLOR="white" CLASS="TableRowColor">
  171. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  172. <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A></CODE></FONT></TD>
  173. <TD><CODE><B><A HREF="../../../org/hibernate/type/MapType.html#getReturnedClass()">getReturnedClass</A></B>()</CODE>
  174. <BR>
  175. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The class returned by <A HREF="../../../org/hibernate/type/Type.html#nullSafeGet(java.sql.ResultSet, java.lang.String[], org.hibernate.engine.spi.SessionImplementor, java.lang.Object)"><CODE>Type.nullSafeGet(java.sql.ResultSet, java.lang.String[], org.hibernate.engine.spi.SessionImplementor, java.lang.Object)</CODE></A> methods.</TD>
  176. </TR>
  177. <TR BGCOLOR="white" CLASS="TableRowColor">
  178. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  179. <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></CODE></FONT></TD>
  180. <TD><CODE><B><A HREF="../../../org/hibernate/type/MapType.html#indexOf(java.lang.Object, java.lang.Object)">indexOf</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;collection,
  181. <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;element)</CODE>
  182. <BR>
  183. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  184. </TR>
  185. <TR BGCOLOR="white" CLASS="TableRowColor">
  186. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  187. <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></CODE></FONT></TD>
  188. <TD><CODE><B><A HREF="../../../org/hibernate/type/MapType.html#instantiate(int)">instantiate</A></B>(int&nbsp;anticipatedSize)</CODE>
  189. <BR>
  190. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Instantiate an empty instance of the "underlying" collection (not a wrapper),
  191. but with the given anticipated size (i.e.</TD>
  192. </TR>
  193. <TR BGCOLOR="white" CLASS="TableRowColor">
  194. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  195. <CODE>&nbsp;<A HREF="../../../org/hibernate/collection/spi/PersistentCollection.html" title="interface in org.hibernate.collection.spi">PersistentCollection</A></CODE></FONT></TD>
  196. <TD><CODE><B><A HREF="../../../org/hibernate/type/MapType.html#instantiate(org.hibernate.engine.spi.SessionImplementor, org.hibernate.persister.collection.CollectionPersister, java.io.Serializable)">instantiate</A></B>(<A HREF="../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session,
  197. <A HREF="../../../org/hibernate/persister/collection/CollectionPersister.html" title="interface in org.hibernate.persister.collection">CollectionPersister</A>&nbsp;persister,
  198. <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>&nbsp;key)</CODE>
  199. <BR>
  200. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Instantiate an uninitialized collection wrapper or holder.</TD>
  201. </TR>
  202. <TR BGCOLOR="white" CLASS="TableRowColor">
  203. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  204. <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></CODE></FONT></TD>
  205. <TD><CODE><B><A HREF="../../../org/hibernate/type/MapType.html#replaceElements(java.lang.Object, java.lang.Object, java.lang.Object, java.util.Map, org.hibernate.engine.spi.SessionImplementor)">replaceElements</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;original,
  206. <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;target,
  207. <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;owner,
  208. <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A>&nbsp;copyCache,
  209. <A HREF="../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session)</CODE>
  210. <BR>
  211. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Replace the elements of a collection with the elements of another collection.</TD>
  212. </TR>
  213. <TR BGCOLOR="white" CLASS="TableRowColor">
  214. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  215. <CODE>&nbsp;<A HREF="../../../org/hibernate/collection/spi/PersistentCollection.html" title="interface in org.hibernate.collection.spi">PersistentCollection</A></CODE></FONT></TD>
  216. <TD><CODE><B><A HREF="../../../org/hibernate/type/MapType.html#wrap(org.hibernate.engine.spi.SessionImplementor, java.lang.Object)">wrap</A></B>(<A HREF="../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session,
  217. <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;collection)</CODE>
  218. <BR>
  219. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Wrap the naked collection instance in a wrapper, or instantiate a
  220. holder.</TD>
  221. </TR>
  222. </TABLE>
  223. &nbsp;<A NAME="methods_inherited_from_class_org.hibernate.type.CollectionType"><!-- --></A>
  224. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  225. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  226. <TH ALIGN="left"><B>Methods inherited from class org.hibernate.type.<A HREF="../../../org/hibernate/type/CollectionType.html" title="class in org.hibernate.type">CollectionType</A></B></TH>
  227. </TR>
  228. <TR BGCOLOR="white" CLASS="TableRowColor">
  229. <TD><CODE><A HREF="../../../org/hibernate/type/CollectionType.html#assemble(java.io.Serializable, org.hibernate.engine.spi.SessionImplementor, java.lang.Object)">assemble</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#compare(java.lang.Object, java.lang.Object)">compare</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#contains(java.lang.Object, java.lang.Object, org.hibernate.engine.spi.SessionImplementor)">contains</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#deepCopy(java.lang.Object, org.hibernate.engine.spi.SessionFactoryImplementor)">deepCopy</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#defaultSizes(org.hibernate.engine.spi.Mapping)">defaultSizes</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#dictatedSizes(org.hibernate.engine.spi.Mapping)">dictatedSizes</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#disassemble(java.lang.Object, org.hibernate.engine.spi.SessionImplementor, java.lang.Object)">disassemble</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#fromXMLNode(org.dom4j.Node, org.hibernate.engine.spi.Mapping)">fromXMLNode</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#getAssociatedEntityName(org.hibernate.engine.spi.SessionFactoryImplementor)">getAssociatedEntityName</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#getAssociatedJoinable(org.hibernate.engine.spi.SessionFactoryImplementor)">getAssociatedJoinable</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#getCollection(java.io.Serializable, org.hibernate.engine.spi.SessionImplementor, java.lang.Object)">getCollection</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#getColumnSpan(org.hibernate.engine.spi.Mapping)">getColumnSpan</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#getElementsIterator(java.lang.Object, org.hibernate.engine.spi.SessionImplementor)">getElementsIterator</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#getElementType(org.hibernate.engine.spi.SessionFactoryImplementor)">getElementType</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#getForeignKeyDirection()">getForeignKeyDirection</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#getHashCode(java.lang.Object)">getHashCode</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#getIdOfOwnerOrNull(java.io.Serializable, org.hibernate.engine.spi.SessionImplementor)">getIdOfOwnerOrNull</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#getKeyOfOwner(java.lang.Object, org.hibernate.engine.spi.SessionImplementor)">getKeyOfOwner</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#getLHSPropertyName()">getLHSPropertyName</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#getName()">getName</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#getOnCondition(java.lang.String, org.hibernate.engine.spi.SessionFactoryImplementor, java.util.Map)">getOnCondition</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#getRHSUniqueKeyPropertyName()">getRHSUniqueKeyPropertyName</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#getRole()">getRole</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#hasHolder()">hasHolder</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#hydrate(java.sql.ResultSet, java.lang.String[], org.hibernate.engine.spi.SessionImplementor, java.lang.Object)">hydrate</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#initializeImmediately()">initializeImmediately</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#instantiateResult(java.lang.Object)">instantiateResult</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#isAlwaysDirtyChecked()">isAlwaysDirtyChecked</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#isArrayType()">isArrayType</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#isAssociationType()">isAssociationType</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#isCollectionType()">isCollectionType</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#isDirty(java.lang.Object, java.lang.Object, boolean[], org.hibernate.engine.spi.SessionImplementor)">isDirty</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#isDirty(java.lang.Object, java.lang.Object, org.hibernate.engine.spi.SessionImplementor)">isDirty</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#isEmbeddedInXML()">isEmbeddedInXML</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#isEqual(java.lang.Object, java.lang.Object)">isEqual</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#isModified(java.lang.Object, java.lang.Object, boolean[], org.hibernate.engine.spi.SessionImplementor)">isModified</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#isMutable()">isMutable</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#isXMLElement()">isXMLElement</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#nullSafeGet(java.sql.ResultSet, java.lang.String[], org.hibernate.engine.spi.SessionImplementor, java.lang.Object)">nullSafeGet</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#nullSafeGet(java.sql.ResultSet, java.lang.String, org.hibernate.engine.spi.SessionImplementor, java.lang.Object)">nullSafeGet</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#nullSafeSet(java.sql.PreparedStatement, java.lang.Object, int, boolean[], org.hibernate.engine.spi.SessionImplementor)">nullSafeSet</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#nullSafeSet(java.sql.PreparedStatement, java.lang.Object, int, org.hibernate.engine.spi.SessionImplementor)">nullSafeSet</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#renderLoggableString(java.lang.Object, org.hibernate.engine.spi.SessionFactoryImplementor)">renderLoggableString</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#replace(java.lang.Object, java.lang.Object, org.hibernate.engine.spi.SessionImplementor, java.lang.Object, java.util.Map)">replace</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#resolve(java.lang.Object, org.hibernate.engine.spi.SessionImplementor, java.lang.Object)">resolve</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#semiResolve(java.lang.Object, org.hibernate.engine.spi.SessionImplementor, java.lang.Object)">semiResolve</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#setToXMLNode(org.dom4j.Node, java.lang.Object, org.hibernate.engine.spi.SessionFactoryImplementor)">setToXMLNode</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#sqlTypes(org.hibernate.engine.spi.Mapping)">sqlTypes</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#toColumnNullness(java.lang.Object, org.hibernate.engine.spi.Mapping)">toColumnNullness</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#toLoggableString(java.lang.Object, org.hibernate.engine.spi.SessionFactoryImplementor)">toLoggableString</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#toString()">toString</A>, <A HREF="../../../org/hibernate/type/CollectionType.html#useLHSPrimaryKey()">useLHSPrimaryKey</A></CODE></TD>
  230. </TR>
  231. </TABLE>
  232. &nbsp;<A NAME="methods_inherited_from_class_org.hibernate.type.AbstractType"><!-- --></A>
  233. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  234. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  235. <TH ALIGN="left"><B>Methods inherited from class org.hibernate.type.<A HREF="../../../org/hibernate/type/AbstractType.html" title="class in org.hibernate.type">AbstractType</A></B></TH>
  236. </TR>
  237. <TR BGCOLOR="white" CLASS="TableRowColor">
  238. <TD><CODE><A HREF="../../../org/hibernate/type/AbstractType.html#beforeAssemble(java.io.Serializable, org.hibernate.engine.spi.SessionImplementor)">beforeAssemble</A>, <A HREF="../../../org/hibernate/type/AbstractType.html#getHashCode(java.lang.Object, org.hibernate.engine.spi.SessionFactoryImplementor)">getHashCode</A>, <A HREF="../../../org/hibernate/type/AbstractType.html#getSemiResolvedType(org.hibernate.engine.spi.SessionFactoryImplementor)">getSemiResolvedType</A>, <A HREF="../../../org/hibernate/type/AbstractType.html#isAnyType()">isAnyType</A>, <A HREF="../../../org/hibernate/type/AbstractType.html#isComponentType()">isComponentType</A>, <A HREF="../../../org/hibernate/type/AbstractType.html#isEntityType()">isEntityType</A>, <A HREF="../../../org/hibernate/type/AbstractType.html#isEqual(java.lang.Object, java.lang.Object, org.hibernate.engine.spi.SessionFactoryImplementor)">isEqual</A>, <A HREF="../../../org/hibernate/type/AbstractType.html#isSame(java.lang.Object, java.lang.Object)">isSame</A>, <A HREF="../../../org/hibernate/type/AbstractType.html#replace(java.lang.Object, java.lang.Object, org.hibernate.engine.spi.SessionImplementor, java.lang.Object, java.util.Map, org.hibernate.type.ForeignKeyDirection)">replace</A>, <A HREF="../../../org/hibernate/type/AbstractType.html#replaceNode(org.dom4j.Node, org.dom4j.Element)">replaceNode</A></CODE></TD>
  239. </TR>
  240. </TABLE>
  241. &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
  242. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  243. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  244. <TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH>
  245. </TR>
  246. <TR BGCOLOR="white" CLASS="TableRowColor">
  247. <TD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
  248. </TR>
  249. </TABLE>
  250. &nbsp;<A NAME="methods_inherited_from_class_org.hibernate.type.Type"><!-- --></A>
  251. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  252. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  253. <TH ALIGN="left"><B>Methods inherited from interface org.hibernate.type.<A HREF="../../../org/hibernate/type/Type.html" title="interface in org.hibernate.type">Type</A></B></TH>
  254. </TR>
  255. <TR BGCOLOR="white" CLASS="TableRowColor">
  256. <TD><CODE><A HREF="../../../org/hibernate/type/Type.html#beforeAssemble(java.io.Serializable, org.hibernate.engine.spi.SessionImplementor)">beforeAssemble</A>, <A HREF="../../../org/hibernate/type/Type.html#getHashCode(java.lang.Object, org.hibernate.engine.spi.SessionFactoryImplementor)">getHashCode</A>, <A HREF="../../../org/hibernate/type/Type.html#getSemiResolvedType(org.hibernate.engine.spi.SessionFactoryImplementor)">getSemiResolvedType</A>, <A HREF="../../../org/hibernate/type/Type.html#isAnyType()">isAnyType</A>, <A HREF="../../../org/hibernate/type/Type.html#isComponentType()">isComponentType</A>, <A HREF="../../../org/hibernate/type/Type.html#isEntityType()">isEntityType</A>, <A HREF="../../../org/hibernate/type/Type.html#isEqual(java.lang.Object, java.lang.Object, org.hibernate.engine.spi.SessionFactoryImplementor)">isEqual</A>, <A HREF="../../../org/hibernate/type/Type.html#isSame(java.lang.Object, java.lang.Object)">isSame</A>, <A HREF="../../../org/hibernate/type/Type.html#replace(java.lang.Object, java.lang.Object, org.hibernate.engine.spi.SessionImplementor, java.lang.Object, java.util.Map, org.hibernate.type.ForeignKeyDirection)">replace</A></CODE></TD>
  257. </TR>
  258. </TABLE>
  259. &nbsp;
  260. <P>
  261. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  262. <A NAME="constructor_detail"><!-- --></A>
  263. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  264. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  265. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  266. <B>Constructor Detail</B></FONT></TH>
  267. </TR>
  268. </TABLE>
  269. <A NAME="MapType(org.hibernate.type.TypeFactory.TypeScope, java.lang.String, java.lang.String, boolean)"><!-- --></A><H3>
  270. MapType</H3>
  271. <PRE>
  272. <FONT SIZE="-1"><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</A>
  273. </FONT>public <B>MapType</B>(<A HREF="../../../org/hibernate/type/TypeFactory.TypeScope.html" title="interface in org.hibernate.type">TypeFactory.TypeScope</A>&nbsp;typeScope,
  274. <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;role,
  275. <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;propertyRef,
  276. boolean&nbsp;isEmbeddedInXML)</PRE>
  277. <DL>
  278. <DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="../../../org/hibernate/type/MapType.html#MapType(org.hibernate.type.TypeFactory.TypeScope, java.lang.String, java.lang.String)"><CODE>MapType(TypeFactory.TypeScope, String, String )</CODE></A> instead.
  279. See Jira issue: <a href="https://hibernate.onjira.com/browse/HHH-7771">HHH-7771</a></I>
  280. <P>
  281. </DL>
  282. <HR>
  283. <A NAME="MapType(org.hibernate.type.TypeFactory.TypeScope, java.lang.String, java.lang.String)"><!-- --></A><H3>
  284. MapType</H3>
  285. <PRE>
  286. public <B>MapType</B>(<A HREF="../../../org/hibernate/type/TypeFactory.TypeScope.html" title="interface in org.hibernate.type">TypeFactory.TypeScope</A>&nbsp;typeScope,
  287. <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;role,
  288. <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;propertyRef)</PRE>
  289. <DL>
  290. </DL>
  291. <!-- ============ METHOD DETAIL ========== -->
  292. <A NAME="method_detail"><!-- --></A>
  293. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  294. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  295. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  296. <B>Method Detail</B></FONT></TH>
  297. </TR>
  298. </TABLE>
  299. <A NAME="instantiate(org.hibernate.engine.spi.SessionImplementor, org.hibernate.persister.collection.CollectionPersister, java.io.Serializable)"><!-- --></A><H3>
  300. instantiate</H3>
  301. <PRE>
  302. public <A HREF="../../../org/hibernate/collection/spi/PersistentCollection.html" title="interface in org.hibernate.collection.spi">PersistentCollection</A> <B>instantiate</B>(<A HREF="../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session,
  303. <A HREF="../../../org/hibernate/persister/collection/CollectionPersister.html" title="interface in org.hibernate.persister.collection">CollectionPersister</A>&nbsp;persister,
  304. <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>&nbsp;key)</PRE>
  305. <DL>
  306. <DD><B>Description copied from class: <CODE><A HREF="../../../org/hibernate/type/CollectionType.html#instantiate(org.hibernate.engine.spi.SessionImplementor, org.hibernate.persister.collection.CollectionPersister, java.io.Serializable)">CollectionType</A></CODE></B></DD>
  307. <DD>Instantiate an uninitialized collection wrapper or holder. Callers MUST add the holder to the
  308. persistence context!
  309. <P>
  310. <DD><DL>
  311. <DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/hibernate/type/CollectionType.html#instantiate(org.hibernate.engine.spi.SessionImplementor, org.hibernate.persister.collection.CollectionPersister, java.io.Serializable)">instantiate</A></CODE> in class <CODE><A HREF="../../../org/hibernate/type/CollectionType.html" title="class in org.hibernate.type">CollectionType</A></CODE></DL>
  312. </DD>
  313. <DD><DL>
  314. <DT><B>Parameters:</B><DD><CODE>session</CODE> - The session from which the request is originating.<DD><CODE>persister</CODE> - The underlying collection persister (metadata)<DD><CODE>key</CODE> - The owner key.
  315. <DT><B>Returns:</B><DD>The instantiated collection.</DL>
  316. </DD>
  317. </DL>
  318. <HR>
  319. <A NAME="getReturnedClass()"><!-- --></A><H3>
  320. getReturnedClass</H3>
  321. <PRE>
  322. public <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A> <B>getReturnedClass</B>()</PRE>
  323. <DL>
  324. <DD><B>Description copied from interface: <CODE><A HREF="../../../org/hibernate/type/Type.html#getReturnedClass()">Type</A></CODE></B></DD>
  325. <DD>The class returned by <A HREF="../../../org/hibernate/type/Type.html#nullSafeGet(java.sql.ResultSet, java.lang.String[], org.hibernate.engine.spi.SessionImplementor, java.lang.Object)"><CODE>Type.nullSafeGet(java.sql.ResultSet, java.lang.String[], org.hibernate.engine.spi.SessionImplementor, java.lang.Object)</CODE></A> methods. This is used to establish the class of an array of
  326. this type.
  327. <P>
  328. <DD><DL>
  329. <DT><B>Returns:</B><DD>The java type class handled by this type.</DL>
  330. </DD>
  331. </DL>
  332. <HR>
  333. <A NAME="getElementsIterator(java.lang.Object)"><!-- --></A><H3>
  334. getElementsIterator</H3>
  335. <PRE>
  336. public <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</A> <B>getElementsIterator</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;collection)</PRE>
  337. <DL>
  338. <DD><B>Description copied from class: <CODE><A HREF="../../../org/hibernate/type/CollectionType.html#getElementsIterator(java.lang.Object)">CollectionType</A></CODE></B></DD>
  339. <DD>Get an iterator over the element set of the collection in POJO mode
  340. <P>
  341. <DD><DL>
  342. <DT><B>Overrides:</B><DD><CODE><A HREF="../../../org/hibernate/type/CollectionType.html#getElementsIterator(java.lang.Object)">getElementsIterator</A></CODE> in class <CODE><A HREF="../../../org/hibernate/type/CollectionType.html" title="class in org.hibernate.type">CollectionType</A></CODE></DL>
  343. </DD>
  344. <DD><DL>
  345. <DT><B>Parameters:</B><DD><CODE>collection</CODE> - The collection to be iterated
  346. <DT><B>Returns:</B><DD>The iterator.</DL>
  347. </DD>
  348. </DL>
  349. <HR>
  350. <A NAME="wrap(org.hibernate.engine.spi.SessionImplementor, java.lang.Object)"><!-- --></A><H3>
  351. wrap</H3>
  352. <PRE>
  353. public <A HREF="../../../org/hibernate/collection/spi/PersistentCollection.html" title="interface in org.hibernate.collection.spi">PersistentCollection</A> <B>wrap</B>(<A HREF="../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session,
  354. <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;collection)</PRE>
  355. <DL>
  356. <DD><B>Description copied from class: <CODE><A HREF="../../../org/hibernate/type/CollectionType.html#wrap(org.hibernate.engine.spi.SessionImplementor, java.lang.Object)">CollectionType</A></CODE></B></DD>
  357. <DD>Wrap the naked collection instance in a wrapper, or instantiate a
  358. holder. Callers <b>MUST</b> add the holder to the persistence context!
  359. <P>
  360. <DD><DL>
  361. <DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/hibernate/type/CollectionType.html#wrap(org.hibernate.engine.spi.SessionImplementor, java.lang.Object)">wrap</A></CODE> in class <CODE><A HREF="../../../org/hibernate/type/CollectionType.html" title="class in org.hibernate.type">CollectionType</A></CODE></DL>
  362. </DD>
  363. <DD><DL>
  364. <DT><B>Parameters:</B><DD><CODE>session</CODE> - The session from which the request is originating.<DD><CODE>collection</CODE> - The bare collection to be wrapped.
  365. <DT><B>Returns:</B><DD>The wrapped collection.</DL>
  366. </DD>
  367. </DL>
  368. <HR>
  369. <A NAME="instantiate(int)"><!-- --></A><H3>
  370. instantiate</H3>
  371. <PRE>
  372. public <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <B>instantiate</B>(int&nbsp;anticipatedSize)</PRE>
  373. <DL>
  374. <DD><B>Description copied from class: <CODE><A HREF="../../../org/hibernate/type/CollectionType.html#instantiate(int)">CollectionType</A></CODE></B></DD>
  375. <DD>Instantiate an empty instance of the "underlying" collection (not a wrapper),
  376. but with the given anticipated size (i.e. accounting for initial capacity
  377. and perhaps load factor).
  378. <P>
  379. <DD><DL>
  380. <DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/hibernate/type/CollectionType.html#instantiate(int)">instantiate</A></CODE> in class <CODE><A HREF="../../../org/hibernate/type/CollectionType.html" title="class in org.hibernate.type">CollectionType</A></CODE></DL>
  381. </DD>
  382. <DD><DL>
  383. <DT><B>Parameters:</B><DD><CODE>anticipatedSize</CODE> - The anticipated size of the instaniated collection
  384. after we are done populating it.
  385. <DT><B>Returns:</B><DD>A newly instantiated collection to be wrapped.</DL>
  386. </DD>
  387. </DL>
  388. <HR>
  389. <A NAME="replaceElements(java.lang.Object, java.lang.Object, java.lang.Object, java.util.Map, org.hibernate.engine.spi.SessionImplementor)"><!-- --></A><H3>
  390. replaceElements</H3>
  391. <PRE>
  392. public <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <B>replaceElements</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;original,
  393. <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;target,
  394. <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;owner,
  395. <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A>&nbsp;copyCache,
  396. <A HREF="../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session)
  397. throws <A HREF="../../../org/hibernate/HibernateException.html" title="class in org.hibernate">HibernateException</A></PRE>
  398. <DL>
  399. <DD><B>Description copied from class: <CODE><A HREF="../../../org/hibernate/type/CollectionType.html#replaceElements(java.lang.Object, java.lang.Object, java.lang.Object, java.util.Map, org.hibernate.engine.spi.SessionImplementor)">CollectionType</A></CODE></B></DD>
  400. <DD>Replace the elements of a collection with the elements of another collection.
  401. <P>
  402. <DD><DL>
  403. <DT><B>Overrides:</B><DD><CODE><A HREF="../../../org/hibernate/type/CollectionType.html#replaceElements(java.lang.Object, java.lang.Object, java.lang.Object, java.util.Map, org.hibernate.engine.spi.SessionImplementor)">replaceElements</A></CODE> in class <CODE><A HREF="../../../org/hibernate/type/CollectionType.html" title="class in org.hibernate.type">CollectionType</A></CODE></DL>
  404. </DD>
  405. <DD><DL>
  406. <DT><B>Parameters:</B><DD><CODE>original</CODE> - The 'source' of the replacement elements (where we copy from)<DD><CODE>target</CODE> - The target of the replacement elements (where we copy to)<DD><CODE>owner</CODE> - The owner of the collection being merged<DD><CODE>copyCache</CODE> - The map of elements already replaced.<DD><CODE>session</CODE> - The session from which the merge event originated.
  407. <DT><B>Returns:</B><DD>The merged collection.
  408. <DT><B>Throws:</B>
  409. <DD><CODE><A HREF="../../../org/hibernate/HibernateException.html" title="class in org.hibernate">HibernateException</A></CODE></DL>
  410. </DD>
  411. </DL>
  412. <HR>
  413. <A NAME="indexOf(java.lang.Object, java.lang.Object)"><!-- --></A><H3>
  414. indexOf</H3>
  415. <PRE>
  416. public <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <B>indexOf</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;collection,
  417. <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;element)</PRE>
  418. <DL>
  419. <DD><DL>
  420. <DT><B>Overrides:</B><DD><CODE><A HREF="../../../org/hibernate/type/CollectionType.html#indexOf(java.lang.Object, java.lang.Object)">indexOf</A></CODE> in class <CODE><A HREF="../../../org/hibernate/type/CollectionType.html" title="class in org.hibernate.type">CollectionType</A></CODE></DL>
  421. </DD>
  422. <DD><DL>
  423. </DL>
  424. </DD>
  425. </DL>
  426. <!-- ========= END OF CLASS DATA ========= -->
  427. <HR>
  428. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  429. <A NAME="navbar_bottom"><!-- --></A>
  430. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  431. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  432. <TR>
  433. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  434. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  435. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  436. <TR ALIGN="center" VALIGN="top">
  437. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  438. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  439. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  440. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/MapType.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  441. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  442. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  443. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  444. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  445. </TR>
  446. </TABLE>
  447. </TD>
  448. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  449. </EM>
  450. </TD>
  451. </TR>
  452. <TR>
  453. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  454. &nbsp;<A HREF="../../../org/hibernate/type/ManyToOneType.html" title="class in org.hibernate.type"><B>PREV CLASS</B></A>&nbsp;
  455. &nbsp;<A HREF="../../../org/hibernate/type/MaterializedBlobType.html" title="class in org.hibernate.type"><B>NEXT CLASS</B></A></FONT></TD>
  456. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  457. <A HREF="../../../index.html?org/hibernate/type/MapType.html" target="_top"><B>FRAMES</B></A> &nbsp;
  458. &nbsp;<A HREF="MapType.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  459. &nbsp;<SCRIPT type="text/javascript">
  460. <!--
  461. if(window==top) {
  462. document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
  463. }
  464. //-->
  465. </SCRIPT>
  466. <NOSCRIPT>
  467. <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
  468. </NOSCRIPT>
  469. </FONT></TD>
  470. </TR>
  471. <TR>
  472. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  473. SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_org.hibernate.type.CollectionType">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  474. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  475. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  476. </TR>
  477. </TABLE>
  478. <A NAME="skip-navbar_bottom"></A>
  479. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  480. <HR>
  481. Copyright &copy; 2001-2013 <a href="http://redhat.com">Red Hat, Inc.</a> All Rights Reserved.
  482. </BODY>
  483. </HTML>