http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/868c6ecf/src/main/site/static/docs/4.0/api/org/apache/cayenne/access/types/EnumType.html ---------------------------------------------------------------------- diff --git a/src/main/site/static/docs/4.0/api/org/apache/cayenne/access/types/EnumType.html b/src/main/site/static/docs/4.0/api/org/apache/cayenne/access/types/EnumType.html index 6eb6664..e791a60 100644 --- a/src/main/site/static/docs/4.0/api/org/apache/cayenne/access/types/EnumType.html +++ b/src/main/site/static/docs/4.0/api/org/apache/cayenne/access/types/EnumType.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Mon Apr 23 10:59:06 MSK 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Thu Aug 16 11:38:57 MSK 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>EnumType (cayenne-doc: Cayenne Documentation 4.0.RC1 API)</title> -<meta name="date" content="2018-04-23"> +<title>EnumType (cayenne-doc: Cayenne Documentation 4.0 API)</title> +<meta name="date" content="2018-08-16"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -13,7 +13,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="EnumType (cayenne-doc: Cayenne Documentation 4.0.RC1 API)"; + parent.document.title="EnumType (cayenne-doc: Cayenne Documentation 4.0 API)"; } } catch(err) { @@ -94,11 +94,11 @@ var activeTableTab = "activeTableTab"; <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.apache.cayenne.access.types</div> -<h2 title="Class EnumType" class="title">Class EnumType<T extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><T>></h2> +<h2 title="Class EnumType" class="title">Class EnumType<T extends <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><T>></h2> </div> <div class="contentContainer"> <ul class="inheritance"> -<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> +<li><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> <li> <ul class="inheritance"> <li>org.apache.cayenne.access.types.EnumType<T></li> @@ -114,8 +114,8 @@ var activeTableTab = "activeTableTab"; </dl> <hr> <br> -<pre>public class <span class="typeNameLabel">EnumType<T extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><T>></span> -extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> +<pre>public class <span class="typeNameLabel">EnumType<T extends <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><T>></span> +extends <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements <a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html" title="interface in org.apache.cayenne.access.types">ExtendedType</a><T></pre> <div class="block">An ExtendedType that handles an enum class. If Enum is mapped to a character column, its name is used as persistent value; if it is mapped to a numeric column, its ordinal @@ -143,11 +143,11 @@ implements <a href="../../../../../org/apache/cayenne/access/types/ExtendedType. <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> -<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/access/types/EnumType.html#canonicalName">canonicalName</a></span></code> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><<a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a>></code></td> +<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><<a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/access/types/EnumType.html#enumClass">enumClass</a></span></code> </td> </tr> <tr class="altColor"> @@ -176,7 +176,7 @@ implements <a href="../../../../../org/apache/cayenne/access/types/ExtendedType. <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> -<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/access/types/EnumType.html#EnumType-java.lang.Class-">EnumType</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><<a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a>> enumClass)</code> </td> +<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/access/types/EnumType.html#EnumType-java.lang.Class-">EnumType</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><<a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a>> enumClass)</code> </td> </tr> </table> </li> @@ -194,14 +194,14 @@ implements <a href="../../../../../org/apache/cayenne/access/types/ExtendedType. <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> -<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/access/types/EnumType.html#getClassName--">getClassName</a></span>()</code> <div class="block">Returns a full name of Java class that this ExtendedType supports.</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/access/types/EnumType.html#materializeObject-java.sql.CallableStatement-int-int-">materializeObject</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/sql/CallableStatement.html?is-external=true" title="class or interface in java.sql">CallableStatement</a> rs, +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/access/types/EnumType.html#materializeObject-java.sql.CallableStatement-int-int-">materializeObject</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/sql/CallableStatement.html?is-external=true" title="class or interface in java.sql">CallableStatement</a> rs, int index, int type)</code> <div class="block">Reads an object from a stored procedure OUT parameter, converting it to class @@ -210,7 +210,7 @@ implements <a href="../../../../../org/apache/cayenne/access/types/ExtendedType. </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/access/types/EnumType.html#materializeObject-java.sql.ResultSet-int-int-">materializeObject</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/sql/ResultSet.html?is-external=true" title="class or interface in java.sql">ResultSet</a> rs, +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/access/types/EnumType.html#materializeObject-java.sql.ResultSet-int-int-">materializeObject</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/sql/ResultSet.html?is-external=true" title="class or interface in java.sql">ResultSet</a> rs, int index, int type)</code> <div class="block">Reads an object from JDBC ResultSet column, converting it to class returned by @@ -219,7 +219,7 @@ implements <a href="../../../../../org/apache/cayenne/access/types/ExtendedType. </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/access/types/EnumType.html#setJdbcObject-java.sql.PreparedStatement-T-int-int-int-">setJdbcObject</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/sql/PreparedStatement.html?is-external=true" title="class or interface in java.sql">PreparedStatement</a> statement, +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/access/types/EnumType.html#setJdbcObject-java.sql.PreparedStatement-T-int-int-int-">setJdbcObject</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/sql/PreparedStatement.html?is-external=true" title="class or interface in java.sql">PreparedStatement</a> statement, <a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a> value, int pos, int type, @@ -228,7 +228,7 @@ implements <a href="../../../../../org/apache/cayenne/access/types/ExtendedType. </td> </tr> <tr id="i4" class="altColor"> -<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/access/types/EnumType.html#toString-T-">toString</a></span>(<a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a> value)</code> <div class="block">Converts value of the supported type to a human-readable String representation.</div> </td> @@ -238,8 +238,8 @@ implements <a href="../../../../../org/apache/cayenne/access/types/ExtendedType. <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> -<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> -<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/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://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang /Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> +<h3>Methods inherited from class java.lang.<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> +<code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/7/docs/api/ja va/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> </ul> </li> </ul> @@ -261,7 +261,7 @@ implements <a href="../../../../../org/apache/cayenne/access/types/ExtendedType. <ul class="blockList"> <li class="blockList"> <h4>enumClass</h4> -<pre>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><<a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><<a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a>>> enumClass</pre> +<pre>protected <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><<a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a> extends <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><<a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a>>> enumClass</pre> </li> </ul> <a name="values"> @@ -270,7 +270,7 @@ implements <a href="../../../../../org/apache/cayenne/access/types/ExtendedType. <ul class="blockList"> <li class="blockList"> <h4>values</h4> -<pre>protected <a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><<a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a>>[] values</pre> +<pre>protected <a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a> extends <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><<a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a>>[] values</pre> </li> </ul> <a name="canonicalName"> @@ -279,7 +279,7 @@ implements <a href="../../../../../org/apache/cayenne/access/types/ExtendedType. <ul class="blockListLast"> <li class="blockList"> <h4>canonicalName</h4> -<pre>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> canonicalName</pre> +<pre>protected <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> canonicalName</pre> </li> </ul> </li> @@ -296,7 +296,7 @@ implements <a href="../../../../../org/apache/cayenne/access/types/ExtendedType. <ul class="blockListLast"> <li class="blockList"> <h4>EnumType</h4> -<pre>public EnumType(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><<a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a>> enumClass)</pre> +<pre>public EnumType(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><<a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a>> enumClass)</pre> </li> </ul> </li> @@ -313,12 +313,12 @@ implements <a href="../../../../../org/apache/cayenne/access/types/ExtendedType. <ul class="blockList"> <li class="blockList"> <h4>getClassName</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getClassName()</pre> +<pre>public <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getClassName()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html#getClassName--">ExtendedType</a></code></span></div> <div class="block">Returns a full name of Java class that this ExtendedType supports.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html#getClassName--">getClassName</a></code> in interface <code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html" title="interface in org.apache.cayenne.access.types">ExtendedType</a><<a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><<a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a>>></code></dd> +<dd><code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html#getClassName--">getClassName</a></code> in interface <code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html" title="interface in org.apache.cayenne.access.types">ExtendedType</a><<a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a> extends <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><<a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a>>></code></dd> </dl> </li> </ul> @@ -330,19 +330,19 @@ implements <a href="../../../../../org/apache/cayenne/access/types/ExtendedType. <ul class="blockList"> <li class="blockList"> <h4>setJdbcObject</h4> -<pre>public void setJdbcObject(<a href="http://docs.oracle.com/javase/7/docs/api/java/sql/PreparedStatement.html?is-external=true" title="class or interface in java.sql">PreparedStatement</a> statement, +<pre>public void setJdbcObject(<a href="https://docs.oracle.com/javase/7/docs/api/java/sql/PreparedStatement.html?is-external=true" title="class or interface in java.sql">PreparedStatement</a> statement, <a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a> value, int pos, int type, int precision) - throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> + throws <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html#setJdbcObject-java.sql.PreparedStatement-T-int-int-int-">ExtendedType</a></code></span></div> <div class="block">Initializes a single parameter of a PreparedStatement with object value.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html#setJdbcObject-java.sql.PreparedStatement-T-int-int-int-">setJdbcObject</a></code> in interface <code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html" title="interface in org.apache.cayenne.access.types">ExtendedType</a><<a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><<a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a>>></code></dd> +<dd><code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html#setJdbcObject-java.sql.PreparedStatement-T-int-int-int-">setJdbcObject</a></code> in interface <code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html" title="interface in org.apache.cayenne.access.types">ExtendedType</a><<a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a> extends <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><<a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a>>></code></dd> <dt><span class="throwsLabel">Throws:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd> +<dd><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd> </dl> </li> </ul> @@ -352,18 +352,18 @@ implements <a href="../../../../../org/apache/cayenne/access/types/ExtendedType. <ul class="blockList"> <li class="blockList"> <h4>materializeObject</h4> -<pre>public <a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a> materializeObject(<a href="http://docs.oracle.com/javase/7/docs/api/java/sql/ResultSet.html?is-external=true" title="class or interface in java.sql">ResultSet</a> rs, +<pre>public <a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a> materializeObject(<a href="https://docs.oracle.com/javase/7/docs/api/java/sql/ResultSet.html?is-external=true" title="class or interface in java.sql">ResultSet</a> rs, int index, int type) - throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> + throws <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html#materializeObject-java.sql.ResultSet-int-int-">ExtendedType</a></code></span></div> <div class="block">Reads an object from JDBC ResultSet column, converting it to class returned by 'getClassName' method.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html#materializeObject-java.sql.ResultSet-int-int-">materializeObject</a></code> in interface <code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html" title="interface in org.apache.cayenne.access.types">ExtendedType</a><<a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><<a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a>>></code></dd> +<dd><code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html#materializeObject-java.sql.ResultSet-int-int-">materializeObject</a></code> in interface <code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html" title="interface in org.apache.cayenne.access.types">ExtendedType</a><<a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a> extends <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><<a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a>>></code></dd> <dt><span class="throwsLabel">Throws:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code> - if read error occurred, or an object can't be converted to a +<dd><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code> - if read error occurred, or an object can't be converted to a target Java class.</dd> </dl> </li> @@ -374,18 +374,18 @@ implements <a href="../../../../../org/apache/cayenne/access/types/ExtendedType. <ul class="blockList"> <li class="blockList"> <h4>materializeObject</h4> -<pre>public <a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a> materializeObject(<a href="http://docs.oracle.com/javase/7/docs/api/java/sql/CallableStatement.html?is-external=true" title="class or interface in java.sql">CallableStatement</a> rs, +<pre>public <a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a> materializeObject(<a href="https://docs.oracle.com/javase/7/docs/api/java/sql/CallableStatement.html?is-external=true" title="class or interface in java.sql">CallableStatement</a> rs, int index, int type) - throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> + throws <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html#materializeObject-java.sql.CallableStatement-int-int-">ExtendedType</a></code></span></div> <div class="block">Reads an object from a stored procedure OUT parameter, converting it to class returned by 'getClassName' method.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html#materializeObject-java.sql.CallableStatement-int-int-">materializeObject</a></code> in interface <code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html" title="interface in org.apache.cayenne.access.types">ExtendedType</a><<a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><<a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a>>></code></dd> +<dd><code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html#materializeObject-java.sql.CallableStatement-int-int-">materializeObject</a></code> in interface <code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html" title="interface in org.apache.cayenne.access.types">ExtendedType</a><<a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a> extends <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><<a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a>>></code></dd> <dt><span class="throwsLabel">Throws:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code> - if read error occurred, or an object can't be converted to a +<dd><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code> - if read error occurred, or an object can't be converted to a target Java class.</dd> </dl> </li> @@ -398,12 +398,12 @@ implements <a href="../../../../../org/apache/cayenne/access/types/ExtendedType. <ul class="blockListLast"> <li class="blockList"> <h4>toString</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> toString(<a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a> value)</pre> +<pre>public <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> toString(<a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a> value)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html#toString-T-">ExtendedType</a></code></span></div> <div class="block">Converts value of the supported type to a human-readable String representation.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html#toString-T-">toString</a></code> in interface <code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html" title="interface in org.apache.cayenne.access.types">ExtendedType</a><<a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><<a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a>>></code></dd> +<dd><code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html#toString-T-">toString</a></code> in interface <code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html" title="interface in org.apache.cayenne.access.types">ExtendedType</a><<a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a> extends <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><<a href="../../../../../org/apache/cayenne/access/types/EnumType.html" title="type parameter in EnumType">T</a>>></code></dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>value</code> - a value to convert to String.</dd> </dl>
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/868c6ecf/src/main/site/static/docs/4.0/api/org/apache/cayenne/access/types/EnumTypeFactory.html ---------------------------------------------------------------------- diff --git a/src/main/site/static/docs/4.0/api/org/apache/cayenne/access/types/EnumTypeFactory.html b/src/main/site/static/docs/4.0/api/org/apache/cayenne/access/types/EnumTypeFactory.html index aa15aac..3dadded 100644 --- a/src/main/site/static/docs/4.0/api/org/apache/cayenne/access/types/EnumTypeFactory.html +++ b/src/main/site/static/docs/4.0/api/org/apache/cayenne/access/types/EnumTypeFactory.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Mon Apr 23 10:59:06 MSK 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Thu Aug 16 11:38:57 MSK 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>EnumTypeFactory (cayenne-doc: Cayenne Documentation 4.0.RC1 API)</title> -<meta name="date" content="2018-04-23"> +<title>EnumTypeFactory (cayenne-doc: Cayenne Documentation 4.0 API)</title> +<meta name="date" content="2018-08-16"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -13,7 +13,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="EnumTypeFactory (cayenne-doc: Cayenne Documentation 4.0.RC1 API)"; + parent.document.title="EnumTypeFactory (cayenne-doc: Cayenne Documentation 4.0 API)"; } } catch(err) { @@ -98,7 +98,7 @@ var activeTableTab = "activeTableTab"; </div> <div class="contentContainer"> <ul class="inheritance"> -<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> +<li><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> <li> <ul class="inheritance"> <li>org.apache.cayenne.access.types.EnumTypeFactory</li> @@ -115,7 +115,7 @@ var activeTableTab = "activeTableTab"; <hr> <br> <pre>public class <span class="typeNameLabel">EnumTypeFactory</span> -extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> +extends <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements <a href="../../../../../org/apache/cayenne/access/types/ExtendedTypeFactory.html" title="interface in org.apache.cayenne.access.types">ExtendedTypeFactory</a></pre> <div class="block">ExtendedTypeFactory for handling Enum types.</div> <dl> @@ -159,7 +159,7 @@ implements <a href="../../../../../org/apache/cayenne/access/types/ExtendedTypeF </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html" title="interface in org.apache.cayenne.access.types">ExtendedType</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/access/types/EnumTypeFactory.html#getType-java.lang.Class-">getType</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> objectClass)</code> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/access/types/EnumTypeFactory.html#getType-java.lang.Class-">getType</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> objectClass)</code> <div class="block">Returns ExtendedType instance that can handle a given object class.</div> </td> </tr> @@ -168,8 +168,8 @@ implements <a href="../../../../../org/apache/cayenne/access/types/ExtendedTypeF <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> -<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> -<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/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://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang /Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> +<h3>Methods inherited from class java.lang.<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> +<code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/7/docs/api/ja va/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> </ul> </li> </ul> @@ -208,7 +208,7 @@ implements <a href="../../../../../org/apache/cayenne/access/types/ExtendedTypeF <ul class="blockListLast"> <li class="blockList"> <h4>getType</h4> -<pre>public <a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html" title="interface in org.apache.cayenne.access.types">ExtendedType</a> getType(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> objectClass)</pre> +<pre>public <a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html" title="interface in org.apache.cayenne.access.types">ExtendedType</a> getType(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> objectClass)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/apache/cayenne/access/types/ExtendedTypeFactory.html#getType-java.lang.Class-">ExtendedTypeFactory</a></code></span></div> <div class="block">Returns ExtendedType instance that can handle a given object class. May return null indicating that the class can not be handled.</div> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/868c6ecf/src/main/site/static/docs/4.0/api/org/apache/cayenne/access/types/ExtendedEnumType.html ---------------------------------------------------------------------- diff --git a/src/main/site/static/docs/4.0/api/org/apache/cayenne/access/types/ExtendedEnumType.html b/src/main/site/static/docs/4.0/api/org/apache/cayenne/access/types/ExtendedEnumType.html index b9217e1..1ddfa9e 100644 --- a/src/main/site/static/docs/4.0/api/org/apache/cayenne/access/types/ExtendedEnumType.html +++ b/src/main/site/static/docs/4.0/api/org/apache/cayenne/access/types/ExtendedEnumType.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Mon Apr 23 10:59:06 MSK 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Thu Aug 16 11:38:57 MSK 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ExtendedEnumType (cayenne-doc: Cayenne Documentation 4.0.RC1 API)</title> -<meta name="date" content="2018-04-23"> +<title>ExtendedEnumType (cayenne-doc: Cayenne Documentation 4.0 API)</title> +<meta name="date" content="2018-08-16"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -13,7 +13,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ExtendedEnumType (cayenne-doc: Cayenne Documentation 4.0.RC1 API)"; + parent.document.title="ExtendedEnumType (cayenne-doc: Cayenne Documentation 4.0 API)"; } } catch(err) { @@ -94,11 +94,11 @@ var activeTableTab = "activeTableTab"; <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.apache.cayenne.access.types</div> -<h2 title="Class ExtendedEnumType" class="title">Class ExtendedEnumType<T extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><T>></h2> +<h2 title="Class ExtendedEnumType" class="title">Class ExtendedEnumType<T extends <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><T>></h2> </div> <div class="contentContainer"> <ul class="inheritance"> -<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> +<li><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> <li> <ul class="inheritance"> <li>org.apache.cayenne.access.types.ExtendedEnumType<T></li> @@ -114,8 +114,8 @@ var activeTableTab = "activeTableTab"; </dl> <hr> <br> -<pre>public class <span class="typeNameLabel">ExtendedEnumType<T extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><T>></span> -extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> +<pre>public class <span class="typeNameLabel">ExtendedEnumType<T extends <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><T>></span> +extends <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements <a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html" title="interface in org.apache.cayenne.access.types">ExtendedType</a><T></pre> <div class="block">An ExtendedType that handles a Java Enum based upon the Cayenne ExtendedEnumeration interface. The ExtendedEnumeration interface requires the developer to specify the @@ -158,7 +158,7 @@ implements <a href="../../../../../org/apache/cayenne/access/types/ExtendedType. <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> -<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html#ExtendedEnumType-java.lang.Class-">ExtendedEnumType</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><<a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html" title="type parameter in ExtendedEnumType">T</a>> enumerationClass)</code> </td> +<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html#ExtendedEnumType-java.lang.Class-">ExtendedEnumType</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><<a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html" title="type parameter in ExtendedEnumType">T</a>> enumerationClass)</code> </td> </tr> </table> </li> @@ -176,24 +176,24 @@ implements <a href="../../../../../org/apache/cayenne/access/types/ExtendedType. <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> -<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html#getClassName--">getClassName</a></span>()</code> <div class="block">Returns a full name of Java class that this ExtendedType supports.</div> </td> </tr> <tr id="i1" class="rowColor"> -<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><<a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html" title="type parameter in ExtendedEnumType">T</a>>></code></td> +<td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>,<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><<a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html" title="type parameter in ExtendedEnumType">T</a>>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html#getEnumerationMappings--">getEnumerationMappings</a></span>()</code> <div class="block">Returns the enumeration mapping for this enumerated data type.</div> </td> </tr> <tr id="i2" class="altColor"> -<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[]</code></td> +<td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[]</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html#getValues--">getValues</a></span>()</code> </td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html" title="type parameter in ExtendedEnumType">T</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html#materializeObject-java.sql.CallableStatement-int-int-">materializeObject</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/sql/CallableStatement.html?is-external=true" title="class or interface in java.sql">CallableStatement</a> rs, +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html#materializeObject-java.sql.CallableStatement-int-int-">materializeObject</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/sql/CallableStatement.html?is-external=true" title="class or interface in java.sql">CallableStatement</a> rs, int index, int type)</code> <div class="block">Reads an object from a stored procedure OUT parameter, converting it to class @@ -202,7 +202,7 @@ implements <a href="../../../../../org/apache/cayenne/access/types/ExtendedType. </tr> <tr id="i4" class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html" title="type parameter in ExtendedEnumType">T</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html#materializeObject-java.sql.ResultSet-int-int-">materializeObject</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/sql/ResultSet.html?is-external=true" title="class or interface in java.sql">ResultSet</a> rs, +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html#materializeObject-java.sql.ResultSet-int-int-">materializeObject</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/sql/ResultSet.html?is-external=true" title="class or interface in java.sql">ResultSet</a> rs, int index, int type)</code> <div class="block">Reads an object from JDBC ResultSet column, converting it to class returned by @@ -211,7 +211,7 @@ implements <a href="../../../../../org/apache/cayenne/access/types/ExtendedType. </tr> <tr id="i5" class="rowColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html#setJdbcObject-java.sql.PreparedStatement-T-int-int-int-">setJdbcObject</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/sql/PreparedStatement.html?is-external=true" title="class or interface in java.sql">PreparedStatement</a> statement, +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html#setJdbcObject-java.sql.PreparedStatement-T-int-int-int-">setJdbcObject</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/sql/PreparedStatement.html?is-external=true" title="class or interface in java.sql">PreparedStatement</a> statement, <a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html" title="type parameter in ExtendedEnumType">T</a> value, int pos, int type, @@ -220,7 +220,7 @@ implements <a href="../../../../../org/apache/cayenne/access/types/ExtendedType. </td> </tr> <tr id="i6" class="altColor"> -<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html#toString-T-">toString</a></span>(<a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html" title="type parameter in ExtendedEnumType">T</a> value)</code> <div class="block">Converts value of the supported type to a human-readable String representation.</div> </td> @@ -230,8 +230,8 @@ implements <a href="../../../../../org/apache/cayenne/access/types/ExtendedType. <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> -<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> -<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/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://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang /Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> +<h3>Methods inherited from class java.lang.<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> +<code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/7/docs/api/ja va/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> </ul> </li> </ul> @@ -253,7 +253,7 @@ implements <a href="../../../../../org/apache/cayenne/access/types/ExtendedType. <ul class="blockListLast"> <li class="blockList"> <h4>ExtendedEnumType</h4> -<pre>public ExtendedEnumType(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><<a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html" title="type parameter in ExtendedEnumType">T</a>> enumerationClass)</pre> +<pre>public ExtendedEnumType(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><<a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html" title="type parameter in ExtendedEnumType">T</a>> enumerationClass)</pre> </li> </ul> </li> @@ -270,12 +270,12 @@ implements <a href="../../../../../org/apache/cayenne/access/types/ExtendedType. <ul class="blockList"> <li class="blockList"> <h4>getClassName</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getClassName()</pre> +<pre>public <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getClassName()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html#getClassName--">ExtendedType</a></code></span></div> <div class="block">Returns a full name of Java class that this ExtendedType supports.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html#getClassName--">getClassName</a></code> in interface <code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html" title="interface in org.apache.cayenne.access.types">ExtendedType</a><<a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html" title="type parameter in ExtendedEnumType">T</a> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><<a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html" title="type parameter in ExtendedEnumType">T</a>>></code></dd> +<dd><code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html#getClassName--">getClassName</a></code> in interface <code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html" title="interface in org.apache.cayenne.access.types">ExtendedType</a><<a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html" title="type parameter in ExtendedEnumType">T</a> extends <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><<a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html" title="type parameter in ExtendedEnumType">T</a>>></code></dd> </dl> </li> </ul> @@ -285,18 +285,18 @@ implements <a href="../../../../../org/apache/cayenne/access/types/ExtendedType. <ul class="blockList"> <li class="blockList"> <h4>materializeObject</h4> -<pre>public <a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html" title="type parameter in ExtendedEnumType">T</a> materializeObject(<a href="http://docs.oracle.com/javase/7/docs/api/java/sql/ResultSet.html?is-external=true" title="class or interface in java.sql">ResultSet</a> rs, +<pre>public <a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html" title="type parameter in ExtendedEnumType">T</a> materializeObject(<a href="https://docs.oracle.com/javase/7/docs/api/java/sql/ResultSet.html?is-external=true" title="class or interface in java.sql">ResultSet</a> rs, int index, int type) - throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> + throws <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html#materializeObject-java.sql.ResultSet-int-int-">ExtendedType</a></code></span></div> <div class="block">Reads an object from JDBC ResultSet column, converting it to class returned by 'getClassName' method.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html#materializeObject-java.sql.ResultSet-int-int-">materializeObject</a></code> in interface <code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html" title="interface in org.apache.cayenne.access.types">ExtendedType</a><<a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html" title="type parameter in ExtendedEnumType">T</a> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><<a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html" title="type parameter in ExtendedEnumType">T</a>>></code></dd> +<dd><code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html#materializeObject-java.sql.ResultSet-int-int-">materializeObject</a></code> in interface <code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html" title="interface in org.apache.cayenne.access.types">ExtendedType</a><<a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html" title="type parameter in ExtendedEnumType">T</a> extends <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><<a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html" title="type parameter in ExtendedEnumType">T</a>>></code></dd> <dt><span class="throwsLabel">Throws:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code> - if read error occurred, or an object can't be converted to a +<dd><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code> - if read error occurred, or an object can't be converted to a target Java class.</dd> </dl> </li> @@ -307,18 +307,18 @@ implements <a href="../../../../../org/apache/cayenne/access/types/ExtendedType. <ul class="blockList"> <li class="blockList"> <h4>materializeObject</h4> -<pre>public <a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html" title="type parameter in ExtendedEnumType">T</a> materializeObject(<a href="http://docs.oracle.com/javase/7/docs/api/java/sql/CallableStatement.html?is-external=true" title="class or interface in java.sql">CallableStatement</a> rs, +<pre>public <a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html" title="type parameter in ExtendedEnumType">T</a> materializeObject(<a href="https://docs.oracle.com/javase/7/docs/api/java/sql/CallableStatement.html?is-external=true" title="class or interface in java.sql">CallableStatement</a> rs, int index, int type) - throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> + throws <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html#materializeObject-java.sql.CallableStatement-int-int-">ExtendedType</a></code></span></div> <div class="block">Reads an object from a stored procedure OUT parameter, converting it to class returned by 'getClassName' method.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html#materializeObject-java.sql.CallableStatement-int-int-">materializeObject</a></code> in interface <code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html" title="interface in org.apache.cayenne.access.types">ExtendedType</a><<a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html" title="type parameter in ExtendedEnumType">T</a> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><<a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html" title="type parameter in ExtendedEnumType">T</a>>></code></dd> +<dd><code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html#materializeObject-java.sql.CallableStatement-int-int-">materializeObject</a></code> in interface <code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html" title="interface in org.apache.cayenne.access.types">ExtendedType</a><<a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html" title="type parameter in ExtendedEnumType">T</a> extends <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><<a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html" title="type parameter in ExtendedEnumType">T</a>>></code></dd> <dt><span class="throwsLabel">Throws:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code> - if read error occurred, or an object can't be converted to a +<dd><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code> - if read error occurred, or an object can't be converted to a target Java class.</dd> </dl> </li> @@ -331,19 +331,19 @@ implements <a href="../../../../../org/apache/cayenne/access/types/ExtendedType. <ul class="blockList"> <li class="blockList"> <h4>setJdbcObject</h4> -<pre>public void setJdbcObject(<a href="http://docs.oracle.com/javase/7/docs/api/java/sql/PreparedStatement.html?is-external=true" title="class or interface in java.sql">PreparedStatement</a> statement, +<pre>public void setJdbcObject(<a href="https://docs.oracle.com/javase/7/docs/api/java/sql/PreparedStatement.html?is-external=true" title="class or interface in java.sql">PreparedStatement</a> statement, <a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html" title="type parameter in ExtendedEnumType">T</a> value, int pos, int type, int precision) - throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> + throws <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html#setJdbcObject-java.sql.PreparedStatement-T-int-int-int-">ExtendedType</a></code></span></div> <div class="block">Initializes a single parameter of a PreparedStatement with object value.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html#setJdbcObject-java.sql.PreparedStatement-T-int-int-int-">setJdbcObject</a></code> in interface <code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html" title="interface in org.apache.cayenne.access.types">ExtendedType</a><<a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html" title="type parameter in ExtendedEnumType">T</a> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><<a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html" title="type parameter in ExtendedEnumType">T</a>>></code></dd> +<dd><code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html#setJdbcObject-java.sql.PreparedStatement-T-int-int-int-">setJdbcObject</a></code> in interface <code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html" title="interface in org.apache.cayenne.access.types">ExtendedType</a><<a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html" title="type parameter in ExtendedEnumType">T</a> extends <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><<a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html" title="type parameter in ExtendedEnumType">T</a>>></code></dd> <dt><span class="throwsLabel">Throws:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd> +<dd><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd> </dl> </li> </ul> @@ -355,12 +355,12 @@ implements <a href="../../../../../org/apache/cayenne/access/types/ExtendedType. <ul class="blockList"> <li class="blockList"> <h4>toString</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> toString(<a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html" title="type parameter in ExtendedEnumType">T</a> value)</pre> +<pre>public <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> toString(<a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html" title="type parameter in ExtendedEnumType">T</a> value)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html#toString-T-">ExtendedType</a></code></span></div> <div class="block">Converts value of the supported type to a human-readable String representation.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html#toString-T-">toString</a></code> in interface <code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html" title="interface in org.apache.cayenne.access.types">ExtendedType</a><<a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html" title="type parameter in ExtendedEnumType">T</a> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><<a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html" title="type parameter in ExtendedEnumType">T</a>>></code></dd> +<dd><code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html#toString-T-">toString</a></code> in interface <code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html" title="interface in org.apache.cayenne.access.types">ExtendedType</a><<a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html" title="type parameter in ExtendedEnumType">T</a> extends <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><<a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html" title="type parameter in ExtendedEnumType">T</a>>></code></dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>value</code> - a value to convert to String.</dd> </dl> @@ -372,7 +372,7 @@ implements <a href="../../../../../org/apache/cayenne/access/types/ExtendedType. <ul class="blockList"> <li class="blockList"> <h4>getEnumerationMappings</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><<a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html" title="type parameter in ExtendedEnumType">T</a>>> getEnumerationMappings()</pre> +<pre>public <a href="https://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>,<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><<a href="../../../../../org/apache/cayenne/access/types/ExtendedEnumType.html" title="type parameter in ExtendedEnumType">T</a>>> getEnumerationMappings()</pre> <div class="block">Returns the enumeration mapping for this enumerated data type. The key is the database value, the value is the actual enum.</div> </li> @@ -383,7 +383,7 @@ implements <a href="../../../../../org/apache/cayenne/access/types/ExtendedType. <ul class="blockListLast"> <li class="blockList"> <h4>getValues</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[] getValues()</pre> +<pre>public <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[] getValues()</pre> </li> </ul> </li>
