Uses of Package
org.apache.openjpa.lib.util.concurrent

Packages that use org.apache.openjpa.lib.util.concurrent
org.apache.openjpa.datacache OpenJPA Data Cache OpenJPA's data and query caching frameworks. 
org.apache.openjpa.event OpenJPA Events This package provides some interfaces and useful implementations for OpenJPA's event notification framework. 
org.apache.openjpa.lib.jdbc Database Connectivity Includes an implementation of the DataSource APIs around a normal JDBC 1.x driver. 
org.apache.openjpa.lib.util.concurrent Concurrent Utilities 
 

Classes in org.apache.openjpa.lib.util.concurrent used by org.apache.openjpa.datacache
AbstractConcurrentEventManager
          Base event manager that handles adding/removing listeners and firing events.
 

Classes in org.apache.openjpa.lib.util.concurrent used by org.apache.openjpa.event
AbstractConcurrentEventManager
          Base event manager that handles adding/removing listeners and firing events.
 

Classes in org.apache.openjpa.lib.util.concurrent used by org.apache.openjpa.lib.jdbc
AbstractConcurrentEventManager
          Base event manager that handles adding/removing listeners and firing events.
 

Classes in org.apache.openjpa.lib.util.concurrent used by org.apache.openjpa.lib.util.concurrent
ConcurrentHashMap.Entry
           
ConcurrentMap
          A highly concurrent map.
NullSafeConcurrentHashMap
          Deprecated. 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
 



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