org.apache.openjpa.datacache
Class Caches

java.lang.Object
  extended by org.apache.openjpa.datacache.Caches

 class Caches
extends Object


Constructor Summary
Caches()
           
 
Method Summary
(package private) static Set addTypesByName(OpenJPAConfiguration conf, Collection classNames, Set classes)
          Utility to build up a set of classes from their class names when operating outside the context of a persistence manager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Caches

Caches()
Method Detail

addTypesByName

static Set addTypesByName(OpenJPAConfiguration conf,
                          Collection classNames,
                          Set classes)
Utility to build up a set of classes from their class names when operating outside the context of a persistence manager. The set classes can be null, in which case a new Set will be created.



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