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/ExtendedType.html ---------------------------------------------------------------------- diff --git a/src/main/site/static/docs/4.0/api/org/apache/cayenne/access/types/ExtendedType.html b/src/main/site/static/docs/4.0/api/org/apache/cayenne/access/types/ExtendedType.html index 2655749..e761532 100644 --- a/src/main/site/static/docs/4.0/api/org/apache/cayenne/access/types/ExtendedType.html +++ b/src/main/site/static/docs/4.0/api/org/apache/cayenne/access/types/ExtendedType.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>ExtendedType (cayenne-doc: Cayenne Documentation 4.0.RC1 API)</title> -<meta name="date" content="2018-04-23"> +<title>ExtendedType (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="ExtendedType (cayenne-doc: Cayenne Documentation 4.0.RC1 API)"; + parent.document.title="ExtendedType (cayenne-doc: Cayenne Documentation 4.0 API)"; } } catch(err) { @@ -148,14 +148,14 @@ var activeTableTab = "activeTableTab"; <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/ExtendedType.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/ExtendedType.html" title="type parameter in ExtendedType">T</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.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/ExtendedType.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 @@ -164,7 +164,7 @@ var activeTableTab = "activeTableTab"; </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html" title="type parameter in ExtendedType">T</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.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/ExtendedType.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 @@ -173,7 +173,7 @@ var activeTableTab = "activeTableTab"; </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/ExtendedType.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/ExtendedType.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/ExtendedType.html" title="type parameter in ExtendedType">T</a> value, int pos, int type, @@ -182,7 +182,7 @@ var activeTableTab = "activeTableTab"; </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/ExtendedType.html#toString-T-">toString</a></span>(<a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html" title="type parameter in ExtendedType">T</a> value)</code> <div class="block">Converts value of the supported type to a human-readable String representation.</div> </td> @@ -230,7 +230,7 @@ var activeTableTab = "activeTableTab"; <ul class="blockList"> <li class="blockList"> <h4>getClassName</h4> -<pre><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><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">Returns a full name of Java class that this ExtendedType supports.</div> </li> </ul> @@ -242,16 +242,16 @@ var activeTableTab = "activeTableTab"; <ul class="blockList"> <li class="blockList"> <h4>setJdbcObject</h4> -<pre>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>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/ExtendedType.html" title="type parameter in ExtendedType">T</a> value, int pos, int type, int scale) - 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">Initializes a single parameter of a PreparedStatement with object value.</div> <dl> <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> @@ -261,15 +261,15 @@ var activeTableTab = "activeTableTab"; <ul class="blockList"> <li class="blockList"> <h4>materializeObject</h4> -<pre><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html" title="type parameter in ExtendedType">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><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html" title="type parameter in ExtendedType">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">Reads an object from JDBC ResultSet column, converting it to class returned by 'getClassName' method.</div> <dl> <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> @@ -280,15 +280,15 @@ var activeTableTab = "activeTableTab"; <ul class="blockList"> <li class="blockList"> <h4>materializeObject</h4> -<pre><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html" title="type parameter in ExtendedType">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><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html" title="type parameter in ExtendedType">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">Reads an object from a stored procedure OUT parameter, converting it to class returned by 'getClassName' method.</div> <dl> <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> @@ -301,7 +301,7 @@ var activeTableTab = "activeTableTab"; <ul class="blockListLast"> <li class="blockList"> <h4>toString</h4> -<pre><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/ExtendedType.html" title="type parameter in ExtendedType">T</a> value)</pre> +<pre><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/ExtendedType.html" title="type parameter in ExtendedType">T</a> value)</pre> <div class="block">Converts value of the supported type to a human-readable String representation.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt>
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/ExtendedTypeFactory.html ---------------------------------------------------------------------- diff --git a/src/main/site/static/docs/4.0/api/org/apache/cayenne/access/types/ExtendedTypeFactory.html b/src/main/site/static/docs/4.0/api/org/apache/cayenne/access/types/ExtendedTypeFactory.html index 7b35e11..7b75b41 100644 --- a/src/main/site/static/docs/4.0/api/org/apache/cayenne/access/types/ExtendedTypeFactory.html +++ b/src/main/site/static/docs/4.0/api/org/apache/cayenne/access/types/ExtendedTypeFactory.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>ExtendedTypeFactory (cayenne-doc: Cayenne Documentation 4.0.RC1 API)</title> -<meta name="date" content="2018-04-23"> +<title>ExtendedTypeFactory (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="ExtendedTypeFactory (cayenne-doc: Cayenne Documentation 4.0.RC1 API)"; + parent.document.title="ExtendedTypeFactory (cayenne-doc: Cayenne Documentation 4.0 API)"; } } catch(err) { @@ -132,7 +132,7 @@ var activeTableTab = "activeTableTab"; </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/ExtendedTypeFactory.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/ExtendedTypeFactory.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> @@ -157,7 +157,7 @@ var activeTableTab = "activeTableTab"; <ul class="blockListLast"> <li class="blockList"> <h4>getType</h4> -<pre><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><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">Returns ExtendedType instance that can handle a given object class. May return null indicating that the class can not be handled.</div> </li> 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/ExtendedTypeMap.html ---------------------------------------------------------------------- diff --git a/src/main/site/static/docs/4.0/api/org/apache/cayenne/access/types/ExtendedTypeMap.html b/src/main/site/static/docs/4.0/api/org/apache/cayenne/access/types/ExtendedTypeMap.html index 853408e..e7a9874 100644 --- a/src/main/site/static/docs/4.0/api/org/apache/cayenne/access/types/ExtendedTypeMap.html +++ b/src/main/site/static/docs/4.0/api/org/apache/cayenne/access/types/ExtendedTypeMap.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>ExtendedTypeMap (cayenne-doc: Cayenne Documentation 4.0.RC1 API)</title> -<meta name="date" content="2018-04-23"> +<title>ExtendedTypeMap (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="ExtendedTypeMap (cayenne-doc: Cayenne Documentation 4.0.RC1 API)"; + parent.document.title="ExtendedTypeMap (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.ExtendedTypeMap</li> @@ -111,7 +111,7 @@ var activeTableTab = "activeTableTab"; <hr> <br> <pre>public class <span class="typeNameLabel">ExtendedTypeMap</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> +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></pre> <div class="block">Stores ExtendedTypes, implementing an algorithm to determine the right type for a given Java class. See <a href="../../../../../org/apache/cayenne/access/types/ExtendedTypeMap.html#getRegisteredType-java.lang.String-"><code>getRegisteredType(String)</code></a> documentation for lookup algorithm details.</div> @@ -138,11 +138,11 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/access/types/ExtendedTypeMap.html#defaultType">defaultType</a></span></code> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code>protected <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/String.html?is-external=true" title="class or interface in java.lang">String</a>,<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/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/String.html?is-external=true" title="class or interface in java.lang">String</a>,<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/ExtendedTypeMap.html#typeAliases">typeAliases</a></span></code> </td> </tr> <tr class="altColor"> -<td class="colFirst"><code>protected <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/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html" title="interface in org.apache.cayenne.access.types">ExtendedType</a>></code></td> +<td class="colFirst"><code>protected <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/String.html?is-external=true" title="class or interface in java.lang">String</a>,<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/ExtendedTypeMap.html#typeMap">typeMap</a></span></code> </td> </tr> </table> @@ -188,15 +188,15 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? </td> </tr> <tr id="i1" class="rowColor"> -<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="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/access/types/ExtendedTypeMap.html#canonicalizedTypeName-java.lang.String-">canonicalizedTypeName</a></span>(<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> className)</code> +<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/ExtendedTypeMap.html#canonicalizedTypeName-java.lang.String-">canonicalizedTypeName</a></span>(<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> className)</code> <div class="block">For the class name returns a name "canonicalized" for the purpose of ExtendedType lookup.</div> </td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>protected <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/ExtendedTypeMap.html#createType-java.lang.String-">createType</a></span>(<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> className)</code> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/access/types/ExtendedTypeMap.html#createType-java.lang.String-">createType</a></span>(<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> className)</code> <div class="block">Returns an ExtendedType for specific Java classes.</div> </td> </tr> @@ -208,19 +208,19 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? </tr> <tr id="i4" 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/ExtendedTypeMap.html#getRegisteredType-java.lang.Class-">getRegisteredType</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><?> javaClass)</code> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/access/types/ExtendedTypeMap.html#getRegisteredType-java.lang.Class-">getRegisteredType</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><?> javaClass)</code> <div class="block">Returns a type registered for the class name.</div> </td> </tr> <tr id="i5" class="rowColor"> <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/ExtendedTypeMap.html#getRegisteredType-java.lang.String-">getRegisteredType</a></span>(<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> javaClassName)</code> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/access/types/ExtendedTypeMap.html#getRegisteredType-java.lang.String-">getRegisteredType</a></span>(<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> javaClassName)</code> <div class="block">Returns a guaranteed non-null ExtendedType instance for a given Java class name.</div> </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/ExtendedTypeMap.html#getRegisteredTypeNames--">getRegisteredTypeNames</a></span>()</code> <div class="block">Returns array of Java class names supported by Cayenne for JDBC mapping.</div> </td> @@ -247,7 +247,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? </tr> <tr id="i10" class="altColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/access/types/ExtendedTypeMap.html#unregisterType-java.lang.String-">unregisterType</a></span>(<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> javaClassName)</code> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/access/types/ExtendedTypeMap.html#unregisterType-java.lang.String-">unregisterType</a></span>(<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> javaClassName)</code> <div class="block">Removes registered ExtendedType object corresponding to <code>javaClassName</code> parameter.</div> </td> @@ -257,8 +257,8 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <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> @@ -280,7 +280,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>typeAliases</h4> -<pre>protected <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/String.html?is-external=true" title="class or interface in java.lang">String</a>,<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>> typeAliases</pre> +<pre>protected <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/String.html?is-external=true" title="class or interface in java.lang">String</a>,<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>> typeAliases</pre> </li> </ul> <a name="typeMap"> @@ -289,7 +289,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>typeMap</h4> -<pre>protected final <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/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html" title="interface in org.apache.cayenne.access.types">ExtendedType</a>> typeMap</pre> +<pre>protected final <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/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html" title="interface in org.apache.cayenne.access.types">ExtendedType</a>> typeMap</pre> </li> </ul> <a name="defaultType"> @@ -408,7 +408,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>getRegisteredType</h4> -<pre>public <a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html" title="interface in org.apache.cayenne.access.types">ExtendedType</a> getRegisteredType(<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> javaClassName)</pre> +<pre>public <a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html" title="interface in org.apache.cayenne.access.types">ExtendedType</a> getRegisteredType(<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> javaClassName)</pre> <div class="block">Returns a guaranteed non-null ExtendedType instance for a given Java class name. Primitive class names are internally replaced by the non-primitive counterparts. The following lookup sequence is used to @@ -437,7 +437,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>getRegisteredType</h4> -<pre>public <a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html" title="interface in org.apache.cayenne.access.types">ExtendedType</a> getRegisteredType(<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><?> javaClass)</pre> +<pre>public <a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html" title="interface in org.apache.cayenne.access.types">ExtendedType</a> getRegisteredType(<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><?> javaClass)</pre> <div class="block">Returns a type registered for the class name. If no such type exists, returns the default type. It is guaranteed that this method returns a non-null ExtendedType instance.</div> @@ -449,7 +449,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>unregisterType</h4> -<pre>public void unregisterType(<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> javaClassName)</pre> +<pre>public void unregisterType(<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> javaClassName)</pre> <div class="block">Removes registered ExtendedType object corresponding to <code>javaClassName</code> parameter.</div> </li> @@ -460,7 +460,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>getRegisteredTypeNames</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>[] getRegisteredTypeNames()</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>[] getRegisteredTypeNames()</pre> <div class="block">Returns array of Java class names supported by Cayenne for JDBC mapping.</div> </li> </ul> @@ -470,7 +470,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>createType</h4> -<pre>protected <a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html" title="interface in org.apache.cayenne.access.types">ExtendedType</a> createType(<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> className)</pre> +<pre>protected <a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html" title="interface in org.apache.cayenne.access.types">ExtendedType</a> createType(<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> className)</pre> <div class="block">Returns an ExtendedType for specific Java classes. Uses user-provided and Cayenne-provided <a href="../../../../../org/apache/cayenne/access/types/ExtendedTypeFactory.html" title="interface in org.apache.cayenne.access.types"><code>ExtendedTypeFactory</code></a> factories to instantiate the ExtendedType. All primitive classes must be converted to the @@ -490,7 +490,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockListLast"> <li class="blockList"> <h4>canonicalizedTypeName</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> canonicalizedTypeName(<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> className)</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> canonicalizedTypeName(<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> className)</pre> <div class="block">For the class name returns a name "canonicalized" for the purpose of ExtendedType lookup.</div> <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/FloatType.html ---------------------------------------------------------------------- diff --git a/src/main/site/static/docs/4.0/api/org/apache/cayenne/access/types/FloatType.html b/src/main/site/static/docs/4.0/api/org/apache/cayenne/access/types/FloatType.html index 4ed66c1..96fc100 100644 --- a/src/main/site/static/docs/4.0/api/org/apache/cayenne/access/types/FloatType.html +++ b/src/main/site/static/docs/4.0/api/org/apache/cayenne/access/types/FloatType.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>FloatType (cayenne-doc: Cayenne Documentation 4.0.RC1 API)</title> -<meta name="date" content="2018-04-23"> +<title>FloatType (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="FloatType (cayenne-doc: Cayenne Documentation 4.0.RC1 API)"; + parent.document.title="FloatType (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.FloatType</li> @@ -110,13 +110,13 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> -<dd><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html" title="interface in org.apache.cayenne.access.types">ExtendedType</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</a>></dd> +<dd><a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html" title="interface in org.apache.cayenne.access.types">ExtendedType</a><<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</a>></dd> </dl> <hr> <br> <pre>public class <span class="typeNameLabel">FloatType</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> -implements <a href="../../../../../org/apache/cayenne/access/types/ExtendedType.html" title="interface in org.apache.cayenne.access.types">ExtendedType</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</a>></pre> +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><<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</a>></pre> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> <dd>3.0</dd> @@ -172,14 +172,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/FloatType.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/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/access/types/FloatType.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="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/access/types/FloatType.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 @@ -187,8 +187,8 @@ implements <a href="../../../../../org/apache/cayenne/access/types/ExtendedType. </td> </tr> <tr id="i2" class="altColor"> -<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/access/types/FloatType.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="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/access/types/FloatType.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 @@ -197,8 +197,8 @@ 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/FloatType.html#setJdbcObject-java.sql.PreparedStatement-java.lang.Float-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, - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</a> value, +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/access/types/FloatType.html#setJdbcObject-java.sql.PreparedStatement-java.lang.Float-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="https://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</a> value, int pos, int type, int scale)</code> @@ -206,8 +206,8 @@ 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="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/access/types/FloatType.html#toString-java.lang.Float-">toString</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</a> value)</code> +<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/FloatType.html#toString-java.lang.Float-">toString</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</a> value)</code> <div class="block">Converts value of the supported type to a human-readable String representation.</div> </td> </tr> @@ -216,8 +216,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> @@ -256,12 +256,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="http://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</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="https://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</a>></code></dd> </dl> </li> </ul> @@ -271,18 +271,18 @@ implements <a href="../../../../../org/apache/cayenne/access/types/ExtendedType. <ul class="blockList"> <li class="blockList"> <h4>materializeObject</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</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="https://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</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="http://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</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="https://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</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> @@ -293,18 +293,18 @@ implements <a href="../../../../../org/apache/cayenne/access/types/ExtendedType. <ul class="blockList"> <li class="blockList"> <h4>materializeObject</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</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="https://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</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="http://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</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="https://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</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> @@ -315,19 +315,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, - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</a> value, +<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="https://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</a> value, int pos, int type, int scale) - 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="http://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</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="https://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</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> @@ -337,12 +337,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="http://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</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="https://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</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="http://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</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="https://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</a>></code></dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>value</code> - a value to convert to String.</dd> </dl>
