Deprecated API


Contents
Deprecated Classes
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
            
 

Deprecated Methods
org.apache.openjpa.kernel.jpql.JavaCharStream.getColumn()
            
org.apache.openjpa.meta.FieldMetaData.getFullName()
          Use getFullName(boolean) instead. 
org.apache.openjpa.datacache.CacheStatistics.getHitCount(Class)
          - should use getHitCount(String c) 
org.apache.openjpa.kernel.jpql.JavaCharStream.getLine()
            
org.apache.openjpa.kernel.QueryContext.getParameterTypes()
           
org.apache.openjpa.kernel.StoreQuery.Executor.getParameterTypes(StoreQuery)
           
org.apache.openjpa.datacache.CacheStatistics.getReadCount(Class)
          - should use getReadCount(String c) 
org.apache.openjpa.datacache.CacheStatistics.getTotalHitCount(Class)
          - should use getTotalHitCount(String c) 
org.apache.openjpa.datacache.CacheStatistics.getTotalReadCount(Class)
          - should use getTotalReadCount(String c) 
org.apache.openjpa.datacache.CacheStatistics.getTotalWriteCount(Class)
          - should use getTotalWriteCount(String c) 
org.apache.openjpa.datacache.CacheStatistics.getWriteCount(Class)
          - should use getWriteCount(String c) 
 

Deprecated Constructors
org.apache.openjpa.util.CacheMap(boolean, int, int, float)
          use CacheMap.CacheMap(boolean, int, int, float, int) instead. 
org.apache.openjpa.conf.MetaDataCacheMaintenance(BrokerFactory, boolean, boolean)
          logging is routed to the logging system now. 
org.apache.openjpa.enhance.PCEnhancer(OpenJPAConfiguration, BCClass, MetaDataRepository)
          use PCEnhancer.PCEnhancer(OpenJPAConfiguration, BCClass, MetaDataRepository, ClassLoader) instead. 
 



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