Deprecated API


Contents
Deprecated Classes
org.apache.openjpa.jdbc.kernel.exps.JDBCStringContains
          Use matches() instead. 
org.apache.openjpa.jdbc.kernel.exps.JDBCWildcardMatch
          Use matches() instead. 
org.apache.openjpa.jdbc.kernel.exps.SQLExpression
          Use SQLEmbed directly 
org.apache.openjpa.jdbc.kernel.exps.SQLValue
          Use SQLEmbed directly 
org.apache.openjpa.kernel.exps.StringContains
          Use matches() instead. 
org.apache.openjpa.kernel.exps.WildcardMatch
          Use matches() instead. 
 

Deprecated Fields
org.apache.openjpa.kernel.DetachState.DETACH_FGS
            
org.apache.openjpa.jdbc.sql.DBDictionary.ignoreSQLExceptionOnSetQueryTimeout
            
 

Deprecated Methods
org.apache.openjpa.meta.FieldMetaData.getFullName()
          Use getFullName(boolean) instead. 
org.apache.openjpa.jdbc.schema.FileSchemaFactory.setFileName(String)
          Use FileSchemaFactory.setFile(java.lang.String). Retained for backwards-compatible auto-configuration. 
org.apache.openjpa.jdbc.kernel.NativeJDBCSeq.setFormat(String)
          Retained for backwards-compatibility for auto-configuration. 
org.apache.openjpa.jdbc.kernel.ClassTableJDBCSeq.setIgnoreVirtual(boolean)
          Use ClassTableJDBCSeq.setIgnoreUnmapped(boolean). Retained for backwards-compatibility for auto-configuration. 
org.apache.openjpa.jdbc.kernel.TableJDBCSeq.setIncrement(int)
          Use TableJDBCSeq.setAllocate(int). Retained for backwards compatibility of auto-configuration. 
org.apache.openjpa.jdbc.kernel.NativeJDBCSeq.setSequenceName(String)
          Use NativeJDBCSeq.setSequence(java.lang.String). Retained for backwards-compatibility for auto-configuration. 
org.apache.openjpa.jdbc.kernel.NativeJDBCSeq.setTableName(String)
          Retained for backwards-compatibility for auto-configuration. 
org.apache.openjpa.jdbc.kernel.TableJDBCSeq.setTableName(String)
          Use TableJDBCSeq.setTable(java.lang.String). Retained for backwards-compatibility with auto-configuration. 
org.apache.openjpa.jdbc.schema.TableSchemaFactory.setTableName(String)
          Use TableSchemaFactory.setTable(java.lang.String). Retained for backwards-compatible auto-configuration. 
 

Deprecated Constructors
org.apache.openjpa.enhance.PCEnhancer(OpenJPAConfiguration, BCClass, MetaDataRepository)
          use PCEnhancer.PCEnhancer(OpenJPAConfiguration, BCClass, MetaDataRepository, ClassLoader) instead. 
 



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