Uses of Interface
org.apache.openjpa.enhance.DynamicStorage

Packages that use DynamicStorage
org.apache.openjpa.enhance OpenJPA Enhancer This package provides a bytecode enhancer used to post-process classes for use in a OpenJPA runtime. 
 

Uses of DynamicStorage in org.apache.openjpa.enhance
 

Methods in org.apache.openjpa.enhance that return DynamicStorage
protected  DynamicStorage DynamicStorageGenerator.createFactory(serp.bytecode.BCClass bc)
          Create a stub factory instance for the given class.
 DynamicStorage DynamicStorageGenerator.generateStorage(int[] types, Object obj)
          Generate a generic DynamicStorage instance with the given array of JavaTypes constants and the given object as the user key for generation.
 DynamicStorage DynamicStorage.newInstance()
          Factory method for getting new instances of the same definition.
 



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