Deprecated API


Contents
Deprecated Classes
org.apache.openjpa.lib.util.concurrent.NullSafeConcurrentHashMap
          In Java 8, java.util.ConcurrentHashMap received an overhauled and this extension was not updated. This class will fail to compile on Java 8. If it is compiled at a lower level and run on Java 8 it will not work properly. For more information: https://issues.apache.org/jira/browse/OPENJPA-2441 
org.apache.openjpa.lib.util.concurrent.SizedConcurrentHashMap
          In Java 8, java.util.ConcurrentHashMap received an overhauled and this extension was not updated. This class will fail to compile on Java 8. If it is compiled at a lower level and run on Java 8 it will not work properly. For more information: https://issues.apache.org/jira/browse/OPENJPA-2441 
 

Deprecated Methods
org.apache.openjpa.lib.jdbc.DelegatingResultSet.getBigDecimal(int, int)
           
org.apache.openjpa.lib.jdbc.DelegatingCallableStatement.getBigDecimal(int, int)
          use getBigDecimal(int parameterIndex) or getBigDecimal(String parameterName) 
org.apache.openjpa.lib.jdbc.DelegatingResultSet.getBigDecimal(String, int)
           
org.apache.openjpa.lib.jdbc.DelegatingResultSet.getUnicodeStream(int)
           
org.apache.openjpa.lib.jdbc.DelegatingResultSet.getUnicodeStream(String)
           
org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement.setUnicodeStream(int, InputStream, int)
           
org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement.setUnicodeStream(int, InputStream, int)
           
org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement.setUnicodeStream(int, InputStream, int)
            
org.apache.openjpa.lib.jdbc.DelegatingCallableStatement.setUnicodeStream(int, InputStream, int)
            
 



Copyright © 2006–2015 Apache Software Foundation. All rights reserved.