Deprecated API


Contents
Deprecated Fields
org.apache.openjpa.persistence.jdbc.JDBCFetchPlan.EAGER_JOIN
          use the FetchMode enum instead. 
org.apache.openjpa.persistence.jdbc.JDBCFetchPlan.EAGER_NONE
          use the FetchMode enum instead. 
org.apache.openjpa.persistence.jdbc.JDBCFetchPlan.EAGER_PARALLEL
          use the FetchMode enum instead. 
org.apache.openjpa.persistence.jdbc.JDBCFetchPlan.SIZE_LAST
          use the LRSSizeAlgorithm enum instead. 
org.apache.openjpa.persistence.jdbc.JDBCFetchPlan.SIZE_QUERY
          use the LRSSizeAlgorithm enum instead. 
org.apache.openjpa.persistence.jdbc.JDBCFetchPlan.SIZE_UNKNOWN
          use the LRSSizeAlgorithm enum instead. 
org.apache.openjpa.persistence.jdbc.JDBCFetchPlan.SYNTAX_DATABASE
          use the JoinSyntax enum instead. 
org.apache.openjpa.persistence.jdbc.JDBCFetchPlan.SYNTAX_SQL92
          use the JoinSyntax enum instead. 
org.apache.openjpa.persistence.jdbc.JDBCFetchPlan.SYNTAX_TRADITIONAL
          use the JoinSyntax enum instead. 
 

Deprecated Methods
org.apache.openjpa.persistence.jdbc.JDBCFetchPlan.getLRSSize()
          use JDBCFetchPlan.getLRSSizeAlgorithm() instead. 
org.apache.openjpa.persistence.jdbc.JDBCFetchPlan.setEagerFetchMode(int)
          use JDBCFetchPlan.setEagerFetchMode(FetchMode) instead. 
org.apache.openjpa.persistence.jdbc.JDBCFetchPlan.setFetchDirection(int)
          use JDBCFetchPlan.setFetchDirection(FetchDirection) instead. 
org.apache.openjpa.persistence.jdbc.JDBCFetchPlan.setJoinSyntax(int)
          use JDBCFetchPlan.setJoinSyntax(JoinSyntax) instead. 
org.apache.openjpa.persistence.jdbc.JDBCFetchPlan.setLRSSize(int)
          use JDBCFetchPlan.setLRSSizeAlgorithm(LRSSizeAlgorithm) instead. 
org.apache.openjpa.persistence.jdbc.JDBCFetchPlan.setResultSetType(int)
          use JDBCFetchPlan.setResultSetType(ResultSetType) instead. 
org.apache.openjpa.persistence.jdbc.JDBCFetchPlan.setSubclassFetchMode(int)
          use JDBCFetchPlan.setSubclassFetchMode(FetchMode) instead. 
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.